Skip to content

Commit 4790418

Browse files
committed
chore(release): pin authbridge images to cortex v0.6.0
operator-chart pinned the AuthBridge injection images (authbridge, authbridge-envoy, authbridge-lite, proxy-init) at :latest — non-reproducible and against the no-:latest-in-release rule. release.yml only pins the controller-manager image, so these must be pinned in values.yaml. Pin to the cortex v0.6.0 GA images. Assisted-By: Claude (Anthropic AI) <noreply@anthropic.com> Signed-off-by: cwiklik <cwiklikj@gmail.com>
1 parent 1ba4992 commit 4790418

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

charts/operator/values.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -246,10 +246,10 @@ featureGates:
246246
# proxy-sidecar / lite mode (always-on enforce-redirect egress capture).
247247
defaults:
248248
images:
249-
envoyProxy: ghcr.io/rossoctl/cortex/authbridge-envoy:latest
250-
authbridge: ghcr.io/rossoctl/cortex/authbridge:latest
251-
authbridgeLite: ghcr.io/rossoctl/cortex/authbridge-lite:latest
252-
proxyInit: ghcr.io/rossoctl/cortex/proxy-init:latest
249+
envoyProxy: ghcr.io/rossoctl/cortex/authbridge-envoy:v0.6.0
250+
authbridge: ghcr.io/rossoctl/cortex/authbridge:v0.6.0
251+
authbridgeLite: ghcr.io/rossoctl/cortex/authbridge-lite:v0.6.0
252+
proxyInit: ghcr.io/rossoctl/cortex/proxy-init:v0.6.0
253253
pullPolicy: IfNotPresent
254254

255255
# Proxy settings

0 commit comments

Comments
 (0)