Skip to content

Commit 8c16be8

Browse files
authored
Merge pull request #38 from cloudbees/pattyhair-patch-3
Update cloudbees-cd-agent-defaults.yaml
2 parents 7c28ecc + 448d04b commit 8c16be8

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

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

Lines changed: 5 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: "10.0.2.144701_2.1.4_20201130"
9+
tag: "10.1.0.145850_2.1.12_20210224"
1010
pullPolicy: IfNotPresent
1111

1212
# Please state flow-server endpoint here. Please note that if installing in different namespace than server
@@ -78,6 +78,10 @@ ecconfigure: "--agentInitMemoryMB=16 --agentMaxMemoryMB=64"
7878
logLevel: DEBUG
7979

8080

81+
service:
82+
type: ClusterIP
83+
clusterIP: "None"
84+
8185
#---------------------------------------------
8286
# Flow agent storage and resources configuration section
8387
#---------------------------------------------

0 commit comments

Comments
 (0)