Skip to content

Commit

Permalink
Fixing the image for Jenkins
Browse files Browse the repository at this point in the history
  • Loading branch information
danmanners committed Sep 9, 2023
1 parent ca9e875 commit 30f6907
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion manifests/workloads/jenkins-oss/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ global:

image:
repository: jenkins-container-image
tag: latest
pullPolicy: IfNotPresent

nodeSelector:
Expand Down Expand Up @@ -65,7 +66,7 @@ persistence:
jenkins-home:
enabled: true
storageClass: ceph-rbd
accessMode: ReadWriteMany
accessMode: ReadWriteOnce
mountPath: /var/jenkins_home
subPath: jenkins-volume
size: 20Gi

0 comments on commit 30f6907

Please sign in to comment.