diff --git a/helm-releases/operator-5.0.17.tgz b/helm-releases/operator-5.0.17.tgz new file mode 100644 index 00000000000..6059b91f295 Binary files /dev/null and b/helm-releases/operator-5.0.17.tgz differ diff --git a/helm-releases/tenant-5.0.17.tgz b/helm-releases/tenant-5.0.17.tgz new file mode 100644 index 00000000000..d1ff183d2e5 Binary files /dev/null and b/helm-releases/tenant-5.0.17.tgz differ diff --git a/helm/operator/Chart.yaml b/helm/operator/Chart.yaml index c9d073b98e1..c35fc6430e6 100644 --- a/helm/operator/Chart.yaml +++ b/helm/operator/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v2 description: A Helm chart for MinIO Operator name: operator -version: 5.0.16 -appVersion: v5.0.16 +version: 5.0.17 +appVersion: v5.0.17 keywords: - storage - object-storage diff --git a/helm/operator/values.yaml b/helm/operator/values.yaml index 3663fc1861f..b86b288c8a5 100644 --- a/helm/operator/values.yaml +++ b/helm/operator/values.yaml @@ -37,14 +37,14 @@ operator: ### # Specify the Operator container image to use for the deployment. # ``image.tag`` - # For example, the following sets the image to the ``quay.io/minio/operator`` repo and the v5.0.16 tag. + # For example, the following sets the image to the ``quay.io/minio/operator`` repo and the v5.0.17 tag. # The container pulls the image if not already present: # # .. code-block:: yaml # # image: # repository: quay.io/minio/operator - # tag: v5.0.16 + # tag: v5.0.17 # pullPolicy: IfNotPresent # # The chart also supports specifying an image based on digest value: @@ -58,7 +58,7 @@ operator: # image: repository: quay.io/minio/operator - tag: v5.0.16 + tag: v5.0.17 pullPolicy: IfNotPresent ### # @@ -184,14 +184,14 @@ console: ### # Specify the Operator Console container image to use for the deployment. # ``image.tag`` - # For example, the following sets the image to the ``quay.io/minio/operator`` repo and the v5.0.16 tag. + # For example, the following sets the image to the ``quay.io/minio/operator`` repo and the v5.0.17 tag. # The container pulls the image if not already present: # # .. code-block:: yaml # # image: # repository: quay.io/minio/operator - # tag: v5.0.16 + # tag: v5.0.17 # pullPolicy: IfNotPresent # # The chart also supports specifying an image based on digest value: @@ -206,7 +206,7 @@ console: # The specified values should match that of ``operator.image`` to ensure predictable operations. image: repository: quay.io/minio/operator - tag: v5.0.16 + tag: v5.0.17 pullPolicy: IfNotPresent ### # An array of environment variables to pass to the Operator Console deployment. diff --git a/helm/tenant/Chart.yaml b/helm/tenant/Chart.yaml index 356f8bdc966..16d642045f5 100644 --- a/helm/tenant/Chart.yaml +++ b/helm/tenant/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v2 description: A Helm chart for MinIO Operator name: tenant -version: 5.0.16 -appVersion: v5.0.16 +version: 5.0.17 +appVersion: v5.0.17 keywords: - storage - object-storage diff --git a/helm/tenant/values.yaml b/helm/tenant/values.yaml index dd9ee4322cf..e9bf15455b6 100644 --- a/helm/tenant/values.yaml +++ b/helm/tenant/values.yaml @@ -1,5 +1,5 @@ ### -# WARNING: '.secrets' is deprecated since v5.0.16 and will be removed in next minor release (i.e. v5.1.0). +# WARNING: '.secrets' is deprecated since v5.0.17 and will be removed in next minor release (i.e. v5.1.0). # WARNING: Please use '.tenant.configSecret' instead. # Root key for dynamically creating a secret for use with configuring root MinIO User # Specify the ``name`` and then a list of environment variables. @@ -48,7 +48,7 @@ tenant: ### # Specify the Operator container image to use for the deployment. # ``image.tag`` - # For example, the following sets the image to the ``quay.io/minio/operator`` repo and the v5.0.16 tag. + # For example, the following sets the image to the ``quay.io/minio/operator`` repo and the v5.0.17 tag. # The container pulls the image if not already present: # # .. code-block:: yaml