IBM / cloudpak-gitops

Deployment of IBM Cloud Paks using ArgoCD / Red Hat GitOps operator.
Apache License 2.0
22 stars 23 forks source link

chore: Use multi-arch image for CP4S synchronization hooks #320

Closed nastacio closed 8 months ago

nastacio commented 9 months ago

Signed-off-by: Denilson Nastacio dnastaci@us.ibm.com

Contributes to: #315

Description of changes:

Output of argocd app list command or screenshot of the Argo CD Application synchronization window showing successful application of changes in this branch.

Note the "OutOfSync" issue, related to an outstanding bug between the CP4S operator and the spec of the license field in the CP4SThreatManagement CR, which is expected until CP4S fixes the issue (see below, where the operator keeps removing the license field from one location and creating it in another location.)

 argocd app list
NAME                                  CLUSTER                         NAMESPACE         PROJECT               STATUS     HEALTH   SYNCPOLICY  CONDITIONS  REPO                                    PATH                                  TARGET
openshift-gitops/argo-app             https://kubernetes.default.svc  openshift-gitops  argocd-control-plane  Synced     Healthy  Auto-Prune  <none>      https://github.com/IBM/cloudpak-gitops  config/argocd                         315-power-cp4s
openshift-gitops/cp-shared-app        https://kubernetes.default.svc  ibm-cloudpaks     default               Synced     Healthy  Auto-Prune  <none>      https://github.com/IBM/cloudpak-gitops  config/argocd-cloudpaks/cp-shared     315-power-cp4s
openshift-gitops/cp-shared-operators  https://kubernetes.default.svc  ibm-cloudpaks     default               Synced     Healthy  Auto-Prune  <none>      https://github.com/IBM/cloudpak-gitops  config/cloudpaks/cp-shared/operators  315-power-cp4s
openshift-gitops/cp4s-all             https://kubernetes.default.svc  cp4s              default               OutOfSync  Healthy  Auto-Prune  <none>      https://github.com/IBM/cloudpak-gitops  config/cloudpaks/cp4s                 315-power-cp4s
openshift-gitops/cp4s-app             https://kubernetes.default.svc  openshift-gitops  default               Synced     Healthy  Auto-Prune  <none>      https://github.com/IBM/cloudpak-gitops  config/argocd-cloudpaks/cp4s          315-power-cp4s
image
nastacio commented 8 months ago

:tada: This PR is included in version 0.37.0 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: