Skip to content

Commit bd6dd8c

Browse files
authored
Update CB helm CDRO examples configuration files v2025.03.0 (#92)
1 parent e29dfe2 commit bd6dd8c

3 files changed

Lines changed: 27 additions & 6 deletions

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ images:
99
## The `imageRepository` in the `images.registry` to pull the agent image from.
1010
imageRepository: "cbflow-agent"
1111
## CloudBees CD/RO flow-server image tag to pull.
12-
tag: "2024.12.0.177508_3.2.129_20241202"
12+
tag: "2025.03.0.178767_3.2.154_20250318"
1313

1414
## The image pull policy to use:
1515
pullPolicy: IfNotPresent

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

Lines changed: 24 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ images:
2424
registry: "docker.io/cloudbees"
2525

2626
## CloudBees CD/RO flow-server image tag to pull.
27-
tag: "2024.12.0.177508_3.2.129_20241202"
27+
tag: "2025.03.0.178767_3.2.154_20250318"
2828

2929
## The image pull policy to use.
3030
pullPolicy: IfNotPresent
@@ -225,6 +225,8 @@ server:
225225
# target:
226226
# type: AverageValue
227227
# averageValue: 10000m
228+
## Custom labels for CD/RO flow-server pods
229+
customLabels: {}
228230

229231
jobInit:
230232
annotations:
@@ -250,6 +252,9 @@ jobInit:
250252
periodSeconds: 60
251253
timeoutSeconds: 10
252254

255+
## Custom labels for CD/RO job-init pods
256+
customLabels: {}
257+
253258
### --------------------------------------------
254259
### Flow web server configuration section
255260
### ---------------------------------------------
@@ -344,6 +349,8 @@ web:
344349
# type: AverageValue
345350
# averageValue: 10000m
346351

352+
## Custom labels for CD/RO web pods
353+
customLabels: {}
347354

348355

349356
### --------------------------------------------
@@ -471,6 +478,9 @@ repository:
471478
# type: AverageValue
472479
# averageValue: 10000m
473480

481+
## Custom labels for CD/RO repository pods
482+
customLabels: {}
483+
474484
### --------------------------------------------
475485
### Analytics server configuration section
476486
### ---------------------------------------------
@@ -493,7 +503,7 @@ analytics:
493503
## Kubernetes cluster.
494504
serviceEndpoint: "flow-analytics.{{ .Release.Namespace }}"
495505

496-
## The name of the cluster.
506+
## The name of the Analytic's cluster.
497507
clusterName:
498508
## The number of primary shards that an index should have.
499509
numberOfShards:
@@ -722,6 +732,9 @@ analytics:
722732
# command:
723733
# - "/container-command"
724734

735+
## Custom labels for CD/RO analytics pods
736+
customLabels: {}
737+
725738
### --------------------------------------------
726739
### (LEGACY) Flow DevOps Insight (DOIS/dois) configuration section
727740
### ---------------------------------------------
@@ -956,6 +969,9 @@ dois:
956969
# command:
957970
# - "/container-command"
958971

972+
## Custom labels for CD/RO dois pods
973+
customLabels: {}
974+
959975
### --------------------------------------------
960976
### Flow bound agent configuration section
961977
### ---------------------------------------------
@@ -1291,7 +1307,7 @@ zookeeper:
12911307
## Container repository to pull ZooKeeper image from.
12921308
repository: docker.io/cloudbees/cbflow-tools
12931309
## Zookeeper image tag to pull.
1294-
tag: "2024.12.0.177508_3.2.129_20241202"
1310+
tag: "2025.03.0.178767_3.2.154_20250318"
12951311
## Added Image repository for global values support
12961312
imageRepository: cbflow-tools
12971313
fullnameOverride: zookeeper
@@ -1554,3 +1570,8 @@ helmTests:
15541570
## Custom Labels for CDRO workload pods
15551571
customLabels:
15561572
product: cdro
1573+
1574+
## The resourceOptions variable is used to specify additional parameters to
1575+
## configure or modify a resource for CD/RO agent installation.
1576+
## Example resourceOptions: "--stepLimit 2"
1577+
resourceOptions:

cloudbees-cd/kubernetes/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ images:
2525
registry: "docker.io/cloudbees"
2626

2727
## CloudBees CD/RO flow-server image tag to pull.
28-
tag: "2024.12.0.177508_3.2.129_20241202"
28+
tag: "2025.03.0.178767_3.2.154_20250318"
2929

3030
## The image pull policy to use.
3131
pullPolicy: IfNotPresent
@@ -1303,7 +1303,7 @@ zookeeper:
13031303
## Container repository to pull ZooKeeper image from.
13041304
repository: docker.io/cloudbees/cbflow-tools
13051305
## Zookeeper image tag to pull.
1306-
tag: "2024.12.0.177508_3.2.129_20241202"
1306+
tag: "2025.03.0.178767_3.2.154_20250318"
13071307
## Added Image repository for global values support
13081308
imageRepository: cbflow-tools
13091309
fullnameOverride: zookeeper

0 commit comments

Comments
 (0)