Skip to content

Commit

Permalink
config: Switch to arch specific images
Browse files Browse the repository at this point in the history
This is only needed as ARM64 builders are down on the Kata Containers
side, not allowing the actions there to generate the multi-arch
manifests.

Signed-off-by: Fabiano Fidêncio <fabiano@fidencio.org>
  • Loading branch information
fidencio committed Sep 4, 2024
1 parent 24aa35c commit 9d54f90
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion config/samples/ccruntime/default/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ images:
newTag: latest
- name: quay.io/kata-containers/kata-deploy
newName: quay.io/kata-containers/kata-deploy-ci
newTag: kata-containers-latest
newTag: kata-containers-latest-amd64

patches:
- patch: |-
Expand Down
2 changes: 1 addition & 1 deletion config/samples/ccruntime/peer-pods/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ images:
newTag: latest
- name: quay.io/kata-containers/kata-deploy
newName: quay.io/kata-containers/kata-deploy-ci
newTag: kata-containers-latest
newTag: kata-containers-latest-amd64


patches:
Expand Down
2 changes: 1 addition & 1 deletion config/samples/ccruntime/s390x/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ images:
newTag: latest
- name: quay.io/kata-containers/kata-deploy
newName: quay.io/kata-containers/kata-deploy-ci
newTag: kata-containers-latest
newTag: kata-containers-latest-s390x

patches:
- patch: |-
Expand Down

0 comments on commit 9d54f90

Please sign in to comment.