Skip to content

Commit

Permalink
fix(tests): update imagePullPolicy to IfNotPresent in snapshot tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nexus49 committed Feb 10, 2025
1 parent 5ea2976 commit f84a530
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion charts/portal/tests/__snapshot__/deploy_test.yaml.snap
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions charts/portal/tests/__snapshot__/istio_test.yaml.snap
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit f84a530

Please sign in to comment.