Skip to content

Commit cf42ede

Browse files
upgrade helm to v5.0.8
Signed-off-by: Harshavardhana <harsha@minio.io>
1 parent 958a480 commit cf42ede

File tree

5 files changed

+107
-83
lines changed

5 files changed

+107
-83
lines changed

helm-releases/minio-5.0.8.tgz

20.3 KB
Binary file not shown.

helm/minio/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
apiVersion: v1
22
description: Multi-Cloud Object Storage
33
name: minio
4-
version: 5.0.7
5-
appVersion: RELEASE.2023-02-10T18-48-39Z
4+
version: 5.0.8
5+
appVersion: RELEASE.2023-04-13T03-08-07Z
66
keywords:
77
- minio
88
- storage

helm/minio/templates/_helper_create_user.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,9 @@ createUser() {
7373
# set policy for user
7474
if [ ! -z $POLICY -a $POLICY != " " ] ; then
7575
echo "Adding policy '$POLICY' for '$USER'"
76+
set +e ; # policy already attach errors out, allow it.
7677
${MC} admin policy attach myminio $POLICY --user=$USER
78+
set -e
7779
else
7880
echo "User '$USER' has no policy attached."
7981
fi

helm/minio/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ clusterDomain: cluster.local
1414
##
1515
image:
1616
repository: quay.io/minio/minio
17-
tag: RELEASE.2023-02-10T18-48-39Z
17+
tag: RELEASE.2023-04-13T03-08-07Z
1818
pullPolicy: IfNotPresent
1919

2020
imagePullSecrets: []
@@ -25,7 +25,7 @@ imagePullSecrets: []
2525
##
2626
mcImage:
2727
repository: quay.io/minio/mc
28-
tag: RELEASE.2023-01-28T20-29-38Z
28+
tag: RELEASE.2023-04-12T02-21-51Z
2929
pullPolicy: IfNotPresent
3030

3131
## minio mode, i.e. standalone or distributed

0 commit comments

Comments
 (0)