diff --git a/tests/templates/kuttl/logging/01-install-hdfs-vector-aggregator.yaml b/tests/templates/kuttl/logging/01-install-hdfs-vector-aggregator.yaml index de95c03a..2e7d7d56 100644 --- a/tests/templates/kuttl/logging/01-install-hdfs-vector-aggregator.yaml +++ b/tests/templates/kuttl/logging/01-install-hdfs-vector-aggregator.yaml @@ -5,7 +5,7 @@ commands: - script: >- helm install hdfs-vector-aggregator vector --namespace $NAMESPACE - --version 0.43.0 + --version 0.45.0 --repo https://helm.vector.dev --values hdfs-vector-aggregator-values.yaml ---