From 00763628a3e651ceb696c4f8adde6861f40f3659 Mon Sep 17 00:00:00 2001 From: Nick <10092581+NickLarsenNZ@users.noreply.github.com> Date: Fri, 9 Aug 2024 01:18:14 +1200 Subject: [PATCH] chore: bump Vector to 0.40.0 (#546) --- .../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 94c293f9..2e16e5ba 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.34.0 + --version 0.35.0 --repo https://helm.vector.dev --values hbase-vector-aggregator-values.yaml ---