From aac894721b23c07b83dd2d36abba9f94b9b36a2c Mon Sep 17 00:00:00 2001 From: Wainer dos Santos Moschetta Date: Mon, 24 Jul 2023 14:20:48 -0300 Subject: [PATCH] install: pin cloud-api-adaptor image for v0.7.0 Using the quay.io/repository/confidential-containers/cloud-api-adaptor:6d7d2a3fe8243809b3c3a710792c8498292e2fc3 image. Fixes #1226 Signed-off-by: Wainer dos Santos Moschetta --- install/overlays/aws/kustomization.yaml | 2 +- install/overlays/azure/kustomization.yaml | 2 +- install/overlays/ibmcloud-powervs/kustomization.yaml | 2 +- install/overlays/libvirt/kustomization.yaml | 2 +- install/overlays/vsphere/kustomization.yaml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/install/overlays/aws/kustomization.yaml b/install/overlays/aws/kustomization.yaml index f4c51fb40..3735a74c0 100644 --- a/install/overlays/aws/kustomization.yaml +++ b/install/overlays/aws/kustomization.yaml @@ -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: 6d7d2a3fe8243809b3c3a710792c8498292e2fc3 generatorOptions: disableNameSuffixHash: true diff --git a/install/overlays/azure/kustomization.yaml b/install/overlays/azure/kustomization.yaml index 7af166a9e..1f0fd1900 100644 --- a/install/overlays/azure/kustomization.yaml +++ b/install/overlays/azure/kustomization.yaml @@ -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: 6d7d2a3fe8243809b3c3a710792c8498292e2fc3 generatorOptions: disableNameSuffixHash: true diff --git a/install/overlays/ibmcloud-powervs/kustomization.yaml b/install/overlays/ibmcloud-powervs/kustomization.yaml index c6dea148c..9ce70b057 100644 --- a/install/overlays/ibmcloud-powervs/kustomization.yaml +++ b/install/overlays/ibmcloud-powervs/kustomization.yaml @@ -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: 6d7d2a3fe8243809b3c3a710792c8498292e2fc3 generatorOptions: disableNameSuffixHash: true diff --git a/install/overlays/libvirt/kustomization.yaml b/install/overlays/libvirt/kustomization.yaml index 560697c1e..b337f832d 100644 --- a/install/overlays/libvirt/kustomization.yaml +++ b/install/overlays/libvirt/kustomization.yaml @@ -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-6d7d2a3fe8243809b3c3a710792c8498292e2fc3 generatorOptions: disableNameSuffixHash: true diff --git a/install/overlays/vsphere/kustomization.yaml b/install/overlays/vsphere/kustomization.yaml index 95d534ecb..41830bb31 100644 --- a/install/overlays/vsphere/kustomization.yaml +++ b/install/overlays/vsphere/kustomization.yaml @@ -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: 6d7d2a3fe8243809b3c3a710792c8498292e2fc3 generatorOptions: disableNameSuffixHash: true