upgrade helm to v5.0.8

Signed-off-by: Harshavardhana <harsha@minio.io>
This commit is contained in:
Harshavardhana
2023-04-13 14:39:53 -07:00
parent 958a480e53
commit cf42ede92c
5 changed files with 107 additions and 83 deletions

View File

@@ -1,8 +1,8 @@
apiVersion: v1
description: Multi-Cloud Object Storage
name: minio
version: 5.0.7
appVersion: RELEASE.2023-02-10T18-48-39Z
version: 5.0.8
appVersion: RELEASE.2023-04-13T03-08-07Z
keywords:
- minio
- storage

View File

@@ -73,7 +73,9 @@ createUser() {
# set policy for user
if [ ! -z $POLICY -a $POLICY != " " ] ; then
echo "Adding policy '$POLICY' for '$USER'"
set +e ; # policy already attach errors out, allow it.
${MC} admin policy attach myminio $POLICY --user=$USER
set -e
else
echo "User '$USER' has no policy attached."
fi

View File

@@ -14,7 +14,7 @@ clusterDomain: cluster.local
##
image:
repository: quay.io/minio/minio
tag: RELEASE.2023-02-10T18-48-39Z
tag: RELEASE.2023-04-13T03-08-07Z
pullPolicy: IfNotPresent
imagePullSecrets: []
@@ -25,7 +25,7 @@ imagePullSecrets: []
##
mcImage:
repository: quay.io/minio/mc
tag: RELEASE.2023-01-28T20-29-38Z
tag: RELEASE.2023-04-12T02-21-51Z
pullPolicy: IfNotPresent
## minio mode, i.e. standalone or distributed