Skip to content

Commit

Permalink
Update the pause images (#69)
Browse files Browse the repository at this point in the history
This PR updates the pause images, which are multiarch
in nature

Signed-off-by: Krishna Harsha Voora <[email protected]>
Co-authored-by: vishnuchalla <[email protected]>
  • Loading branch information
krishvoor and vishnuchalla authored May 17, 2024
1 parent 290bb50 commit d592548
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ spec:
memory: '100Mi'
cpu: 100m
- name: sleep-1
image: gcr.io/google_containers/pause-amd64:3.0
image: k8s.gcr.io/pause:3.1
imagePullPolicy: IfNotPresent
resources:
requests:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ spec:
containers:
- name: sleep-1
imagePullPolicy: IfNotPresent
image: gcr.io/google_containers/pause-amd64:3.0
image: k8s.gcr.io/pause:3.1
- name: app-served-{{ .ns }}
imagePullPolicy: IfNotPresent
image: quay.io/cloud-bulldozer/sampleapp:latest
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ spec:
containers:
- name: sleep-1
imagePullPolicy: IfNotPresent
image: gcr.io/google_containers/pause-amd64:3.0
image: k8s.gcr.io/pause:3.1
- name: app-served-{{ .ns }}
imagePullPolicy: IfNotPresent
image: quay.io/centos/centos
Expand Down

0 comments on commit d592548

Please sign in to comment.