Skip to content

Commit c30236b

Browse files
committed
Updated values.yaml for consistency
1 parent 68c1cbd commit c30236b

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)