From 80687bb85bdbb9d73d6e677809e0a7fff75da300 Mon Sep 17 00:00:00 2001 From: "10.10.0.203" Date: Tue, 24 Dec 2024 10:21:26 +0800 Subject: [PATCH 01/11] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=94=A8=E6=88=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- argocd-apps-structure/appsets/my-prod-appset.yml | 4 ++-- argocd-apps-structure/appsets/my-qa-appset.yml | 4 ++-- argocd-apps-structure/appsets/my-staging-appset.yml | 4 ++-- argocd-apps-structure/root-argocd-app.yml | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/argocd-apps-structure/appsets/my-prod-appset.yml b/argocd-apps-structure/appsets/my-prod-appset.yml index 4dbe20c5..bfe38854 100644 --- a/argocd-apps-structure/appsets/my-prod-appset.yml +++ b/argocd-apps-structure/appsets/my-prod-appset.yml @@ -8,7 +8,7 @@ spec: goTemplateOptions: ["missingkey=error"] generators: - git: - repoURL: https://github.com/codefresh-contrib/gitops-cert-level-3-examples.git + repoURL: https://github.com/ForcemCS/gitops-cert-level-3-examples.git revision: HEAD directories: - path: argocd-apps-structure/apps/*/envs/prod-us @@ -22,7 +22,7 @@ spec: # Source of the application manifests source: - repoURL: https://github.com/codefresh-contrib/gitops-cert-level-3-examples.git + repoURL: https://github.com/ForcemCS/gitops-cert-level-3-examples.git targetRevision: HEAD path: '{{.path.path}}' diff --git a/argocd-apps-structure/appsets/my-qa-appset.yml b/argocd-apps-structure/appsets/my-qa-appset.yml index 69592aa9..c083d141 100644 --- a/argocd-apps-structure/appsets/my-qa-appset.yml +++ b/argocd-apps-structure/appsets/my-qa-appset.yml @@ -8,7 +8,7 @@ spec: goTemplateOptions: ["missingkey=error"] generators: - git: - repoURL: https://github.com/codefresh-contrib/gitops-cert-level-3-examples.git + repoURL: https://github.com/ForcemCS/gitops-cert-level-3-examples.git revision: HEAD directories: - path: argocd-apps-structure/apps/*/envs/qa @@ -21,7 +21,7 @@ spec: # Source of the application manifests source: - repoURL: https://github.com/codefresh-contrib/gitops-cert-level-3-examples.git + repoURL: https://github.com/ForcemCS/gitops-cert-level-3-examples.git targetRevision: HEAD path: '{{.path.path}}' diff --git a/argocd-apps-structure/appsets/my-staging-appset.yml b/argocd-apps-structure/appsets/my-staging-appset.yml index 969b8f05..61de0152 100644 --- a/argocd-apps-structure/appsets/my-staging-appset.yml +++ b/argocd-apps-structure/appsets/my-staging-appset.yml @@ -8,7 +8,7 @@ spec: goTemplateOptions: ["missingkey=error"] generators: - git: - repoURL: https://github.com/codefresh-contrib/gitops-cert-level-3-examples.git + repoURL: https://github.com/ForcemCS/gitops-cert-level-3-examples.git revision: HEAD directories: - path: argocd-apps-structure/apps/*/envs/staging @@ -21,7 +21,7 @@ spec: # Source of the application manifests source: - repoURL: https://github.com/codefresh-contrib/gitops-cert-level-3-examples.git + repoURL: https://github.com/ForcemCS/gitops-cert-level-3-examples.git targetRevision: HEAD path: '{{.path.path}}' diff --git a/argocd-apps-structure/root-argocd-app.yml b/argocd-apps-structure/root-argocd-app.yml index 28574cfd..9d45c208 100644 --- a/argocd-apps-structure/root-argocd-app.yml +++ b/argocd-apps-structure/root-argocd-app.yml @@ -6,7 +6,7 @@ metadata: spec: project: default source: - repoURL: https://github.com/codefresh-contrib/gitops-cert-level-3-examples.git + repoURL: https://github.com/ForcemCS/gitops-cert-level-3-examples.git targetRevision: HEAD path: argocd-apps-structure/appsets destination: From e6ffea29b688b54fe31096eb671dc1cca2c45342 Mon Sep 17 00:00:00 2001 From: "10.10.0.203" Date: Tue, 24 Dec 2024 11:26:23 +0800 Subject: [PATCH 02/11] =?UTF-8?q?=E5=88=A0=E9=99=A4=E9=83=A8=E5=88=86?= =?UTF-8?q?=E5=BA=94=E7=94=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../apps/invoices/envs/qa/deployment.yml | 16 -------------- .../apps/invoices/envs/qa/kustomization.yml | 14 ------------- .../apps/invoices/envs/qa/settings.yml | 21 ------------------- .../apps/invoices/envs/qa/version.yml | 11 ---------- .../apps/payments/envs/prod-us/deployment.yml | 16 -------------- .../payments/envs/prod-us/kustomization.yml | 13 ------------ .../apps/payments/envs/prod-us/replicas.yml | 7 ------- .../apps/payments/envs/prod-us/settings.yml | 21 ------------------- .../apps/payments/envs/prod-us/version.yml | 11 ---------- 9 files changed, 130 deletions(-) delete mode 100644 argocd-apps-structure/apps/invoices/envs/qa/deployment.yml delete mode 100644 argocd-apps-structure/apps/invoices/envs/qa/kustomization.yml delete mode 100644 argocd-apps-structure/apps/invoices/envs/qa/settings.yml delete mode 100644 argocd-apps-structure/apps/invoices/envs/qa/version.yml delete mode 100644 argocd-apps-structure/apps/payments/envs/prod-us/deployment.yml delete mode 100644 argocd-apps-structure/apps/payments/envs/prod-us/kustomization.yml delete mode 100644 argocd-apps-structure/apps/payments/envs/prod-us/replicas.yml delete mode 100644 argocd-apps-structure/apps/payments/envs/prod-us/settings.yml delete mode 100644 argocd-apps-structure/apps/payments/envs/prod-us/version.yml diff --git a/argocd-apps-structure/apps/invoices/envs/qa/deployment.yml b/argocd-apps-structure/apps/invoices/envs/qa/deployment.yml deleted file mode 100644 index b4d29ebc..00000000 --- a/argocd-apps-structure/apps/invoices/envs/qa/deployment.yml +++ /dev/null @@ -1,16 +0,0 @@ ---- -apiVersion: apps/v1 -kind: Deployment -metadata: - name: simple-deployment -spec: - template: - spec: - containers: - - name: webserver-simple - env: - - name: ENV - value: "qa" - - name: GPU_ENABLED - value: "1" - \ No newline at end of file diff --git a/argocd-apps-structure/apps/invoices/envs/qa/kustomization.yml b/argocd-apps-structure/apps/invoices/envs/qa/kustomization.yml deleted file mode 100644 index 8d95e15a..00000000 --- a/argocd-apps-structure/apps/invoices/envs/qa/kustomization.yml +++ /dev/null @@ -1,14 +0,0 @@ -apiVersion: kustomize.config.k8s.io/v1beta1 -kind: Kustomization - - -resources: -- ../../base - - -patchesStrategicMerge: -- deployment.yml -- version.yml -- settings.yml - - diff --git a/argocd-apps-structure/apps/invoices/envs/qa/settings.yml b/argocd-apps-structure/apps/invoices/envs/qa/settings.yml deleted file mode 100644 index 738a5bec..00000000 --- a/argocd-apps-structure/apps/invoices/envs/qa/settings.yml +++ /dev/null @@ -1,21 +0,0 @@ ---- -apiVersion: apps/v1 -kind: Deployment -metadata: - name: simple-deployment -spec: - template: - spec: - containers: - - name: webserver-simple - env: - - name: UI_THEME - value: "light" - - name: CACHE_SIZE - value: "2048kb" - - name: PAGE_LIMIT - value: "25" - - name: SORTING - value: "ascending" - - name: N_BUCKETS - value: "42" \ No newline at end of file diff --git a/argocd-apps-structure/apps/invoices/envs/qa/version.yml b/argocd-apps-structure/apps/invoices/envs/qa/version.yml deleted file mode 100644 index 51bc5350..00000000 --- a/argocd-apps-structure/apps/invoices/envs/qa/version.yml +++ /dev/null @@ -1,11 +0,0 @@ ---- -apiVersion: apps/v1 -kind: Deployment -metadata: - name: simple-deployment -spec: - template: - spec: - containers: - - name: webserver-simple - image: docker.io/kostiscodefresh/simple-env-app:1.0 diff --git a/argocd-apps-structure/apps/payments/envs/prod-us/deployment.yml b/argocd-apps-structure/apps/payments/envs/prod-us/deployment.yml deleted file mode 100644 index 676bc417..00000000 --- a/argocd-apps-structure/apps/payments/envs/prod-us/deployment.yml +++ /dev/null @@ -1,16 +0,0 @@ ---- -apiVersion: apps/v1 -kind: Deployment -metadata: - name: simple-deployment -spec: - template: - spec: - containers: - - name: webserver-simple - env: - - name: ENV - value: "prod-us" - - name: GPU_ENABLED - value: "1" - \ No newline at end of file diff --git a/argocd-apps-structure/apps/payments/envs/prod-us/kustomization.yml b/argocd-apps-structure/apps/payments/envs/prod-us/kustomization.yml deleted file mode 100644 index 40349214..00000000 --- a/argocd-apps-structure/apps/payments/envs/prod-us/kustomization.yml +++ /dev/null @@ -1,13 +0,0 @@ -apiVersion: kustomize.config.k8s.io/v1beta1 -kind: Kustomization - -resources: -- ../../base - - -patchesStrategicMerge: -- deployment.yml -- version.yml -- replicas.yml -- settings.yml - diff --git a/argocd-apps-structure/apps/payments/envs/prod-us/replicas.yml b/argocd-apps-structure/apps/payments/envs/prod-us/replicas.yml deleted file mode 100644 index 92e30ec8..00000000 --- a/argocd-apps-structure/apps/payments/envs/prod-us/replicas.yml +++ /dev/null @@ -1,7 +0,0 @@ ---- -apiVersion: apps/v1 -kind: Deployment -metadata: - name: simple-deployment -spec: - replicas: 10 \ No newline at end of file diff --git a/argocd-apps-structure/apps/payments/envs/prod-us/settings.yml b/argocd-apps-structure/apps/payments/envs/prod-us/settings.yml deleted file mode 100644 index 67c3ea38..00000000 --- a/argocd-apps-structure/apps/payments/envs/prod-us/settings.yml +++ /dev/null @@ -1,21 +0,0 @@ ---- -apiVersion: apps/v1 -kind: Deployment -metadata: - name: simple-deployment -spec: - template: - spec: - containers: - - name: webserver-simple - env: - - name: UI_THEME - value: "dark" - - name: CACHE_SIZE - value: "1024kb" - - name: PAGE_LIMIT - value: "25" - - name: SORTING - value: "ascending" - - name: N_BUCKETS - value: "42" \ No newline at end of file diff --git a/argocd-apps-structure/apps/payments/envs/prod-us/version.yml b/argocd-apps-structure/apps/payments/envs/prod-us/version.yml deleted file mode 100644 index 0423d0fa..00000000 --- a/argocd-apps-structure/apps/payments/envs/prod-us/version.yml +++ /dev/null @@ -1,11 +0,0 @@ ---- -apiVersion: apps/v1 -kind: Deployment -metadata: - name: simple-deployment -spec: - template: - spec: - containers: - - name: webserver-simple - image: docker.io/kostiscodefresh/simple-env-app:2.0 From 243ae507584b1d9883d360a0bbbe61b94e2944f0 Mon Sep 17 00:00:00 2001 From: "10.10.0.203" Date: Tue, 24 Dec 2024 11:38:16 +0800 Subject: [PATCH 03/11] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E9=83=A8=E5=88=86?= =?UTF-8?q?=E5=BA=94=E7=94=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../apps/billing/envs/qa/deployment.yml | 16 ++++++++++++++ .../apps/billing/envs/qa/kustomization.yml | 13 ++++++++++++ .../apps/billing/envs/qa/replicas.yml | 7 +++++++ .../apps/billing/envs/qa/settings.yml | 21 +++++++++++++++++++ .../apps/billing/envs/qa/version.yml | 11 ++++++++++ .../apps/orders/envs/prod-eu/deployment.yml | 16 ++++++++++++++ .../orders/envs/prod-eu/kustomization.yml | 13 ++++++++++++ .../apps/orders/envs/prod-eu/replicas.yml | 7 +++++++ .../apps/orders/envs/prod-eu/settings.yml | 21 +++++++++++++++++++ .../apps/orders/envs/prod-eu/version.yml | 11 ++++++++++ 10 files changed, 136 insertions(+) create mode 100644 argocd-apps-structure/apps/billing/envs/qa/deployment.yml create mode 100644 argocd-apps-structure/apps/billing/envs/qa/kustomization.yml create mode 100644 argocd-apps-structure/apps/billing/envs/qa/replicas.yml create mode 100644 argocd-apps-structure/apps/billing/envs/qa/settings.yml create mode 100644 argocd-apps-structure/apps/billing/envs/qa/version.yml create mode 100644 argocd-apps-structure/apps/orders/envs/prod-eu/deployment.yml create mode 100644 argocd-apps-structure/apps/orders/envs/prod-eu/kustomization.yml create mode 100644 argocd-apps-structure/apps/orders/envs/prod-eu/replicas.yml create mode 100644 argocd-apps-structure/apps/orders/envs/prod-eu/settings.yml create mode 100644 argocd-apps-structure/apps/orders/envs/prod-eu/version.yml diff --git a/argocd-apps-structure/apps/billing/envs/qa/deployment.yml b/argocd-apps-structure/apps/billing/envs/qa/deployment.yml new file mode 100644 index 00000000..5d7d9683 --- /dev/null +++ b/argocd-apps-structure/apps/billing/envs/qa/deployment.yml @@ -0,0 +1,16 @@ +--- +apiVersion: apps/v1 +kind: Deployment +metadata: + name: simple-deployment +spec: + template: + spec: + containers: + - name: webserver-simple + env: + - name: ENV + value: "qa" + - name: GPU_ENABLED + value: "1" + diff --git a/argocd-apps-structure/apps/billing/envs/qa/kustomization.yml b/argocd-apps-structure/apps/billing/envs/qa/kustomization.yml new file mode 100644 index 00000000..40349214 --- /dev/null +++ b/argocd-apps-structure/apps/billing/envs/qa/kustomization.yml @@ -0,0 +1,13 @@ +apiVersion: kustomize.config.k8s.io/v1beta1 +kind: Kustomization + +resources: +- ../../base + + +patchesStrategicMerge: +- deployment.yml +- version.yml +- replicas.yml +- settings.yml + diff --git a/argocd-apps-structure/apps/billing/envs/qa/replicas.yml b/argocd-apps-structure/apps/billing/envs/qa/replicas.yml new file mode 100644 index 00000000..3af68f6e --- /dev/null +++ b/argocd-apps-structure/apps/billing/envs/qa/replicas.yml @@ -0,0 +1,7 @@ +--- +apiVersion: apps/v1 +kind: Deployment +metadata: + name: simple-deployment +spec: + replicas: 2 diff --git a/argocd-apps-structure/apps/billing/envs/qa/settings.yml b/argocd-apps-structure/apps/billing/envs/qa/settings.yml new file mode 100644 index 00000000..67c3ea38 --- /dev/null +++ b/argocd-apps-structure/apps/billing/envs/qa/settings.yml @@ -0,0 +1,21 @@ +--- +apiVersion: apps/v1 +kind: Deployment +metadata: + name: simple-deployment +spec: + template: + spec: + containers: + - name: webserver-simple + env: + - name: UI_THEME + value: "dark" + - name: CACHE_SIZE + value: "1024kb" + - name: PAGE_LIMIT + value: "25" + - name: SORTING + value: "ascending" + - name: N_BUCKETS + value: "42" \ No newline at end of file diff --git a/argocd-apps-structure/apps/billing/envs/qa/version.yml b/argocd-apps-structure/apps/billing/envs/qa/version.yml new file mode 100644 index 00000000..0423d0fa --- /dev/null +++ b/argocd-apps-structure/apps/billing/envs/qa/version.yml @@ -0,0 +1,11 @@ +--- +apiVersion: apps/v1 +kind: Deployment +metadata: + name: simple-deployment +spec: + template: + spec: + containers: + - name: webserver-simple + image: docker.io/kostiscodefresh/simple-env-app:2.0 diff --git a/argocd-apps-structure/apps/orders/envs/prod-eu/deployment.yml b/argocd-apps-structure/apps/orders/envs/prod-eu/deployment.yml new file mode 100644 index 00000000..88417978 --- /dev/null +++ b/argocd-apps-structure/apps/orders/envs/prod-eu/deployment.yml @@ -0,0 +1,16 @@ +--- +apiVersion: apps/v1 +kind: Deployment +metadata: + name: simple-deployment +spec: + template: + spec: + containers: + - name: webserver-simple + env: + - name: ENV + value: "prod-eu" + - name: GPU_ENABLED + value: "1" + diff --git a/argocd-apps-structure/apps/orders/envs/prod-eu/kustomization.yml b/argocd-apps-structure/apps/orders/envs/prod-eu/kustomization.yml new file mode 100644 index 00000000..40349214 --- /dev/null +++ b/argocd-apps-structure/apps/orders/envs/prod-eu/kustomization.yml @@ -0,0 +1,13 @@ +apiVersion: kustomize.config.k8s.io/v1beta1 +kind: Kustomization + +resources: +- ../../base + + +patchesStrategicMerge: +- deployment.yml +- version.yml +- replicas.yml +- settings.yml + diff --git a/argocd-apps-structure/apps/orders/envs/prod-eu/replicas.yml b/argocd-apps-structure/apps/orders/envs/prod-eu/replicas.yml new file mode 100644 index 00000000..92e30ec8 --- /dev/null +++ b/argocd-apps-structure/apps/orders/envs/prod-eu/replicas.yml @@ -0,0 +1,7 @@ +--- +apiVersion: apps/v1 +kind: Deployment +metadata: + name: simple-deployment +spec: + replicas: 10 \ No newline at end of file diff --git a/argocd-apps-structure/apps/orders/envs/prod-eu/settings.yml b/argocd-apps-structure/apps/orders/envs/prod-eu/settings.yml new file mode 100644 index 00000000..d5d934c2 --- /dev/null +++ b/argocd-apps-structure/apps/orders/envs/prod-eu/settings.yml @@ -0,0 +1,21 @@ +--- +apiVersion: apps/v1 +kind: Deployment +metadata: + name: simple-deployment +spec: + template: + spec: + containers: + - name: webserver-simple + env: + - name: UI_THEME + value: "dark" + - name: CACHE_SIZE + value: "2048kb" + - name: PAGE_LIMIT + value: "25" + - name: SORTING + value: "ascending" + - name: N_BUCKETS + value: "42" diff --git a/argocd-apps-structure/apps/orders/envs/prod-eu/version.yml b/argocd-apps-structure/apps/orders/envs/prod-eu/version.yml new file mode 100644 index 00000000..0423d0fa --- /dev/null +++ b/argocd-apps-structure/apps/orders/envs/prod-eu/version.yml @@ -0,0 +1,11 @@ +--- +apiVersion: apps/v1 +kind: Deployment +metadata: + name: simple-deployment +spec: + template: + spec: + containers: + - name: webserver-simple + image: docker.io/kostiscodefresh/simple-env-app:2.0 From c59330f06c3034693d24e01089f460dd84544c3a Mon Sep 17 00:00:00 2001 From: "10.10.0.203" Date: Tue, 24 Dec 2024 12:05:05 +0800 Subject: [PATCH 04/11] =?UTF-8?q?=E6=94=B9=E5=8F=98=E7=9B=AE=E6=A0=87?= =?UTF-8?q?=E9=9B=86=E7=BE=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- argocd-apps-structure/appsets/my-prod-appset.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/argocd-apps-structure/appsets/my-prod-appset.yml b/argocd-apps-structure/appsets/my-prod-appset.yml index bfe38854..aaa2bbb9 100644 --- a/argocd-apps-structure/appsets/my-prod-appset.yml +++ b/argocd-apps-structure/appsets/my-prod-appset.yml @@ -28,7 +28,7 @@ spec: # Destination cluster and namespace to deploy the application destination: - server: https://kubernetes.default.svc + server: cluster-2 namespace: '{{index .path.segments 2}}-{{index .path.segments 4}}' # Sync policy From 872e4e8b92c12fff223917e3df5e0cdebad244d4 Mon Sep 17 00:00:00 2001 From: ForcemCS <57245053+ForcemCS@users.noreply.github.com> Date: Tue, 24 Dec 2024 12:10:40 +0800 Subject: [PATCH 05/11] Update my-prod-appset.yml --- argocd-apps-structure/appsets/my-prod-appset.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/argocd-apps-structure/appsets/my-prod-appset.yml b/argocd-apps-structure/appsets/my-prod-appset.yml index aaa2bbb9..3ad4e4e6 100644 --- a/argocd-apps-structure/appsets/my-prod-appset.yml +++ b/argocd-apps-structure/appsets/my-prod-appset.yml @@ -28,7 +28,7 @@ spec: # Destination cluster and namespace to deploy the application destination: - server: cluster-2 + name: cluster-2 namespace: '{{index .path.segments 2}}-{{index .path.segments 4}}' # Sync policy From 272531b1c953170ca0588525d641b37f47ff3532 Mon Sep 17 00:00:00 2001 From: "10.10.0.203" Date: Tue, 24 Dec 2024 12:20:16 +0800 Subject: [PATCH 06/11] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=20README.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- argocd-apps-structure/appsets/README.md | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 argocd-apps-structure/appsets/README.md diff --git a/argocd-apps-structure/appsets/README.md b/argocd-apps-structure/appsets/README.md new file mode 100644 index 00000000..06d80ef3 --- /dev/null +++ b/argocd-apps-structure/appsets/README.md @@ -0,0 +1,2 @@ +## 说明 +在实际环境中,应该需要使用 cluster labels and the matrix generator 以控制哪些应用程序将被分配到哪些集群。 From 6f6ac9feb3659f68f62534d4c9b1f1d5d1905e2b Mon Sep 17 00:00:00 2001 From: "10.10.0.203" Date: Tue, 24 Dec 2024 14:38:58 +0800 Subject: [PATCH 07/11] =?UTF-8?q?=E4=BF=AE=E6=94=B9=20pr-generator.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- preview-environments/pr-generator/pr-generator.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/preview-environments/pr-generator/pr-generator.yml b/preview-environments/pr-generator/pr-generator.yml index e1d12898..cf1a1402 100644 --- a/preview-environments/pr-generator/pr-generator.yml +++ b/preview-environments/pr-generator/pr-generator.yml @@ -9,7 +9,7 @@ spec: generators: - pullRequest: github: - owner: codefresh-contrib + owner: ForcemCS repo: gitops-cert-level-3-examples requeueAfterSeconds: 180 template: @@ -17,7 +17,7 @@ spec: name: 'myapp-{{.branch}}' spec: source: - repoURL: 'https://github.com/codefresh-contrib/gitops-cert-level-3-examples.git' + repoURL: 'https://github.com/ForcemCS/gitops-cert-level-3-examples.git' targetRevision: HEAD path: preview-environments/kustomize-preview-app/ kustomize: From 306a528fd53d77af3e3ab90f95e5063eb61e78da Mon Sep 17 00:00:00 2001 From: ForcemCS <57245053+ForcemCS@users.noreply.github.com> Date: Tue, 24 Dec 2024 14:53:41 +0800 Subject: [PATCH 08/11] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 82505336..34da8f0d 100644 --- a/README.md +++ b/README.md @@ -3,3 +3,6 @@ Codefresh GitOps Certification examples - Level 3 - GitOps Enterprise This repository contains examples for the ArgoCD/GitOps certification workshops (Level 3) Take the certification yourself at [https://codefresh.io/courses/get-gitops-certified/](https://learning.codefresh.io/) + + +good commit From 73291f4e51eaade449b32e92779ef551b649d1ae Mon Sep 17 00:00:00 2001 From: ForcemCS <57245053+ForcemCS@users.noreply.github.com> Date: Tue, 24 Dec 2024 15:01:15 +0800 Subject: [PATCH 09/11] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 82505336..a10d77db 100644 --- a/README.md +++ b/README.md @@ -3,3 +3,5 @@ Codefresh GitOps Certification examples - Level 3 - GitOps Enterprise This repository contains examples for the ArgoCD/GitOps certification workshops (Level 3) Take the certification yourself at [https://codefresh.io/courses/get-gitops-certified/](https://learning.codefresh.io/) + +bad commit From c5be053a7f8653e2ebe318245d4d05bd7e9e6f4d Mon Sep 17 00:00:00 2001 From: ForcemCS <57245053+ForcemCS@users.noreply.github.com> Date: Tue, 24 Dec 2024 15:05:40 +0800 Subject: [PATCH 10/11] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 34da8f0d..90ffd33d 100644 --- a/README.md +++ b/README.md @@ -6,3 +6,5 @@ Take the certification yourself at [https://codefresh.io/courses/get-gitops-cert good commit + +good From bd490b35ee478e9a0757fc25e8a236218f515cdf Mon Sep 17 00:00:00 2001 From: ForcemCS <57245053+ForcemCS@users.noreply.github.com> Date: Tue, 24 Dec 2024 16:06:38 +0800 Subject: [PATCH 11/11] Update README.md --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a10d77db..c348d5cd 100644 --- a/README.md +++ b/README.md @@ -4,4 +4,11 @@ This repository contains examples for the ArgoCD/GitOps certification workshops Take the certification yourself at [https://codefresh.io/courses/get-gitops-certified/](https://learning.codefresh.io/) -bad commit + + + + + + + +bad