diff --git a/tests/templates/kuttl/logging/10-install-opensearch-vector-aggregator.yaml b/tests/templates/kuttl/logging/10-install-opensearch-vector-aggregator.yaml index dfef758..382dbe1 100644 --- a/tests/templates/kuttl/logging/10-install-opensearch-vector-aggregator.yaml +++ b/tests/templates/kuttl/logging/10-install-opensearch-vector-aggregator.yaml @@ -5,7 +5,7 @@ commands: - script: >- helm install opensearch-vector-aggregator vector --namespace $NAMESPACE - --version 0.45.0 + --version 0.49.0 --repo https://helm.vector.dev --values 10_opensearch-vector-aggregator-values.yaml ---