From 1359a7d3dae19aea25ae48eefc4c37265fdef3d7 Mon Sep 17 00:00:00 2001 From: xeniape Date: Sat, 20 Sep 2025 09:31:11 +0200 Subject: [PATCH] chore: Bump vector version for 25.11.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 a512fcbd..c509567a 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.43.0 + --version 0.45.0 --repo https://helm.vector.dev --values superset-vector-aggregator-values.yaml ---