From b3776c78239907827abb354d782dac8eef06323b Mon Sep 17 00:00:00 2001 From: Nick Larsen Date: Thu, 8 Aug 2024 14:14:06 +0200 Subject: [PATCH] chore: Bump Vector to 0.40.0 --- .../kuttl/logging/05-install-zookeeper-vector-aggregator.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/templates/kuttl/logging/05-install-zookeeper-vector-aggregator.yaml b/tests/templates/kuttl/logging/05-install-zookeeper-vector-aggregator.yaml index 3279b613..0ec755fc 100644 --- a/tests/templates/kuttl/logging/05-install-zookeeper-vector-aggregator.yaml +++ b/tests/templates/kuttl/logging/05-install-zookeeper-vector-aggregator.yaml @@ -5,7 +5,7 @@ commands: - script: >- helm install zookeeper-vector-aggregator vector --namespace $NAMESPACE - --version 0.34.0 + --version 0.35.0 --repo https://helm.vector.dev --values zookeeper-vector-aggregator-values.yaml ---