From c960d9a21c40cde4780ece5d96329ee2a34e56e0 Mon Sep 17 00:00:00 2001 From: jstrahle Date: Tue, 7 Jan 2025 09:39:30 +0200 Subject: [PATCH 1/6] Fix bgd-app.yaml Git source path and target revisions fixed to match the current Git structure. --- content/modules/ROOT/examples/bgd-app.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/modules/ROOT/examples/bgd-app.yaml b/content/modules/ROOT/examples/bgd-app.yaml index 37532c6..1ef30fc 100644 --- a/content/modules/ROOT/examples/bgd-app.yaml +++ b/content/modules/ROOT/examples/bgd-app.yaml @@ -8,9 +8,9 @@ spec: server: https://kubernetes.default.svc project: default source: - path: documentation/modules/ROOT/examples/bgd + path: content/modules/ROOT/examples/bgd repoURL: https://github.com/openshiftdemos/openshift-gitops-workshop - targetRevision: master + targetRevision: main syncPolicy: automated: prune: true From 919873f289a00c394f492d8ab6d380b557176715 Mon Sep 17 00:00:00 2001 From: jstrahle Date: Tue, 7 Jan 2025 10:22:14 +0200 Subject: [PATCH 2/6] Fix bgd-app-helm-custom.yaml --- content/modules/ROOT/examples/bgd-app-helm-custom.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/modules/ROOT/examples/bgd-app-helm-custom.yaml b/content/modules/ROOT/examples/bgd-app-helm-custom.yaml index bddbd60..bb94e33 100644 --- a/content/modules/ROOT/examples/bgd-app-helm-custom.yaml +++ b/content/modules/ROOT/examples/bgd-app-helm-custom.yaml @@ -7,9 +7,9 @@ spec: namespace: $USER-bgdh server: 'https://kubernetes.default.svc' source: - path: documentation/modules/ROOT/examples/bgd-helm-chart + path: content/modules/ROOT/examples/bgd-helm-chart repoURL: 'https://github.com/OpenShiftDemos/openshift-gitops-workshop' - targetRevision: master + targetRevision: main helm: valueFiles: - custom_values_1/values.yaml From 11a1d0598fc2074b23d0d023a0d2588d223c0de2 Mon Sep 17 00:00:00 2001 From: jstrahle Date: Tue, 7 Jan 2025 10:22:47 +0200 Subject: [PATCH 3/6] Fix bgd-app-helm-para.yaml --- content/modules/ROOT/examples/bgd-app-helm-para.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/modules/ROOT/examples/bgd-app-helm-para.yaml b/content/modules/ROOT/examples/bgd-app-helm-para.yaml index abbea53..b164b4f 100644 --- a/content/modules/ROOT/examples/bgd-app-helm-para.yaml +++ b/content/modules/ROOT/examples/bgd-app-helm-para.yaml @@ -7,9 +7,9 @@ spec: namespace: $USER-bgdh server: 'https://kubernetes.default.svc' source: - path: documentation/modules/ROOT/examples/bgd-helm-chart + path: content/modules/ROOT/examples/bgd-helm-chart repoURL: 'https://github.com/OpenShiftDemos/openshift-gitops-workshop' - targetRevision: master + targetRevision: main helm: parameters: - name: color From 3c18de453edfb14e6eed7adc6fbb56bbb20b3265 Mon Sep 17 00:00:00 2001 From: jstrahle Date: Tue, 7 Jan 2025 10:23:07 +0200 Subject: [PATCH 4/6] Update bgd-app-helm.yaml --- content/modules/ROOT/examples/bgd-app-helm.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/modules/ROOT/examples/bgd-app-helm.yaml b/content/modules/ROOT/examples/bgd-app-helm.yaml index db4feb6..e6c9ede 100644 --- a/content/modules/ROOT/examples/bgd-app-helm.yaml +++ b/content/modules/ROOT/examples/bgd-app-helm.yaml @@ -7,9 +7,9 @@ spec: namespace: $USER-bgdh server: 'https://kubernetes.default.svc' source: - path: documentation/modules/ROOT/examples/bgd-helm-chart + path: content/modules/ROOT/examples/bgd-helm-chart repoURL: 'https://github.com/OpenShiftDemos/openshift-gitops-workshop' - targetRevision: master + targetRevision: main sources: [] project: default syncPolicy: From 028167e1873a4f2f1c094f02d53b241025640f14 Mon Sep 17 00:00:00 2001 From: jstrahle Date: Tue, 7 Jan 2025 10:23:31 +0200 Subject: [PATCH 5/6] Update bgdk-app.yaml --- content/modules/ROOT/examples/bgdk-app.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/modules/ROOT/examples/bgdk-app.yaml b/content/modules/ROOT/examples/bgdk-app.yaml index c355d7e..c94b5d2 100644 --- a/content/modules/ROOT/examples/bgdk-app.yaml +++ b/content/modules/ROOT/examples/bgdk-app.yaml @@ -8,9 +8,9 @@ spec: server: https://kubernetes.default.svc project: default source: - path: documentation/modules/ROOT/examples/bgdk + path: content/modules/ROOT/examples/bgdk repoURL: https://github.com/openshiftdemos/openshift-gitops-workshop - targetRevision: master + targetRevision: main syncPolicy: automated: prune: true From f614ed1df7494bf31fba7e69f3b90d4ac1927aa0 Mon Sep 17 00:00:00 2001 From: jstrahle Date: Tue, 7 Jan 2025 10:23:54 +0200 Subject: [PATCH 6/6] Fix todo-application.yaml --- content/modules/ROOT/examples/todo-application.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/modules/ROOT/examples/todo-application.yaml b/content/modules/ROOT/examples/todo-application.yaml index 1fb2229..38179a3 100644 --- a/content/modules/ROOT/examples/todo-application.yaml +++ b/content/modules/ROOT/examples/todo-application.yaml @@ -8,9 +8,9 @@ spec: server: https://kubernetes.default.svc project: default source: - path: documentation/modules/ROOT/examples/todo + path: content/modules/ROOT/examples/todo repoURL: https://github.com/openshiftdemos/openshift-gitops-workshop - targetRevision: master + targetRevision: main syncPolicy: automated: prune: true