From 98bf065d89e158c7714109fe69cce29d6278cdbc Mon Sep 17 00:00:00 2001 From: Maxi Wittich Date: Tue, 21 Jan 2025 16:42:04 +0100 Subject: [PATCH] Updating to chart 0.39.0 --- .../kuttl/logging/10-install-superset-vector-aggregator.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/templates/kuttl/logging/10-install-superset-vector-aggregator.yaml b/tests/templates/kuttl/logging/10-install-superset-vector-aggregator.yaml index d821fbc9..75ac9e4a 100644 --- a/tests/templates/kuttl/logging/10-install-superset-vector-aggregator.yaml +++ b/tests/templates/kuttl/logging/10-install-superset-vector-aggregator.yaml @@ -5,7 +5,7 @@ commands: - script: >- helm install superset-vector-aggregator vector --namespace $NAMESPACE - --version 0.36.1 + --version 0.39.0 --repo https://helm.vector.dev --values superset-vector-aggregator-values.yaml ---