diff --git a/tests/templates/kuttl/logging/01-install-druid-vector-aggregator.yaml b/tests/templates/kuttl/logging/01-install-druid-vector-aggregator.yaml index d7e8459a..7a770546 100644 --- a/tests/templates/kuttl/logging/01-install-druid-vector-aggregator.yaml +++ b/tests/templates/kuttl/logging/01-install-druid-vector-aggregator.yaml @@ -5,7 +5,7 @@ commands: - script: >- helm install druid-vector-aggregator vector --namespace $NAMESPACE - --version 0.42.1 + --version 0.43.0 --repo https://helm.vector.dev --values 01_druid-vector-aggregator-values.yaml ---