mirror of https://git.rancher.io/charts
21 lines
531 B
Diff
21 lines
531 B
Diff
--- charts-original/values.yaml
|
|
+++ charts/values.yaml
|
|
@@ -13,7 +13,7 @@
|
|
## Set default image, imageTag, and imagePullPolicy. mode is used to indicate the
|
|
##
|
|
image:
|
|
- repository: quay.io/minio/minio
|
|
+ repository: rancher/mirrored-minio-minio
|
|
tag: RELEASE.2023-07-07T07-13-57Z
|
|
pullPolicy: IfNotPresent
|
|
|
|
@@ -24,7 +24,7 @@
|
|
## client used to create a default bucket).
|
|
##
|
|
mcImage:
|
|
- repository: quay.io/minio/mc
|
|
+ repository: rancher/mirrored-minio-mc
|
|
tag: RELEASE.2023-06-28T21-54-17Z
|
|
pullPolicy: IfNotPresent
|
|
|