From 291384a91e1808a8bd49c7eadaf914135bf1bb8c Mon Sep 17 00:00:00 2001 From: Siegfried Weber Date: Thu, 18 Jul 2024 08:51:14 +0200 Subject: [PATCH] Use Vector Helm chart version 0.34.0 in the logging test --- .../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 eeff53b4..156c2523 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.30.0 + --version 0.34.0 --repo https://helm.vector.dev --values nifi-vector-aggregator-values.yaml ---