Skip to content

Commit

Permalink
Update helm chart tags to 5.0.17
Browse files Browse the repository at this point in the history
Signed-off-by: pjuarezd <[email protected]>
  • Loading branch information
pjuarezd committed Sep 11, 2024
1 parent 05cd0bb commit 28ebb25
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
Binary file added helm-releases/operator-5.0.17.tgz
Binary file not shown.
Binary file added helm-releases/tenant-5.0.17.tgz
Binary file not shown.
4 changes: 2 additions & 2 deletions helm/operator/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
12 changes: 6 additions & 6 deletions helm/operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -58,7 +58,7 @@ operator:
#
image:
repository: quay.io/minio/operator
tag: v5.0.16
tag: v5.0.17
pullPolicy: IfNotPresent
###
#
Expand Down Expand Up @@ -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:
Expand All @@ -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.
Expand Down
4 changes: 2 additions & 2 deletions helm/tenant/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions helm/tenant/values.yaml
Original file line number Diff line number Diff line change
@@ -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.
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 28ebb25

Please sign in to comment.