From ae56052cfaa11ce392f396510758bade0878c3d4 Mon Sep 17 00:00:00 2001 From: Siegfried Weber Date: Wed, 18 Sep 2024 08:14:13 +0200 Subject: [PATCH] chore: Upgrade the Vector aggregator in the logging tests --- .../kuttl/logging/01-install-hdfs-vector-aggregator.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/templates/kuttl/logging/01-install-hdfs-vector-aggregator.yaml b/tests/templates/kuttl/logging/01-install-hdfs-vector-aggregator.yaml index ea6d5368..d3037773 100644 --- a/tests/templates/kuttl/logging/01-install-hdfs-vector-aggregator.yaml +++ b/tests/templates/kuttl/logging/01-install-hdfs-vector-aggregator.yaml @@ -5,7 +5,7 @@ commands: - script: >- helm install hdfs-vector-aggregator vector --namespace $NAMESPACE - --version 0.35.0 + --version 0.36.1 --repo https://helm.vector.dev --values hdfs-vector-aggregator-values.yaml ---