Skip to content

Commit 9beb03a

Browse files
committed
fix / update: demo
1 parent 8bd1c99 commit 9beb03a

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

gitops/00-cluster-config/adhoc-ops/00-job/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

gitops/00-cluster-config/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ apiVersion: kustomize.config.k8s.io/v1beta1
22
kind: Kustomization
33

44
resources:
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

gitops/00-operators/kustomization.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: kustomize.config.k8s.io/v1beta1
22
kind: Kustomization
33

44
resources:
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

gitops/01-operator-configs/kustomization.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ kind: Kustomization
33

44
resources:
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

scripts/bootstrap.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ setup_demo(){
116116
}
117117

118118
delete_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}"

workshop/base/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: kustomize.config.k8s.io/v1beta1
22
kind: Kustomization
33

44
resources:
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

88
patches:

0 commit comments

Comments
 (0)