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.2022-09-17T00-09-45Z
|
|
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.2022-09-16T09-16-47Z
|
|
pullPolicy: IfNotPresent
|
|
|