Skip to content

Commit 4e5a159

Browse files
authored
Merge pull request #21 from cloudbees/usingh-nmb-28832
Updated values.yaml for consistency
2 parents 3c20dea + c30236b commit 4e5a159

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

cloudbees-cd/kubernetes/values.yaml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ images:
77
registry: "docker.io/cloudbees"
88

99
# Image tag of the image to pull
10-
tag: "9.2.0.139827_1.0.7_20191110"
10+
tag: "10.0.0.142654_2.0.12_20200625"
1111

1212
# The image pull policy to use
1313
pullPolicy: IfNotPresent
@@ -362,6 +362,16 @@ flowLicense:
362362
existingSecret:
363363
licenseData:
364364

365+
#---------------------------------------------
366+
# Pods security context
367+
#---------------------------------------------
368+
369+
securityContext:
370+
fsGroup: 1000
371+
runAsUser: 1000
372+
enabled: false
373+
374+
365375
#---------------------------------------------
366376
# Network isolation configuration
367377
#---------------------------------------------

0 commit comments

Comments
 (0)