Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update helm chart tags to 5.0.17 #2316

Merged
merged 2 commits into from
Sep 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .nancy-ignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
CVE-2024-8421 # no fix yet
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
Loading