Skip to content

Commit

Permalink
Merge pull request #413 from ldoktor/freeze-kata
Browse files Browse the repository at this point in the history
CI: Freeze kata-containers repo to workaround deploy bug
  • Loading branch information
BbolroC authored Aug 13, 2024
2 parents 6b249fd + daec538 commit 96fc29b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion config/samples/ccruntime/default/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ images:
newTag: latest
- name: quay.io/kata-containers/kata-deploy
newName: quay.io/kata-containers/kata-deploy-ci
newTag: kata-containers-latest
# FIXME: Remove this once https://github.com/confidential-containers/operator/issues/391 is resolved
newTag: kata-containers-43dca8deb4891678f8a62c112749ac0938b373c6-amd64

patches:
- patch: |-
Expand Down
3 changes: 2 additions & 1 deletion config/samples/ccruntime/s390x/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ images:
newTag: latest
- name: quay.io/kata-containers/kata-deploy
newName: quay.io/kata-containers/kata-deploy-ci
newTag: kata-containers-latest
# FIXME: Remove this once https://github.com/confidential-containers/operator/issues/391 is resolved
newTag: kata-containers-43dca8deb4891678f8a62c112749ac0938b373c6-s390x

patches:
- patch: |-
Expand Down

0 comments on commit 96fc29b

Please sign in to comment.