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 fdfd6e89..81879169 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.34.0 + --version 0.35.0 --repo https://helm.vector.dev --values 01_druid-vector-aggregator-values.yaml ---