From 6c669d8022ae3a124c64d8703e8e12b4584042c9 Mon Sep 17 00:00:00 2001 From: Razvan-Daniel Mihai <84674+razvan@users.noreply.github.com> Date: Fri, 6 Jun 2025 11:20:20 +0200 Subject: [PATCH] chore: bump vector chart to 0.43.0 --- .../kuttl/logging/01-install-trino-vector-aggregator.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/templates/kuttl/logging/01-install-trino-vector-aggregator.yaml b/tests/templates/kuttl/logging/01-install-trino-vector-aggregator.yaml index f4912701..d3be7a96 100644 --- a/tests/templates/kuttl/logging/01-install-trino-vector-aggregator.yaml +++ b/tests/templates/kuttl/logging/01-install-trino-vector-aggregator.yaml @@ -5,7 +5,7 @@ commands: - script: >- helm install trino-vector-aggregator vector --namespace $NAMESPACE - --version 0.42.1 + --version 0.43.0 --repo https://helm.vector.dev --values trino-vector-aggregator-values.yaml ---