Skip to content

Commit

Permalink
install: pin cloud-api-adaptor image for v0.8.0
Browse files Browse the repository at this point in the history
Using the
 quay.io/repository/confidential-containers/cloud-api-adaptor:d4496d008b65c979a4d24767979a77ed1ba21e76
image.

Fixes #1548
Signed-off-by: Wainer dos Santos Moschetta <[email protected]>
  • Loading branch information
wainersm committed Nov 14, 2023
1 parent bb5a76a commit abfeaa2
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion install/overlays/aws/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ bases:
images:
- name: cloud-api-adaptor
newName: quay.io/confidential-containers/cloud-api-adaptor # change image if needed
newTag: latest
newTag: d4496d008b65c979a4d24767979a77ed1ba21e76

generatorOptions:
disableNameSuffixHash: true
Expand Down
2 changes: 1 addition & 1 deletion install/overlays/azure/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ bases:
images:
- name: cloud-api-adaptor
newName: quay.io/confidential-containers/cloud-api-adaptor # change image if needed
newTag: latest
newTag: d4496d008b65c979a4d24767979a77ed1ba21e76

generatorOptions:
disableNameSuffixHash: true
Expand Down
2 changes: 1 addition & 1 deletion install/overlays/ibmcloud-powervs/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ bases:
images:
- name: cloud-api-adaptor
newName: quay.io/confidential-containers/cloud-api-adaptor # change image if needed
newTag: latest
newTag: d4496d008b65c979a4d24767979a77ed1ba21e76

generatorOptions:
disableNameSuffixHash: true
Expand Down
2 changes: 1 addition & 1 deletion install/overlays/ibmcloud/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ bases:
images:
- name: cloud-api-adaptor
newName: quay.io/confidential-containers/cloud-api-adaptor # change image if needed
newTag: latest
newTag: d4496d008b65c979a4d24767979a77ed1ba21e76

generatorOptions:
disableNameSuffixHash: true
Expand Down
2 changes: 1 addition & 1 deletion install/overlays/libvirt/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ bases:
images:
- name: cloud-api-adaptor
newName: quay.io/confidential-containers/cloud-api-adaptor # change image if needed
newTag: latest
newTag: dev-d4496d008b65c979a4d24767979a77ed1ba21e76

generatorOptions:
disableNameSuffixHash: true
Expand Down
2 changes: 1 addition & 1 deletion install/overlays/vsphere/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ bases:
images:
- name: cloud-api-adaptor
newName: quay.io/confidential-containers/cloud-api-adaptor # change image if needed
newTag: latest
newTag: d4496d008b65c979a4d24767979a77ed1ba21e76

generatorOptions:
disableNameSuffixHash: true
Expand Down

0 comments on commit abfeaa2

Please sign in to comment.