File tree Expand file tree Collapse file tree 2 files changed +22
-2
lines changed Expand file tree Collapse file tree 2 files changed +22
-2
lines changed Original file line number Diff line number Diff line change 6
6
images :
7
7
registry : " docker.io/cloudbees"
8
8
imageRepository : " cbflow-agent"
9
- tag : " 9.2 .0.139827_1 .0.7_20191110 "
9
+ tag : " 10.0 .0.142654_2 .0.12_20200625 "
10
10
pullPolicy : IfNotPresent
11
11
12
12
# Please state flow-server endpoint here. Please note that if installing in different namespace than server
@@ -113,3 +113,13 @@ flowCredentials:
113
113
existingSecret :
114
114
user : admin
115
115
password :
116
+
117
+ # ---------------------------------------------
118
+ # Pods security context
119
+ # ---------------------------------------------
120
+
121
+ securityContext :
122
+ enabled : false
123
+ fsGroup : 1000
124
+ runAsUser : 1000
125
+
Original file line number Diff line number Diff line change 7
7
registry : " docker.io/cloudbees"
8
8
9
9
# 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 "
11
11
12
12
# The image pull policy to use
13
13
pullPolicy : IfNotPresent
@@ -362,6 +362,16 @@ flowLicense:
362
362
existingSecret :
363
363
licenseData :
364
364
365
+ # ---------------------------------------------
366
+ # Pods security context
367
+ # ---------------------------------------------
368
+
369
+ securityContext :
370
+ fsGroup : 1000
371
+ runAsUser : 1000
372
+ enabled : false
373
+
374
+
365
375
# ---------------------------------------------
366
376
# Network isolation configuration
367
377
# ---------------------------------------------
You can’t perform that action at this time.
0 commit comments