From 0fdd0eea7a25bb20efca163923fc4c0a3b38d609 Mon Sep 17 00:00:00 2001 From: Nick <10092581+NickLarsenNZ@users.noreply.github.com> Date: Fri, 9 Aug 2024 01:18:18 +1200 Subject: [PATCH] chore: bump Vector to 0.40.0 (#613) --- .../kuttl/logging/01-install-druid-vector-aggregator.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/templates/kuttl/logging/01-install-druid-vector-aggregator.yaml b/tests/templates/kuttl/logging/01-install-druid-vector-aggregator.yaml index fdfd6e89..81879169 100644 --- a/tests/templates/kuttl/logging/01-install-druid-vector-aggregator.yaml +++ b/tests/templates/kuttl/logging/01-install-druid-vector-aggregator.yaml @@ -5,7 +5,7 @@ commands: - script: >- helm install druid-vector-aggregator vector --namespace $NAMESPACE - --version 0.34.0 + --version 0.35.0 --repo https://helm.vector.dev --values 01_druid-vector-aggregator-values.yaml ---