Skip to content

Commit

Permalink
Update guides to point to Github Container Registry
Browse files Browse the repository at this point in the history
  • Loading branch information
jvmdc committed Jan 10, 2024
1 parent 89a5ba3 commit 2f311f5
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 24 deletions.
5 changes: 1 addition & 4 deletions guides/aws/aws.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
5 changes: 1 addition & 4 deletions guides/azure/azure.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
5 changes: 1 addition & 4 deletions guides/digital-ocean/digital-ocean.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
5 changes: 1 addition & 4 deletions guides/k8s/k8s.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
5 changes: 1 addition & 4 deletions guides/monitoring-setup/monitoring.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
```
5 changes: 1 addition & 4 deletions guides/openshift/openshift.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2f311f5

Please sign in to comment.