diff --git a/tests/templates/kuttl/logging/01-install-nifi-vector-aggregator.yaml b/tests/templates/kuttl/logging/01-install-nifi-vector-aggregator.yaml index 2d6b90cf..59d77a73 100644 --- a/tests/templates/kuttl/logging/01-install-nifi-vector-aggregator.yaml +++ b/tests/templates/kuttl/logging/01-install-nifi-vector-aggregator.yaml @@ -5,7 +5,7 @@ commands: - script: >- helm install nifi-vector-aggregator vector --namespace $NAMESPACE - --version 0.35.0 + --version 0.36.1 --repo https://helm.vector.dev --values nifi-vector-aggregator-values.yaml ---