File tree Expand file tree Collapse file tree 6 files changed +9
-9
lines changed
Expand file tree Collapse file tree 6 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -12,4 +12,4 @@ configMapGenerator:
1212 files :
1313 # - functions.sh
1414 - job.sh
15- - https://raw.githubusercontent.com/redhat-na-ssa/demo-ai-gitops-catalog/v0.05 /scripts/library/ocp.sh
15+ - https://raw.githubusercontent.com/redhat-na-ssa/demo-ai-gitops-catalog/v0.15 /scripts/library/ocp.sh
Original file line number Diff line number Diff line change @@ -2,5 +2,5 @@ apiVersion: kustomize.config.k8s.io/v1beta1
22kind : Kustomization
33
44resources :
5- - https://github.com/redhat-na-ssa/demo-ai-gitops-catalog/clusters/default?ref=v0.05
5+ - https://github.com/redhat-na-ssa/demo-ai-gitops-catalog/demos/components/ clusters/default?ref=v0.18
66 - link-github.yaml
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apiVersion: kustomize.config.k8s.io/v1beta1
22kind : Kustomization
33
44resources :
5- - https://github.com/redhat-na-ssa/demo-ai-gitops-catalog/components/operators/devspaces/operator/overlays/stable?ref=v0.05
6- - https://github.com/redhat-na-ssa/demo-ai-gitops-catalog/components/operators/gpu-operator-certified/operator/overlays/stable?ref=v0.05
7- - https://github.com/redhat-na-ssa/demo-ai-gitops-catalog/components/operators/nfd/operator/overlays/stable?ref=v0.05
5+ - https://github.com/redhat-na-ssa/demo-ai-gitops-catalog/components/operators/devspaces/operator/overlays/stable?ref=v0.18
6+ - https://github.com/redhat-na-ssa/demo-ai-gitops-catalog/components/operators/gpu-operator-certified/operator/overlays/stable?ref=v0.18
7+ - https://github.com/redhat-na-ssa/demo-ai-gitops-catalog/components/operators/nfd/operator/overlays/stable?ref=v0.18
88 - https://github.com/redhat-na-ssa/demo-ai-gitops-catalog/components/operators/openshift-pipelines-operator-rh/operator/overlays/pipelines-1.14?ref=v0.05
Original file line number Diff line number Diff line change @@ -3,5 +3,5 @@ kind: Kustomization
33
44resources :
55 - https://github.com/redhat-na-ssa/demo-ai-gitops-catalog/components/operators/devspaces/instance/overlays/timeout-12m?ref=v0.05
6- - https://github.com/redhat-na-ssa/demo-ai-gitops-catalog/components/operators/gpu-operator-certified/instance/overlays/aws- time-sliced?ref=v0.05
7- - https://github.com/redhat-na-ssa/demo-ai-gitops-catalog/components/operators/nfd/instance/overlays/only-nvidia ?ref=v0.05
6+ - https://github.com/redhat-na-ssa/demo-ai-gitops-catalog/components/operators/gpu-operator-certified/instance/overlays/time-sliced?ref=v0.18
7+ - https://github.com/redhat-na-ssa/demo-ai-gitops-catalog/components/operators/nfd/instance/overlays/default ?ref=v0.18
Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ setup_demo(){
116116}
117117
118118delete_demo (){
119- echo " WARNING: This will remove operators and other compoents !"
119+ echo " WARNING: This will remove operators and other components !"
120120 echo " WARNING: Manually clean up on a cluster that is not a default install"
121121 echo " Hit <CTRL> + C to abort"
122122 sleep " ${SLEEP_SECONDS:- 8} "
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apiVersion: kustomize.config.k8s.io/v1beta1
22kind : Kustomization
33
44resources :
5- - https://github.com/redhat-na-ssa/demo-ai-gitops-catalog/components/cluster-configs/login/overlays/htpasswd?ref=v0.05
5+ - https://github.com/redhat-na-ssa/demo-ai-gitops-catalog/components/cluster-configs/login/overlays/htpasswd?ref=v0.18
66- htpasswd-secret.yaml
77
88patches :
You can’t perform that action at this time.
0 commit comments