Skip to content

Commit

Permalink
fix: update minio chart repo (#12552)
Browse files Browse the repository at this point in the history
Signed-off-by: João Pedro <39736905+Sule26@users.noreply.github.com>
Signed-off-by: Isitha Subasinghe <isubasinghe@student.unimelb.edu.au>
  • Loading branch information
sule26 authored and isubasinghe committed Feb 28, 2024
1 parent 0319b79 commit 3352135
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/configure-artifact-repository.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ You can install MinIO into your cluster via Helm.
First, [install `helm`](https://helm.sh/docs/intro/install/). Then, install MinIO with the below commands:

```bash
helm repo add minio https://helm.min.io/ # official minio Helm charts
helm repo add minio https://charts.min.io/ # official minio Helm charts
helm repo update
helm install argo-artifacts minio/minio --set service.type=LoadBalancer --set fullnameOverride=argo-artifacts
```
Expand Down

0 comments on commit 3352135

Please sign in to comment.