Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cloudbees-cd/kubernetes/cloudbees-cd-agent-defaults.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ images:
## The `imageRepository` in the `images.registry` to pull the agent image from.
imageRepository: "cbflow-agent"
## CloudBees CD/RO flow-server image tag to pull.
tag: "2025.09.0.181816_3.2.191_20250916"
tag: "2026.03.0.185227_3.2.235_20260321"

## The image pull policy to use:
pullPolicy: IfNotPresent
Expand Down
4 changes: 2 additions & 2 deletions cloudbees-cd/kubernetes/cloudbees-cd-defaults.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ images:
registry: "docker.io/cloudbees"

## CloudBees CD/RO flow-server image tag to pull.
tag: "2025.09.0.181816_3.2.191_20250916"
tag: "2026.03.0.185227_3.2.235_20260321"

## The image pull policy to use.
pullPolicy: IfNotPresent
Expand Down Expand Up @@ -1307,7 +1307,7 @@ zookeeper:
## Container repository to pull ZooKeeper image from.
repository: docker.io/cloudbees/cbflow-tools
## Zookeeper image tag to pull.
tag: "2025.09.0.181816_3.2.191_20250916"
tag: "2026.03.0.185227_3.2.235_20260321"
## Added Image repository for global values support
imageRepository: cbflow-tools
fullnameOverride: zookeeper
Expand Down
Loading