@@ -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
229231jobInit :
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# ## ---------------------------------------------
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
15551571customLabels :
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 :
0 commit comments