From 5742e2e04db1ab3b07f9c2c532fd3075daf08032 Mon Sep 17 00:00:00 2001 From: xeniape Date: Fri, 19 Sep 2025 15:30:55 +0200 Subject: [PATCH] chore: Bump vector version for 25.11.0 --- .../kuttl/logging/01-install-nifi-vector-aggregator.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/templates/kuttl/logging/01-install-nifi-vector-aggregator.yaml b/tests/templates/kuttl/logging/01-install-nifi-vector-aggregator.yaml index 1b2b2a64..51373434 100644 --- a/tests/templates/kuttl/logging/01-install-nifi-vector-aggregator.yaml +++ b/tests/templates/kuttl/logging/01-install-nifi-vector-aggregator.yaml @@ -5,7 +5,7 @@ commands: - script: >- helm install nifi-vector-aggregator vector --namespace $NAMESPACE - --version 0.43.0 + --version 0.45.0 --repo https://helm.vector.dev --values nifi-vector-aggregator-values.yaml ---