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