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: Add OCP 4.9 OLM annotation #48

Closed nastacio closed 2 years ago

nastacio commented 2 years ago

Closes: #47

Description of changes:

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

argocd app list  | grep cp\-shared
cp-shared-app           https://kubernetes.default.svc  ibm-cloudpaks     default  Synced     Healthy      Auto-Prune  <none>      https://github.com/IBM/cloudpak-gitops.git  config/argocd-cloudpaks/cp-shared                  47-olm-annotation
cp-shared-operators     https://kubernetes.default.svc  ibm-cloudpaks     default  OutOfSync  Progressing  Auto-Prune  <none>      https://github.com/IBM/cloudpak-gitops.git  config/cloudpaks/cp-shared/operators               47-olm-annotation

oc get CatalogSource ibm-operator-catalog -n openshift-marketplace -o jsonpath='{.metadata.annotations}' | jq .\"olm.catalogImageTemplate\"
"icr.io/cpopen/ibm-operator-catalog:v{kube_major_version}.{kube_minor_version}"

oc get CatalogSource opencloud-operators -n openshift-marketplace -o jsonpath='{.metadata.annotations}' | jq .\"olm.catalogImageTemplate\"
"icr.io/cpopen/ibm-operator-catalog:v{kube_major_version}.{kube_minor_version}"