From 06e4cf4fdc9c4ec586786abe99f4f3cd1eb87203 Mon Sep 17 00:00:00 2001 From: Denilson Nastacio Date: Thu, 18 Jan 2024 18:34:47 -0500 Subject: [PATCH] feat: Support Power processor architectura for CP4I deployment Signed-off-by: Denilson Nastacio --- config/argocd-cloudpaks/cp-shared/Chart.yaml | 4 ++-- .../cp-shared/templates/0050-sync-common-config-map.yaml | 2 +- .../cp-shared/templates/0050-sync-common-service-maps.yaml | 2 +- .../cp-shared/templates/0050-sync-cp4a-config-map.yaml | 2 +- .../cp-shared/templates/0050-sync-cp4s-config-map.yaml | 2 +- config/argocd-cloudpaks/cp4i/Chart.yaml | 2 +- .../cp4i/templates/0050-presync-adjust-storage-classes.yaml | 2 +- .../cp4i/templates/0310-sync-check-all-csvs.yaml | 2 +- .../templates/0050-sync-cluster-scoped-operators.yaml | 2 +- .../cp4i/install-prereqs/templates/0050-sync-prereqs.yaml | 2 +- 10 files changed, 11 insertions(+), 11 deletions(-) diff --git a/config/argocd-cloudpaks/cp-shared/Chart.yaml b/config/argocd-cloudpaks/cp-shared/Chart.yaml index ff8d09a6..8c594c7b 100644 --- a/config/argocd-cloudpaks/cp-shared/Chart.yaml +++ b/config/argocd-cloudpaks/cp-shared/Chart.yaml @@ -16,9 +16,9 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.6.5 +version: 0.7.0 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. -appVersion: "1.3.4" +appVersion: "1.4.0" diff --git a/config/argocd-cloudpaks/cp-shared/templates/0050-sync-common-config-map.yaml b/config/argocd-cloudpaks/cp-shared/templates/0050-sync-common-config-map.yaml index a1437bd6..9f03d36b 100644 --- a/config/argocd-cloudpaks/cp-shared/templates/0050-sync-common-config-map.yaml +++ b/config/argocd-cloudpaks/cp-shared/templates/0050-sync-common-config-map.yaml @@ -12,7 +12,7 @@ spec: spec: containers: - name: config - image: quay.io/openshift/origin-cli:latest + image: registry.redhat.io/openshift4/ose-cli:latest imagePullPolicy: IfNotPresent env: - name: ARGOCD_NAMESPACE diff --git a/config/argocd-cloudpaks/cp-shared/templates/0050-sync-common-service-maps.yaml b/config/argocd-cloudpaks/cp-shared/templates/0050-sync-common-service-maps.yaml index c689c833..7ccce8fa 100644 --- a/config/argocd-cloudpaks/cp-shared/templates/0050-sync-common-service-maps.yaml +++ b/config/argocd-cloudpaks/cp-shared/templates/0050-sync-common-service-maps.yaml @@ -13,7 +13,7 @@ spec: spec: containers: - name: config - image: quay.io/openshift/origin-cli:latest + image: registry.redhat.io/openshift4/ose-cli:latest imagePullPolicy: IfNotPresent env: - name: ARGOCD_NAMESPACE diff --git a/config/argocd-cloudpaks/cp-shared/templates/0050-sync-cp4a-config-map.yaml b/config/argocd-cloudpaks/cp-shared/templates/0050-sync-cp4a-config-map.yaml index 92c3a5fa..37d865fe 100644 --- a/config/argocd-cloudpaks/cp-shared/templates/0050-sync-cp4a-config-map.yaml +++ b/config/argocd-cloudpaks/cp-shared/templates/0050-sync-cp4a-config-map.yaml @@ -12,7 +12,7 @@ spec: spec: containers: - name: config - image: quay.io/openshift/origin-cli:latest + image: registry.redhat.io/openshift4/ose-cli:latest imagePullPolicy: IfNotPresent env: - name: ARGOCD_NAMESPACE diff --git a/config/argocd-cloudpaks/cp-shared/templates/0050-sync-cp4s-config-map.yaml b/config/argocd-cloudpaks/cp-shared/templates/0050-sync-cp4s-config-map.yaml index 33abd801..53606dcc 100644 --- a/config/argocd-cloudpaks/cp-shared/templates/0050-sync-cp4s-config-map.yaml +++ b/config/argocd-cloudpaks/cp-shared/templates/0050-sync-cp4s-config-map.yaml @@ -12,7 +12,7 @@ spec: spec: containers: - name: config - image: quay.io/openshift/origin-cli:latest + image: registry.redhat.io/openshift4/ose-cli:latest imagePullPolicy: IfNotPresent resources: requests: diff --git a/config/argocd-cloudpaks/cp4i/Chart.yaml b/config/argocd-cloudpaks/cp4i/Chart.yaml index 5634ba36..bd8ee311 100644 --- a/config/argocd-cloudpaks/cp4i/Chart.yaml +++ b/config/argocd-cloudpaks/cp4i/Chart.yaml @@ -16,7 +16,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.10.0 +version: 0.11.0 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to diff --git a/config/argocd-cloudpaks/cp4i/templates/0050-presync-adjust-storage-classes.yaml b/config/argocd-cloudpaks/cp4i/templates/0050-presync-adjust-storage-classes.yaml index 726e964d..9f74fe37 100644 --- a/config/argocd-cloudpaks/cp4i/templates/0050-presync-adjust-storage-classes.yaml +++ b/config/argocd-cloudpaks/cp4i/templates/0050-presync-adjust-storage-classes.yaml @@ -12,7 +12,7 @@ spec: spec: containers: - name: config - image: quay.io/openshift/origin-cli:latest + image: registry.redhat.io/openshift4/ose-cli:latest imagePullPolicy: IfNotPresent env: - name: ARGOCD_APP_NAME diff --git a/config/argocd-cloudpaks/cp4i/templates/0310-sync-check-all-csvs.yaml b/config/argocd-cloudpaks/cp4i/templates/0310-sync-check-all-csvs.yaml index d36f3b5a..c8383638 100644 --- a/config/argocd-cloudpaks/cp4i/templates/0310-sync-check-all-csvs.yaml +++ b/config/argocd-cloudpaks/cp4i/templates/0310-sync-check-all-csvs.yaml @@ -13,7 +13,7 @@ spec: spec: containers: - name: config - image: quay.io/openshift/origin-cli:latest + image: registry.redhat.io/openshift4/ose-cli:latest imagePullPolicy: IfNotPresent env: - name: TARGET_NAMESPACE diff --git a/config/cloudpaks/cp-shared/operators/templates/0050-sync-cluster-scoped-operators.yaml b/config/cloudpaks/cp-shared/operators/templates/0050-sync-cluster-scoped-operators.yaml index 4e5229eb..aac7836e 100644 --- a/config/cloudpaks/cp-shared/operators/templates/0050-sync-cluster-scoped-operators.yaml +++ b/config/cloudpaks/cp-shared/operators/templates/0050-sync-cluster-scoped-operators.yaml @@ -12,7 +12,7 @@ spec: spec: containers: - name: config - image: quay.io/openshift/origin-cli:latest + image: registry.redhat.io/openshift4/ose-cli:latest imagePullPolicy: IfNotPresent env: - name: ARGOCD_NAMESPACE diff --git a/config/cloudpaks/cp4i/install-prereqs/templates/0050-sync-prereqs.yaml b/config/cloudpaks/cp4i/install-prereqs/templates/0050-sync-prereqs.yaml index a4cec106..2a90ef71 100644 --- a/config/cloudpaks/cp4i/install-prereqs/templates/0050-sync-prereqs.yaml +++ b/config/cloudpaks/cp4i/install-prereqs/templates/0050-sync-prereqs.yaml @@ -12,7 +12,7 @@ spec: spec: containers: - name: config - image: quay.io/openshift/origin-cli:latest + image: registry.redhat.io/openshift4/ose-cli:latest imagePullPolicy: IfNotPresent env: - name: ARGOCD_NAMESPACE