Update Operator image in Helm Chart
This commit is contained in:
parent
445d48ab54
commit
2b158d5bda
|
|
@ -30,7 +30,7 @@ jenkins:
|
|||
# image is the name (and tag) of the Jenkins instance
|
||||
# Default: jenkins/jenkins:lts
|
||||
# It's recommended to use LTS (tag: "lts") version
|
||||
image: jenkins/jenkins:2.303.2-lts-alpine
|
||||
image: jenkins/jenkins:2.319.1-lts-alpine
|
||||
|
||||
# env contains jenkins container environment variables
|
||||
env: []
|
||||
|
|
@ -68,19 +68,19 @@ jenkins:
|
|||
#
|
||||
# basePlugins:
|
||||
# - name: kubernetes
|
||||
# version: 1.29.6
|
||||
# version: 1.30.11
|
||||
# - name: workflow-job
|
||||
# version: "2.41"
|
||||
# version: "2.42"
|
||||
# - name: workflow-aggregator
|
||||
# version: "2.6"
|
||||
# - name: git
|
||||
# version: 4.7.2
|
||||
# version: 4.10.0
|
||||
# - name: job-dsl
|
||||
# version: "1.77"
|
||||
# version: "1.78.1"
|
||||
# - name: configuration-as-code
|
||||
# version: "1.51"
|
||||
# version: "1.55"
|
||||
# - name: kubernetes-credentials-provider
|
||||
# version: 0.18-1
|
||||
# version: 0.20
|
||||
basePlugins: []
|
||||
|
||||
# plugins are plugins required by the user
|
||||
|
|
@ -262,7 +262,7 @@ operator:
|
|||
replicaCount: 1
|
||||
|
||||
# image is the name (and tag) of the Jenkins Operator image
|
||||
image: virtuslab/jenkins-operator:v0.6.0
|
||||
image: virtuslab/jenkins-operator:v0.7.0
|
||||
|
||||
# imagePullPolicy defines policy for pulling images
|
||||
imagePullPolicy: IfNotPresent
|
||||
|
|
|
|||
Loading…
Reference in New Issue