diff --git a/docs/source/kubernetes/gcp.rst b/docs/source/kubernetes/gcp.rst index f0889bf5..11c17e1d 100644 --- a/docs/source/kubernetes/gcp.rst +++ b/docs/source/kubernetes/gcp.rst @@ -25,8 +25,6 @@ Kubernetes As usual you need to have access to an up and running Kubernetes cluster. -.. _example: https://github.com/disposab1e/argocd-operator-helm/blob/master/deploy/kubernetes/examples/gcp.sh - .. Caution:: We recommend adding a LoadBalancer to your cluster! .. include:: ../_static/kubernetes_olm.txt diff --git a/docs/source/kubernetes/minikube.rst b/docs/source/kubernetes/minikube.rst index a66b7cbf..65e2fb11 100644 --- a/docs/source/kubernetes/minikube.rst +++ b/docs/source/kubernetes/minikube.rst @@ -33,8 +33,6 @@ To follow the screenshots in this guide it's recommended to add the Dashboard to your Minikube installation. .. _Kubernetes: https://github.com/kubernetes/minikube -.. _example: https://github.com/disposab1e/argocd-operator-helm/blob/master/deploy/kubernetes/examples/minikube.sh - .. code-block:: bash @@ -109,7 +107,7 @@ Install Argo CD from the command line (quick) or when you have the .. Note:: This operator shares all `configuration values`_ from the Argo CD Helm Chart. -.. _configuration values: https://github.com/disposab1e/argocd-operator-helm/blob/master/helm-charts/argo-cd/README.md +.. _configuration values: https://github.com/disposab1e/argocd-operator-helm/blob/release-0.0.2/helm-charts/argo-cd/README.md .. image:: https://img.shields.io/badge/git%20clone-https%3A%2F%2Fgithub.com%2Fdisposab1e%2Fargocd--operator--helm.git-9cf.svg :target: https://github.com/disposab1e/argocd-operator-helm diff --git a/docs/source/openshift/crc.rst b/docs/source/openshift/crc.rst index 1687125b..b28e4349 100644 --- a/docs/source/openshift/crc.rst +++ b/docs/source/openshift/crc.rst @@ -110,7 +110,7 @@ Web Console with a nice `Web UI`_. .. Note:: This operator shares all `configuration values`_ from the Argo CD Helm Chart. -.. _configuration values: https://github.com/disposab1e/argocd-operator-helm/blob/master/helm-charts/argo-cd/README.md +.. _configuration values: https://github.com/disposab1e/argocd-operator-helm/blob/release-0.0.2/helm-charts/argo-cd/README.md Command Line diff --git a/docs/source/quickstart.rst b/docs/source/quickstart.rst index e8b12fd6..e90e1aa3 100644 --- a/docs/source/quickstart.rst +++ b/docs/source/quickstart.rst @@ -34,7 +34,7 @@ Install the operator and Argo CD in a new ``argocd`` namespace. .. Note:: This operator shares all `configuration values`_ from the Argo CD Helm Chart. -.. _configuration values: https://github.com/disposab1e/argocd-operator-helm/blob/master/helm-charts/argo-cd/README.md +.. _configuration values: https://github.com/disposab1e/argocd-operator-helm/blob/release-0.0.2/helm-charts/argo-cd/README.md OpenShift @@ -46,14 +46,14 @@ OpenShift # Operator oc apply -f \ - https://raw.githubusercontent.com/disposab1e/argocd-operator-helm/master/quickstart/openshift/quickstart.yaml + https://raw.githubusercontent.com/disposab1e/argocd-operator-helm/release-0.0.2/quickstart/openshift/quickstart.yaml .. code-block:: bash # Argo CD with defaults oc apply -f \ - https://raw.githubusercontent.com/disposab1e/argocd-operator-helm/master/quickstart/openshift/argocd.yaml + https://raw.githubusercontent.com/disposab1e/argocd-operator-helm/release-0.0.2/quickstart/openshift/argocd.yaml Kubernetes @@ -64,7 +64,7 @@ Kubernetes # Operator kubectl apply -f \ - https://raw.githubusercontent.com/disposab1e/argocd-operator-helm/master/quickstart/kubernetes/quickstart.yaml + https://raw.githubusercontent.com/disposab1e/argocd-operator-helm/release-0.0.2/quickstart/kubernetes/quickstart.yaml .. code-block:: bash @@ -72,5 +72,5 @@ Kubernetes # Argo CD with defaults kubectl apply -f \ - https://raw.githubusercontent.com/disposab1e/argocd-operator-helm/master/quickstart/kubernetes/argocd.yaml + https://raw.githubusercontent.com/disposab1e/argocd-operator-helm/release-0.0.2/quickstart/kubernetes/argocd.yaml