Skip to content

Commit

Permalink
update: git url
Browse files Browse the repository at this point in the history
  • Loading branch information
codekow committed Sep 21, 2023
1 parent 4959314 commit f02e70a
Show file tree
Hide file tree
Showing 14 changed files with 14 additions and 14 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
- op: replace
path: /spec/source/repoURL
value: 'git@github.com:redhat-na-ssa/demo-argocd-gitops.git'
value: 'https://github.com/codekow/demo-ai-gitops-catlog.git'
- op: replace
path: /spec/source/targetRevision
value: main
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
- op: replace
path: /spec/template/spec/source/repoURL
value: 'git@github.com:redhat-na-ssa/demo-argocd-gitops.git'
value: 'https://github.com/codekow/demo-ai-gitops-catlog.git'
- op: replace
path: /spec/template/spec/source/targetRevision
value: main
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
- op: replace
path: /spec/source/repoURL
value: 'git@github.com:redhat-na-ssa/demo-argocd-gitops.git'
value: 'https://github.com/codekow/demo-ai-gitops-catlog.git'
- op: replace
path: /spec/source/targetRevision
value: main
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
- op: replace
path: /spec/template/spec/source/repoURL
value: 'git@github.com:redhat-na-ssa/demo-argocd-gitops.git'
value: 'https://github.com/codekow/demo-ai-gitops-catlog.git'
- op: replace
path: /spec/template/spec/source/targetRevision
value: main
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
- op: replace
path: /spec/source/repoURL
value: 'git@github.com:redhat-na-ssa/demo-argocd-gitops.git'
value: 'https://github.com/codekow/demo-ai-gitops-catlog.git'
- op: replace
path: /spec/source/targetRevision
value: main
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
- op: replace
path: /spec/template/spec/source/repoURL
value: 'git@github.com:redhat-na-ssa/demo-argocd-gitops.git'
value: 'https://github.com/codekow/demo-ai-gitops-catlog.git'
- op: replace
path: /spec/template/spec/source/targetRevision
value: main
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
- op: replace
path: /spec/source/repoURL
value: 'git@github.com:redhat-na-ssa/demo-argocd-gitops.git'
value: 'https://github.com/codekow/demo-ai-gitops-catlog.git'
- op: replace
path: /spec/source/targetRevision
value: main
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
- op: replace
path: /spec/template/spec/source/repoURL
value: 'git@github.com:redhat-na-ssa/demo-argocd-gitops.git'
value: 'https://github.com/codekow/demo-ai-gitops-catlog.git'
- op: replace
path: /spec/template/spec/source/targetRevision
value: main
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
- op: replace
path: /spec/source/repoURL
value: 'git@github.com:redhat-na-ssa/demo-argocd-gitops.git'
value: 'https://github.com/codekow/demo-ai-gitops-catlog.git'
- op: replace
path: /spec/source/targetRevision
value: main
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
- op: replace
path: /spec/template/spec/source/repoURL
value: 'git@github.com:redhat-na-ssa/demo-argocd-gitops.git'
value: 'https://github.com/codekow/demo-ai-gitops-catlog.git'
- op: replace
path: /spec/template/spec/source/targetRevision
value: main
2 changes: 1 addition & 1 deletion components/argocd/apps/overlays/testing/app-airflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ spec:
project: cluster-config
source:
path: components/demos/instance/airflow
repoURL: git@github.com:redhat-na-ssa/demo-argocd-gitops.git
repoURL: https://github.com/codekow/demo-ai-gitops-catlog.git
targetRevision: main
syncPolicy:
automated:
Expand Down
2 changes: 1 addition & 1 deletion components/argocd/apps/overlays/testing/app-pgadmin4.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ spec:
project: cluster-config
source:
path: components/configs/simple/pgadmin4
repoURL: git@github.com:redhat-na-ssa/demo-argocd-gitops.git
repoURL: https://github.com/codekow/demo-ai-gitops-catlog.git
targetRevision: main
syncPolicy:
automated: {}
Expand Down
2 changes: 1 addition & 1 deletion components/demos/instance/airflow/app-airflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ spec:
project: cluster-config
source:
path: components/demos/instance/airflow
repoURL: git@github.com:redhat-na-ssa/demo-argocd-gitops.git
repoURL: https://github.com/codekow/demo-ai-gitops-catlog.git
targetRevision: main
syncPolicy:
automated:
Expand Down
2 changes: 1 addition & 1 deletion components/demos/instance/pgadmin4/app-pgadmin4.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ spec:
project: cluster-config
source:
path: components/configs/simple/pgadmin4
repoURL: git@github.com:redhat-na-ssa/demo-argocd-gitops.git
repoURL: https://github.com/codekow/demo-ai-gitops-catlog.git
targetRevision: main
syncPolicy:
automated: {}
Expand Down

0 comments on commit f02e70a

Please sign in to comment.