Browse Source

update helm to v1.0.1

pull/13023/head
Harshavardhana 4 years ago
parent
commit
16f7c64a9f
  1. BIN
      helm-releases/minio-1.0.1.tgz
  2. 4
      helm/minio/Chart.yaml
  3. 2
      helm/minio/values.yaml

BIN
helm-releases/minio-1.0.1.tgz

4
helm/minio/Chart.yaml

@ -1,8 +1,8 @@
apiVersion: v1
description: High Performance, Kubernetes Native Object Storage
name: minio
version: 1.0.0
appVersion: RELEASE.2021-08-17T20-53-08Z
version: 1.0.1
appVersion: RELEASE.2021-08-20T18-32-01Z
keywords:
- storage
- object-storage

2
helm/minio/values.yaml

@ -14,7 +14,7 @@ clusterDomain: cluster.local
##
image:
repository: minio/minio
tag: RELEASE.2021-08-17T20-53-08Z
tag: RELEASE.2021-08-20T18-32-01Z
pullPolicy: IfNotPresent
imagePullSecrets: []

Loading…
Cancel
Save