diff --git a/charts/example-content/tests/__snapshot__/snapshot_test.yaml.snap b/charts/example-content/tests/__snapshot__/snapshot_test.yaml.snap index 6d97934ab..18a0cd647 100644 --- a/charts/example-content/tests/__snapshot__/snapshot_test.yaml.snap +++ b/charts/example-content/tests/__snapshot__/snapshot_test.yaml.snap @@ -49,7 +49,7 @@ matches the snapshot: - name: PORT value: "8080" image: ghcr.io/openmfp/example-content:1.0.0 - imagePullPolicy: Always + imagePullPolicy: IfNotPresent name: RELEASE-NAME-example-content ports: - containerPort: 8080 @@ -164,7 +164,7 @@ matches the snapshot (internalUrl): - name: PORT value: "8080" image: ghcr.io/openmfp/example-content:1.0.0 - imagePullPolicy: Always + imagePullPolicy: IfNotPresent name: RELEASE-NAME-example-content ports: - containerPort: 8080 diff --git a/charts/extension-manager-operator/tests/__snapshot__/deployment_test.yaml.snap b/charts/extension-manager-operator/tests/__snapshot__/deployment_test.yaml.snap index f477cabb1..8a0dcb8c7 100644 --- a/charts/extension-manager-operator/tests/__snapshot__/deployment_test.yaml.snap +++ b/charts/extension-manager-operator/tests/__snapshot__/deployment_test.yaml.snap @@ -89,7 +89,7 @@ operator match the snapshot: - --log-level= - --health-probe-bind-address=:8081 image: ghcr.io/openmfp/extension-manager-operator:1.0.0 - imagePullPolicy: Always + imagePullPolicy: IfNotPresent livenessProbe: failureThreshold: 1 httpGet: @@ -126,7 +126,7 @@ operator match the snapshot: - args: - server image: ghcr.io/openmfp/extension-manager-operator:1.0.0 - imagePullPolicy: Always + imagePullPolicy: IfNotPresent livenessProbe: failureThreshold: 1 httpGet: diff --git a/charts/portal/tests/__snapshot__/deploy_test.yaml.snap b/charts/portal/tests/__snapshot__/deploy_test.yaml.snap index 333fb4f87..6aaabde5e 100644 --- a/charts/portal/tests/__snapshot__/deploy_test.yaml.snap +++ b/charts/portal/tests/__snapshot__/deploy_test.yaml.snap @@ -78,7 +78,7 @@ matches the snapshot: - name: TEST_TEST value: test test image: ghcr.io/openmfp/portal:1.0.0 - imagePullPolicy: Always + imagePullPolicy: IfNotPresent livenessProbe: failureThreshold: 1 httpGet: diff --git a/charts/portal/tests/__snapshot__/istio_test.yaml.snap b/charts/portal/tests/__snapshot__/istio_test.yaml.snap index bc9f8245a..6d6d9b746 100644 --- a/charts/portal/tests/__snapshot__/istio_test.yaml.snap +++ b/charts/portal/tests/__snapshot__/istio_test.yaml.snap @@ -78,7 +78,7 @@ matches the snapshot: - name: TEST_TEST value: test test image: ghcr.io/openmfp/portal:1.0.0 - imagePullPolicy: Always + imagePullPolicy: IfNotPresent livenessProbe: failureThreshold: 1 httpGet: @@ -254,7 +254,7 @@ matches the snapshot with istio disabled: - name: TEST_TEST value: test test image: ghcr.io/openmfp/portal:1.0.0 - imagePullPolicy: Always + imagePullPolicy: IfNotPresent livenessProbe: failureThreshold: 1 httpGet: