From 0fc687ae9f0b85e479f128776fb293ad581c8ed8 Mon Sep 17 00:00:00 2001 From: xeniape Date: Mon, 22 Sep 2025 10:16:28 +0200 Subject: [PATCH] chore: Bump vector version for 25.11.0 --- .../kuttl/logging/01-install-druid-vector-aggregator.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/templates/kuttl/logging/01-install-druid-vector-aggregator.yaml b/tests/templates/kuttl/logging/01-install-druid-vector-aggregator.yaml index 7a770546..eae241e6 100644 --- a/tests/templates/kuttl/logging/01-install-druid-vector-aggregator.yaml +++ b/tests/templates/kuttl/logging/01-install-druid-vector-aggregator.yaml @@ -5,7 +5,7 @@ commands: - script: >- helm install druid-vector-aggregator vector --namespace $NAMESPACE - --version 0.43.0 + --version 0.45.0 --repo https://helm.vector.dev --values 01_druid-vector-aggregator-values.yaml ---