Update Operator image in Helm Chart

This commit is contained in:
Sylwia Brant 2021-12-08 14:03:52 +01:00
parent 445d48ab54
commit 2b158d5bda
1 changed files with 8 additions and 8 deletions

View File

@ -30,7 +30,7 @@ jenkins:
# image is the name (and tag) of the Jenkins instance # image is the name (and tag) of the Jenkins instance
# Default: jenkins/jenkins:lts # Default: jenkins/jenkins:lts
# It's recommended to use LTS (tag: "lts") version # 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 contains jenkins container environment variables
env: [] env: []
@ -68,19 +68,19 @@ jenkins:
# #
# basePlugins: # basePlugins:
# - name: kubernetes # - name: kubernetes
# version: 1.29.6 # version: 1.30.11
# - name: workflow-job # - name: workflow-job
# version: "2.41" # version: "2.42"
# - name: workflow-aggregator # - name: workflow-aggregator
# version: "2.6" # version: "2.6"
# - name: git # - name: git
# version: 4.7.2 # version: 4.10.0
# - name: job-dsl # - name: job-dsl
# version: "1.77" # version: "1.78.1"
# - name: configuration-as-code # - name: configuration-as-code
# version: "1.51" # version: "1.55"
# - name: kubernetes-credentials-provider # - name: kubernetes-credentials-provider
# version: 0.18-1 # version: 0.20
basePlugins: [] basePlugins: []
# plugins are plugins required by the user # plugins are plugins required by the user
@ -262,7 +262,7 @@ operator:
replicaCount: 1 replicaCount: 1
# image is the name (and tag) of the Jenkins Operator image # 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 defines policy for pulling images
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent