From bc3483d60596df5877b519c4427ad1cd03f6634c Mon Sep 17 00:00:00 2001 From: Ruben Hensen Date: Tue, 10 Sep 2024 00:09:09 +0200 Subject: [PATCH] Repast content values-tenant.yaml 2 --- minio/values-tenant.yaml | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/minio/values-tenant.yaml b/minio/values-tenant.yaml index 758422f..c84df04 100644 --- a/minio/values-tenant.yaml +++ b/minio/values-tenant.yaml @@ -5,3 +5,30 @@ tenant: # # Change this to match your preferred MinIO Tenant name. name: myminio + ### + # 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 v6.0.3 tag. + # The container pulls the image if not already present: + # + # .. code-block:: yaml + # + # image: + # repository: quay.io/minio/minio + # tag: RELEASE.2024-08-17T01-24-54Z + # pullPolicy: IfNotPresent + # + # The chart also supports specifying an image based on digest value: + # + # .. code-block:: yaml + # + # image: + # repository: quay.io/minio/minio@sha256 + # digest: 28c80b379c75242c6fe793dfbf212f43c602140a0de5ebe3d9c2a3a7b9f9f983 + # pullPolicy: IfNotPresent + # + # + image: + repository: quay.io/minio/minio + tag: RELEASE.2024-08-17T01-24-54Z + pullPolicy: IfNotPresent \ No newline at end of file