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