From 8e4ab01690b294a0e3f254c17c54ee9be8750cfb Mon Sep 17 00:00:00 2001 From: stevenhorsman Date: Mon, 12 Aug 2024 14:47:29 +0100 Subject: [PATCH] versions: Post-release updates Update install overlays to install the latest CAA image by default --- src/cloud-api-adaptor/install/overlays/aws/kustomization.yaml | 2 +- src/cloud-api-adaptor/install/overlays/azure/kustomization.yaml | 2 +- .../install/overlays/docker/kustomization.yaml | 2 +- .../install/overlays/ibmcloud-powervs/kustomization.yaml | 2 +- .../install/overlays/ibmcloud/kustomization.yaml | 2 +- .../install/overlays/libvirt/kustomization.yaml | 2 +- .../install/overlays/vsphere/kustomization.yaml | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/cloud-api-adaptor/install/overlays/aws/kustomization.yaml b/src/cloud-api-adaptor/install/overlays/aws/kustomization.yaml index 353db04ba..7ebf02ad9 100644 --- a/src/cloud-api-adaptor/install/overlays/aws/kustomization.yaml +++ b/src/cloud-api-adaptor/install/overlays/aws/kustomization.yaml @@ -7,7 +7,7 @@ resources: images: - name: cloud-api-adaptor newName: quay.io/confidential-containers/cloud-api-adaptor # change image if needed - newTag: 05d8f49c1d24f5c0a130db1e551a90fefabb0dee + newTag: latest generatorOptions: disableNameSuffixHash: true diff --git a/src/cloud-api-adaptor/install/overlays/azure/kustomization.yaml b/src/cloud-api-adaptor/install/overlays/azure/kustomization.yaml index 31ecc807f..4131d98a8 100644 --- a/src/cloud-api-adaptor/install/overlays/azure/kustomization.yaml +++ b/src/cloud-api-adaptor/install/overlays/azure/kustomization.yaml @@ -7,7 +7,7 @@ resources: images: - name: cloud-api-adaptor newName: quay.io/confidential-containers/cloud-api-adaptor # change image if needed - newTag: 05d8f49c1d24f5c0a130db1e551a90fefabb0dee + newTag: latest generatorOptions: disableNameSuffixHash: true diff --git a/src/cloud-api-adaptor/install/overlays/docker/kustomization.yaml b/src/cloud-api-adaptor/install/overlays/docker/kustomization.yaml index 58566467c..e0aed3afd 100644 --- a/src/cloud-api-adaptor/install/overlays/docker/kustomization.yaml +++ b/src/cloud-api-adaptor/install/overlays/docker/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: 05d8f49c1d24f5c0a130db1e551a90fefabb0dee + newTag: latest generatorOptions: disableNameSuffixHash: true diff --git a/src/cloud-api-adaptor/install/overlays/ibmcloud-powervs/kustomization.yaml b/src/cloud-api-adaptor/install/overlays/ibmcloud-powervs/kustomization.yaml index 3dc4d7d07..5f6a40dcc 100644 --- a/src/cloud-api-adaptor/install/overlays/ibmcloud-powervs/kustomization.yaml +++ b/src/cloud-api-adaptor/install/overlays/ibmcloud-powervs/kustomization.yaml @@ -7,7 +7,7 @@ resources: images: - name: cloud-api-adaptor newName: quay.io/confidential-containers/cloud-api-adaptor # change image if needed - newTag: 05d8f49c1d24f5c0a130db1e551a90fefabb0dee + newTag: latest generatorOptions: disableNameSuffixHash: true diff --git a/src/cloud-api-adaptor/install/overlays/ibmcloud/kustomization.yaml b/src/cloud-api-adaptor/install/overlays/ibmcloud/kustomization.yaml index 12fb40f97..e09bb6160 100644 --- a/src/cloud-api-adaptor/install/overlays/ibmcloud/kustomization.yaml +++ b/src/cloud-api-adaptor/install/overlays/ibmcloud/kustomization.yaml @@ -7,7 +7,7 @@ resources: images: - name: cloud-api-adaptor newName: quay.io/confidential-containers/cloud-api-adaptor # change image if needed - newTag: 05d8f49c1d24f5c0a130db1e551a90fefabb0dee + newTag: latest generatorOptions: disableNameSuffixHash: true diff --git a/src/cloud-api-adaptor/install/overlays/libvirt/kustomization.yaml b/src/cloud-api-adaptor/install/overlays/libvirt/kustomization.yaml index 1937e0dac..4f19d79e7 100644 --- a/src/cloud-api-adaptor/install/overlays/libvirt/kustomization.yaml +++ b/src/cloud-api-adaptor/install/overlays/libvirt/kustomization.yaml @@ -7,7 +7,7 @@ resources: images: - name: cloud-api-adaptor newName: quay.io/confidential-containers/cloud-api-adaptor # change image if needed - newTag: dev-05d8f49c1d24f5c0a130db1e551a90fefabb0dee + newTag: dev-latest generatorOptions: disableNameSuffixHash: true diff --git a/src/cloud-api-adaptor/install/overlays/vsphere/kustomization.yaml b/src/cloud-api-adaptor/install/overlays/vsphere/kustomization.yaml index 790705345..dc9f66203 100644 --- a/src/cloud-api-adaptor/install/overlays/vsphere/kustomization.yaml +++ b/src/cloud-api-adaptor/install/overlays/vsphere/kustomization.yaml @@ -7,7 +7,7 @@ resources: images: - name: cloud-api-adaptor newName: quay.io/confidential-containers/cloud-api-adaptor # change image if needed - newTag: 05d8f49c1d24f5c0a130db1e551a90fefabb0dee + newTag: latest generatorOptions: disableNameSuffixHash: true