diff --git a/README.md b/README.md index 7892c5e..aee4f7b 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ Enter the following details and click on **Create**. * Application Name: `cluster-configs` * Project: `default` * Sync Policy: `Manual` -* Repository URL: `https://github.com/siamaksade/openshift-gitops-getting-started` +* Repository URL: `https://github.com/redhat-developer/openshift-gitops-getting-started` * Revision: `HEAD` * Path: `cluster` * Destination: `https://kubernetes.default.svc` @@ -104,7 +104,7 @@ Create a new Argo CD application by clicking on the **New App** button in the Ar * Project: `default` * Sync Policy: `Automatic` * Self-heal: `checked` -* Repository URL: `https://github.com/siamaksade/openshift-gitops-getting-started` +* Repository URL: `https://github.com/redhat-developer/openshift-gitops-getting-started` * Revision: `HEAD` * Path: `app` * Destination: `https://kubernetes.default.svc` diff --git a/argo/app.yaml b/argo/app.yaml index d144587..0084dee 100644 --- a/argo/app.yaml +++ b/argo/app.yaml @@ -12,7 +12,7 @@ spec: directory: recurse: true path: app - repoURL: https://github.com/siamaksade/openshift-gitops-getting-started.git + repoURL: https://github.com/redhat-developer/openshift-gitops-getting-started.git targetRevision: main syncPolicy: automated: diff --git a/argo/cluster.yaml b/argo/cluster.yaml index 7da7eab..4e7faec 100644 --- a/argo/cluster.yaml +++ b/argo/cluster.yaml @@ -12,5 +12,5 @@ spec: directory: recurse: true path: cluster - repoURL: https://github.com/siamaksade/openshift-gitops-getting-started + repoURL: https://github.com/redhat-developer/openshift-gitops-getting-started targetRevision: HEAD \ No newline at end of file