Skip to content

Commit 68c1cbd

Browse files
committed
Updating the defaults yamls for 10.0
1 parent c089a07 commit 68c1cbd

File tree

2 files changed

+22
-2
lines changed

2 files changed

+22
-2
lines changed

cloudbees-cd/kubernetes/cloudbees-cd-agent-defaults.yaml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
images:
77
registry: "docker.io/cloudbees"
88
imageRepository: "cbflow-agent"
9-
tag: "9.2.0.139827_1.0.7_20191110"
9+
tag: "10.0.0.142654_2.0.12_20200625"
1010
pullPolicy: IfNotPresent
1111

1212
# Please state flow-server endpoint here. Please note that if installing in different namespace than server
@@ -113,3 +113,13 @@ flowCredentials:
113113
existingSecret:
114114
user: admin
115115
password:
116+
117+
#---------------------------------------------
118+
# Pods security context
119+
#---------------------------------------------
120+
121+
securityContext:
122+
enabled: false
123+
fsGroup: 1000
124+
runAsUser: 1000
125+

cloudbees-cd/kubernetes/cloudbees-cd-defaults.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)