Skip to content

Commit

Permalink
Merge pull request #801 from civo/updatecli_master_jenkins
Browse files Browse the repository at this point in the history
deps: bump Jenkins Helm chart to 5.4.2
  • Loading branch information
kunal-kushwaha authored Jul 15, 2024
2 parents 8eb3ecb + 778a3e2 commit 0943715
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion jenkins/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ helm repo update

kubectl create namespace jenkins

helm install jenkins jenkins/jenkins --version 5.3.3 --namespace jenkins --set persistence.size=${VOLUME_SIZE} \
helm install jenkins jenkins/jenkins --version 5.4.2 --namespace jenkins --set persistence.size=${VOLUME_SIZE} \
--set controller.admin.username=${JENKINS_USERNAME} \
--set controller.admin.password=${JENKINS_PASSWORD}
2 changes: 1 addition & 1 deletion jenkins/manifest.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: jenkins
title: Jenkins
version: 2.452.2
version: 2.452.3
maintainer: "@dirien"
description: Jenkins is a Continuous Integration and Delivery server
url: https://www.jenkins.io/
Expand Down

0 comments on commit 0943715

Please sign in to comment.