From ac67a9e78651aa3dfa713662d470f8dafb983aef Mon Sep 17 00:00:00 2001 From: Maxi Wittich Date: Tue, 21 Jan 2025 16:33:52 +0100 Subject: [PATCH] Updating to chart 0.39.0 --- .../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 265e3ae6..29e8b9db 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 hive-vector-aggregator vector --namespace $NAMESPACE - --version 0.34.0 + --version 0.39.0 --repo https://helm.vector.dev --values hive-vector-aggregator-values.yaml ---