Skip to content

Commit

Permalink
build(ansible): fix link to minio chart (#5276)
Browse files Browse the repository at this point in the history
  • Loading branch information
RafalSkolasinski committed Jan 30, 2024
1 parent fb62f22 commit 8e1d98d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansible/roles/minio/tasks/install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
release_namespace: "{{ minio_namespace }}"
chart_ref: "minio"
chart_version: "{{ minio_chart_version }}"
chart_repo_url: "https://helm.min.io/"
chart_repo_url: "https://seldonio.github.io/helm-charts/"
values:
accessKey: "{{ minio_access_key }}"
secretKey: "{{ minio_secret_key }}"
Expand Down

0 comments on commit 8e1d98d

Please sign in to comment.