@@ -43,10 +43,10 @@ tests:
4343 - equal :
4444 path : metadata.labels
4545 value :
46- helm.sh/chart : cryostat-2.1.1
46+ helm.sh/chart : cryostat-2.1.2-dev
4747 app.kubernetes.io/name : cryostat
4848 app.kubernetes.io/instance : RELEASE-NAME
49- app.kubernetes.io/version : " 4.1.1 "
49+ app.kubernetes.io/version : " 4.1.2-dev "
5050 app.kubernetes.io/managed-by : Helm
5151 app.kubernetes.io/component : cryostat
5252 app.kubernetes.io/part-of : cryostat
5757 path : spec.template.spec.containers[?(@.name=='cryostat')]
5858 - equal :
5959 path : spec.template.spec.containers[?(@.name=='cryostat')].image
60- value : " quay.io/cryostat/cryostat:4.1.1 "
60+ value : " quay.io/cryostat/cryostat:4.1.2-snapshot "
6161 - equal :
6262 path : spec.template.spec.containers[?(@.name=='cryostat-authproxy')].image
6363 value : " quay.io/oauth2-proxy/oauth2-proxy:v7.14.3"
@@ -483,10 +483,10 @@ tests:
483483 - ALL
484484 - equal :
485485 path : spec.template.spec.containers[?(@.name=='cryostat-grafana')].image
486- value : " quay.io/cryostat/cryostat-grafana-dashboard:4.1.1 "
486+ value : " quay.io/cryostat/cryostat-grafana-dashboard:4.1-dev "
487487 - equal :
488488 path : spec.template.spec.containers[?(@.name=='cryostat-grafana')].imagePullPolicy
489- value : " IfNotPresent "
489+ value : " Always "
490490 - equal :
491491 path : spec.template.spec.containers[?(@.name=='cryostat-grafana')].env[?(@.name=='GF_AUTH_ANONYMOUS_ENABLED')].value
492492 value : " true"
@@ -534,10 +534,10 @@ tests:
534534 - ALL
535535 - equal :
536536 path : spec.template.spec.containers[?(@.name=='cryostat-jfr-datasource')].image
537- value : " quay.io/cryostat/jfr-datasource:4.1.1 "
537+ value : " quay.io/cryostat/jfr-datasource:4.1.2-snapshot "
538538 - equal :
539539 path : spec.template.spec.containers[?(@.name=='cryostat-jfr-datasource')].imagePullPolicy
540- value : " IfNotPresent "
540+ value : " Always "
541541 - equal :
542542 path : spec.template.spec.containers[?(@.name=='cryostat-jfr-datasource')].env[?(@.name=='LISTEN_HOST')].value
543543 value : " localhost"
@@ -765,16 +765,16 @@ tests:
765765 asserts :
766766 - equal :
767767 path : spec.template.spec.containers[?(@.name=='cryostat')].imagePullPolicy
768- value : IfNotPresent
768+ value : Always
769769 - equal :
770770 path : spec.template.spec.containers[?(@.name=='cryostat-authproxy')].imagePullPolicy
771- value : IfNotPresent
771+ value : Always
772772 - equal :
773773 path : spec.template.spec.containers[?(@.name=='cryostat-grafana')].imagePullPolicy
774- value : " IfNotPresent "
774+ value : " Always "
775775 - equal :
776776 path : spec.template.spec.containers[?(@.name=='cryostat-jfr-datasource')].imagePullPolicy
777- value : " IfNotPresent "
777+ value : " Always "
778778
779779 - it : should verify image pull policies for release versions
780780 set :
0 commit comments