[ANSIBLE] [BUILD] Upgrade Kube Prometheus Stack to 32.2.1
[oom/offline-installer.git] / ansible / roles / kube-prometheus-stack / molecule / default / tests / test_default.py
index 18da24e..0717eb3 100644 (file)
@@ -3,7 +3,7 @@ import yaml
 
 def test_prometheus_helm_package(host):
     assert host.file('/opt/onap/downloads/'
-                     'kube-prometheus-stack-18.0.4.tgz').exists
+                     'kube-prometheus-stack-32.2.1.tgz').exists
 
 
 def test_helm_values_file(host):