Skip to content

Commit 99b8df7

Browse files
committed
updated *-defaults values.yaml files for August preview
1 parent 3928ea6 commit 99b8df7

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

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

Lines changed: 6 additions & 3 deletions
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: "10.0.0.142654_2.0.12_20200625"
9+
tag: "10.0.1.143076_2.0.12_20200729"
1010
pullPolicy: IfNotPresent
1111

1212
# Please state flow-server endpoint here. Please note that if installing in different namespace than server
@@ -92,7 +92,11 @@ storage:
9292
accessMode: ReadWriteOnce
9393
storage: 5Gi
9494
# In order to use any non "platform-default" or custom storage class just uncomment the line and and state required storageClass name
95-
# storageClass: my-class
95+
# storageClass: my-class
96+
#
97+
# If defined true if any agent is already deployed with shared workspace and pvc already exist
98+
existingClaim: false
99+
96100

97101
resources:
98102
limits:
@@ -122,4 +126,3 @@ securityContext:
122126
enabled: false
123127
fsGroup: 1000
124128
runAsUser: 1000
125-

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

Lines changed: 1 addition & 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: "10.0.0.142654_2.0.12_20200625"
10+
tag: "10.0.1.143076_2.0.12_20200729"
1111

1212
# The image pull policy to use
1313
pullPolicy: IfNotPresent

0 commit comments

Comments
 (0)