We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb62f22 commit 8e1d98dCopy full SHA for 8e1d98d
ansible/roles/minio/tasks/install.yaml
@@ -5,7 +5,7 @@
5
release_namespace: "{{ minio_namespace }}"
6
chart_ref: "minio"
7
chart_version: "{{ minio_chart_version }}"
8
- chart_repo_url: "https://helm.min.io/"
+ chart_repo_url: "https://seldonio.github.io/helm-charts/"
9
values:
10
accessKey: "{{ minio_access_key }}"
11
secretKey: "{{ minio_secret_key }}"
0 commit comments