From 7cec22e3a5e03e4bff3ec3b3c67dd54610d8e961 Mon Sep 17 00:00:00 2001 From: Malte Sander Date: Fri, 13 Oct 2023 15:15:26 +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 1222a32c..f4a4a515 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.23.0 + --version 0.26.0 --repo https://helm.vector.dev --values hive-vector-aggregator-values.yaml ---