From ca5ae128cca86d5cb96f618acb9f3853c07cbdd4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Jeanneret?= Date: Thu, 5 Mar 2026 09:01:20 +0100 Subject: [PATCH] Use actual tag instead of PR branch Examples are now showing an actual tag instead of the PR branch, making them more usable as-is. --- example/controlplane/kustomization.yaml | 6 +++--- example/dataplane/kustomization.yaml | 4 ++-- example/dependencies/kustomization.yaml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/example/controlplane/kustomization.yaml b/example/controlplane/kustomization.yaml index ee73fac..aafec18 100644 --- a/example/controlplane/kustomization.yaml +++ b/example/controlplane/kustomization.yaml @@ -4,9 +4,9 @@ kind: Kustomization components: # Remote refs (for CI/ArgoCD): - - https://github.com/openstack-gitops/rhoso-gitops/components/argocd/annotations?ref=cleaning - - https://github.com/openstack-gitops/rhoso-gitops/components/rhoso/controlplane?ref=cleaning - - https://github.com/openstack-gitops/rhoso-gitops/components/rhoso/controlplane/services/watcher?ref=cleaning + - https://github.com/openstack-gitops/rhoso-gitops/components/argocd/annotations?ref=v0.1.0 + - https://github.com/openstack-gitops/rhoso-gitops/components/rhoso/controlplane?ref=v0.1.0 + - https://github.com/openstack-gitops/rhoso-gitops/components/rhoso/controlplane/services/watcher?ref=v0.1.0 # Local paths (for "kustomize build" testing): # - ../../components/argocd/annotations # - ../../components/rhoso/controlplane diff --git a/example/dataplane/kustomization.yaml b/example/dataplane/kustomization.yaml index b5734d7..9ea4d52 100644 --- a/example/dataplane/kustomization.yaml +++ b/example/dataplane/kustomization.yaml @@ -4,8 +4,8 @@ kind: Kustomization components: # Remote refs (for CI/ArgoCD): - - https://github.com/openstack-gitops/rhoso-gitops/components/argocd/annotations?ref=cleaning - - https://github.com/openstack-gitops/rhoso-gitops/components/rhoso/dataplane?ref=cleaning + - https://github.com/openstack-gitops/rhoso-gitops/components/argocd/annotations?ref=v0.1.0 + - https://github.com/openstack-gitops/rhoso-gitops/components/rhoso/dataplane?ref=v0.1.0 # Local paths (for "kustomize build" testing): # - ../../components/argocd/annotations # - ../../components/rhoso/dataplane diff --git a/example/dependencies/kustomization.yaml b/example/dependencies/kustomization.yaml index 807099e..2113b53 100644 --- a/example/dependencies/kustomization.yaml +++ b/example/dependencies/kustomization.yaml @@ -4,4 +4,4 @@ kind: Kustomization components: - https://github.com/openstack-k8s-operators/architecture/lib/olm-deps?ref=7da5f2e1dc2bfce99e269b0017783679ca405d8c - - https://github.com/openstack-gitops/rhoso-gitops/components/argocd/annotations?ref=cleaning + - https://github.com/openstack-gitops/rhoso-gitops/components/argocd/annotations?ref=v0.1.0