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 15e6135b..73ca72c4 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.42.1 + --version 0.43.0 --repo https://helm.vector.dev --values airflow-vector-aggregator-values.yaml ---