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>
  • Loading branch information
sule26 committed Jan 19, 2024
1 parent 46c1324 commit 1dbc856
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 1dbc856

Please sign in to comment.