Skip to content

Commit d07200c

Browse files
authored
Use actual tag instead of PR branch (#35)
Examples are now showing an actual tag instead of the PR branch, making them more usable as-is.
1 parent 856a2b6 commit d07200c

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

example/controlplane/kustomization.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ kind: Kustomization
44

55
components:
66
# Remote refs (for CI/ArgoCD):
7-
- https://github.com/openstack-gitops/rhoso-gitops/components/argocd/annotations?ref=cleaning
8-
- https://github.com/openstack-gitops/rhoso-gitops/components/rhoso/controlplane?ref=cleaning
9-
- https://github.com/openstack-gitops/rhoso-gitops/components/rhoso/controlplane/services/watcher?ref=cleaning
7+
- https://github.com/openstack-gitops/rhoso-gitops/components/argocd/annotations?ref=v0.1.0
8+
- https://github.com/openstack-gitops/rhoso-gitops/components/rhoso/controlplane?ref=v0.1.0
9+
- https://github.com/openstack-gitops/rhoso-gitops/components/rhoso/controlplane/services/watcher?ref=v0.1.0
1010
# Local paths (for "kustomize build" testing):
1111
# - ../../components/argocd/annotations
1212
# - ../../components/rhoso/controlplane

example/dataplane/kustomization.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ kind: Kustomization
44

55
components:
66
# Remote refs (for CI/ArgoCD):
7-
- https://github.com/openstack-gitops/rhoso-gitops/components/argocd/annotations?ref=cleaning
8-
- https://github.com/openstack-gitops/rhoso-gitops/components/rhoso/dataplane?ref=cleaning
7+
- https://github.com/openstack-gitops/rhoso-gitops/components/argocd/annotations?ref=v0.1.0
8+
- https://github.com/openstack-gitops/rhoso-gitops/components/rhoso/dataplane?ref=v0.1.0
99
# Local paths (for "kustomize build" testing):
1010
# - ../../components/argocd/annotations
1111
# - ../../components/rhoso/dataplane

example/dependencies/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ kind: Kustomization
44

55
components:
66
- https://github.com/openstack-k8s-operators/architecture/lib/olm-deps?ref=7da5f2e1dc2bfce99e269b0017783679ca405d8c
7-
- https://github.com/openstack-gitops/rhoso-gitops/components/argocd/annotations?ref=cleaning
7+
- https://github.com/openstack-gitops/rhoso-gitops/components/argocd/annotations?ref=v0.1.0

0 commit comments

Comments
 (0)