From 948417af11dee17b7382351a84f69bf494d85a5a Mon Sep 17 00:00:00 2001 From: along Date: Wed, 19 Aug 2026 15:41:17 -0700 Subject: [PATCH] fix(cassandra): default the image tag to the published Apache build The chart's Apache-based image ships under the "cassandra" repository name, but the default tag 5.0.8-nv-0 predates the rename and is not published under that name, so installs that rely on the chart default cannot pull the image. Bump the default tag and appVersion to the published multiarch build 5.0.8-nv-2.0.1. After this releases, bump the chart pin in deploy/stacks/self-managed/helmfile.d/01-dependencies.yaml.gotmpl and drop the tag pins in the BDD fixtures. Signed-off-by: along --- deploy/helm/cassandra/helm/Chart.yaml | 2 +- deploy/helm/cassandra/helm/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/deploy/helm/cassandra/helm/Chart.yaml b/deploy/helm/cassandra/helm/Chart.yaml index bc8479e6e..3f641becf 100644 --- a/deploy/helm/cassandra/helm/Chart.yaml +++ b/deploy/helm/cassandra/helm/Chart.yaml @@ -24,4 +24,4 @@ description: > type: application version: 0.8.0 -appVersion: 5.0.8-nv-0 +appVersion: 5.0.8-nv-2.0.1 diff --git a/deploy/helm/cassandra/helm/values.yaml b/deploy/helm/cassandra/helm/values.yaml index d3d421972..4993d27ab 100644 --- a/deploy/helm/cassandra/helm/values.yaml +++ b/deploy/helm/cassandra/helm/values.yaml @@ -31,7 +31,7 @@ cassandra: # repository: must be supplied in additional values registry: "" repository: "" - tag: 5.0.8-nv-0 + tag: 5.0.8-nv-2.0.1 pullPolicy: IfNotPresent replicaCount: 3