Skip to content

Commit 8e1d98d

Browse files
build(ansible): fix link to minio chart (#5276)
1 parent fb62f22 commit 8e1d98d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ansible/roles/minio/tasks/install.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
release_namespace: "{{ minio_namespace }}"
66
chart_ref: "minio"
77
chart_version: "{{ minio_chart_version }}"
8-
chart_repo_url: "https://helm.min.io/"
8+
chart_repo_url: "https://seldonio.github.io/helm-charts/"
99
values:
1010
accessKey: "{{ minio_access_key }}"
1111
secretKey: "{{ minio_secret_key }}"

0 commit comments

Comments
 (0)