From 3fadb250f848694ec2a7c510005d9f7dd3927712 Mon Sep 17 00:00:00 2001 From: Malte Sander Date: Fri, 13 Oct 2023 18:20:11 +0200 Subject: [PATCH] bump vector aggregator --- .../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 fd9f2cd7..6124a411 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.23.0 + --version 0.26.0 --repo https://helm.vector.dev --values hbase-vector-aggregator-values.yaml ---