From 2f311f59abab079b6a2b6b058b2bf8a231fd2a7b Mon Sep 17 00:00:00 2001 From: Jesper Vahlstrup Madsen Date: Wed, 10 Jan 2024 14:27:08 +0100 Subject: [PATCH] Update guides to point to Github Container Registry --- guides/aws/aws.md | 5 +---- guides/azure/azure.md | 5 +---- guides/digital-ocean/digital-ocean.md | 5 +---- guides/k8s/k8s.md | 5 +---- guides/monitoring-setup/monitoring.md | 5 +---- guides/openshift/openshift.md | 5 +---- 6 files changed, 6 insertions(+), 24 deletions(-) diff --git a/guides/aws/aws.md b/guides/aws/aws.md index a38bb27df..6d336db30 100644 --- a/guides/aws/aws.md +++ b/guides/aws/aws.md @@ -32,10 +32,7 @@ kubectl config current-context ## Step 2. Installing MultiJuicer via helm ```sh -# You'll need to add the multi-juicer helm repo to your helm repos -helm repo add multi-juicer https://juice-shop.github.io/multi-juicer/ - -helm install multi-juicer multi-juicer/multi-juicer +helm install multi-juicer oci://ghcr.io/juice-shop/multi-juicer/helm/multi-juicer # kubernetes will now spin up the pods # to verify every thing is starting up, run: diff --git a/guides/azure/azure.md b/guides/azure/azure.md index a1e017d61..7485b490c 100644 --- a/guides/azure/azure.md +++ b/guides/azure/azure.md @@ -26,10 +26,7 @@ kubectl config current-context ## Step 2. Installing MultiJuicer via helm ```bash -# You'll need to add the multi-juicer helm repo to your helm repos -helm repo add multi-juicer https://juice-shop.github.io/multi-juicer/ - -helm install multi-juicer multi-juicer/multi-juicer +helm install multi-juicer oci://ghcr.io/juice-shop/multi-juicer/helm/multi-juicer # kubernetes will now spin up the pods # to verify every thing is starting up, run: diff --git a/guides/digital-ocean/digital-ocean.md b/guides/digital-ocean/digital-ocean.md index b2751b1b9..84d88801e 100644 --- a/guides/digital-ocean/digital-ocean.md +++ b/guides/digital-ocean/digital-ocean.md @@ -26,10 +26,7 @@ kubectl config current-context ## Step 2. Installing MultiJuicer via helm ```bash -# You'll need to add the multi-juicer helm repo to your helm repos -helm repo add multi-juicer https://juice-shop.github.io/multi-juicer/ - -helm install multi-juicer multi-juicer/multi-juicer +helm install multi-juicer oci://ghcr.io/juice-shop/multi-juicer/helm/multi-juicer # kubernetes will now spin up the pods # to verify every thing is starting up, run: diff --git a/guides/k8s/k8s.md b/guides/k8s/k8s.md index fb7f69bbe..53179a86a 100644 --- a/guides/k8s/k8s.md +++ b/guides/k8s/k8s.md @@ -20,10 +20,7 @@ kubectl cluster-info ## Step 2. Installing MultiJuicer via helm ```bash -# You'll need to add the multi-juicer helm repo to your helm repos -helm repo add multi-juicer https://juice-shop.github.io/multi-juicer/ - -helm install multi-juicer multi-juicer/multi-juicer +helm install multi-juicer oci://ghcr.io/juice-shop/multi-juicer/helm/multi-juicer # kubernetes will now spin up the pods # to verify every thing is starting up, run: diff --git a/guides/monitoring-setup/monitoring.md b/guides/monitoring-setup/monitoring.md index 6402ef554..76841e2ae 100644 --- a/guides/monitoring-setup/monitoring.md +++ b/guides/monitoring-setup/monitoring.md @@ -25,8 +25,5 @@ echo "Installing loki/promtail" helm --namespace monitoring upgrade --install promtail grafana/promtail --version 3.0.4 --set "config.lokiAddress=http://loki:3100/loki/api/v1/push" --set="serviceMonitor.enabled=true" echo "Installing MultiJuicer" -helm repo add multi-juicer https://juice-shop.github.io/multi-juicer/ - -# for helm >= 3 -helm install multi-juicer multi-juicer/multi-juicer --set="balancer.metrics.enabled=true" --set="balancer.metrics.dashboards.enabled=true" --set="balancer.metrics.serviceMonitor.enabled=true" +helm install multi-juicer oci://ghcr.io/juice-shop/multi-juicer/helm/multi-juicer --set="balancer.metrics.enabled=true" --set="balancer.metrics.dashboards.enabled=true" --set="balancer.metrics.serviceMonitor.enabled=true" ``` diff --git a/guides/openshift/openshift.md b/guides/openshift/openshift.md index fcb3f618c..3bbae7fee 100644 --- a/guides/openshift/openshift.md +++ b/guides/openshift/openshift.md @@ -24,10 +24,7 @@ oc new-project multi-juicer ## Step 2. Installing MultiJuicer via helm ```bash -# You'll need to add the multi-juicer helm repo to your helm repos -helm repo add multi-juicer https://juice-shop.github.io/multi-juicer/ - -helm install multi-juicer multi-juicer/multi-juicer ./multi-juicer/helm/multi-juicer/ +helm install multi-juicer oci://ghcr.io/juice-shop/multi-juicer/helm/multi-juicer ``` ## Step 3. Verify the app is running correctly