From 53d7d44b24dde9b0dfa3b4d85cc0bc2fe8e59282 Mon Sep 17 00:00:00 2001 From: Siegfried Weber Date: Mon, 16 Sep 2024 13:33:00 +0200 Subject: [PATCH] chore: Upgrade the Vector aggregator in the logging tests --- .../kuttl/logging/30-install-airflow-vector-aggregator.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/templates/kuttl/logging/30-install-airflow-vector-aggregator.yaml b/tests/templates/kuttl/logging/30-install-airflow-vector-aggregator.yaml index 66eafd58..f6ab4a77 100644 --- a/tests/templates/kuttl/logging/30-install-airflow-vector-aggregator.yaml +++ b/tests/templates/kuttl/logging/30-install-airflow-vector-aggregator.yaml @@ -5,7 +5,7 @@ commands: - script: >- helm install airflow-vector-aggregator vector --namespace $NAMESPACE - --version 0.34.0 + --version 0.36.1 --repo https://helm.vector.dev --values airflow-vector-aggregator-values.yaml ---