Skip to content
This repository has been archived by the owner on Feb 22, 2022. It is now read-only.

[stable/minio] remove references for old env docs #21318

Merged
merged 2 commits into from
Mar 7, 2020
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
2 changes: 1 addition & 1 deletion stable/minio/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
description: MinIO is a high performance data infrastructure for machine learning, analytics and application data workloads.
name: minio
version: 5.0.13
version: 5.0.14
appVersion: master
keywords:
- storage
Expand Down
1 change: 1 addition & 0 deletions stable/minio/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ spec:
{{ toYaml .Values.podLabels | indent 8 }}
{{- end }}
annotations:
rollme: {{ randAlphaNum 5 | quote }}
checksum/secrets: {{ include (print $.Template.BasePath "/secrets.yaml") . | sha256sum }}
checksum/config: {{ include (print $.Template.BasePath "/configmap.yaml") . | sha256sum }}
{{- if .Values.podAnnotations }}
Expand Down
1 change: 1 addition & 0 deletions stable/minio/templates/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ spec:
{{ toYaml .Values.podLabels | indent 8 }}
{{- end }}
annotations:
rollme: {{ randAlphaNum 5 | quote }}
checksum/secrets: {{ include (print $.Template.BasePath "/secrets.yaml") . | sha256sum }}
checksum/config: {{ include (print $.Template.BasePath "/configmap.yaml") . | sha256sum }}
{{- if .Values.podAnnotations }}
Expand Down
26 changes: 3 additions & 23 deletions stable/minio/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@ clusterDomain: cluster.local
##
image:
repository: minio/minio
tag: RELEASE.2020-02-07T23-28-16Z
tag: RELEASE.2020-03-06T22-23-56Z
pullPolicy: IfNotPresent

## Set default image, imageTag, and imagePullPolicy for the `mc` (the minio
## client used to create a default bucket).
##
mcImage:
repository: minio/mc
tag: RELEASE.2020-02-14T19-35-50Z
tag: RELEASE.2020-03-06T23-29-45Z
pullPolicy: IfNotPresent

## minio server mode, i.e. standalone or distributed.
Expand Down Expand Up @@ -277,27 +277,7 @@ b2gateway:
## Use this field to add environment variables relevant to Minio server. These fields will be passed on to Minio container(s)
## when Chart is deployed
environment:
## To disable Minio Browser, set this value to off
MINIO_BROWSER: "on"
## To enable virtual-host-style requests, set this value to Minio host domain name.
# MINIO_DOMAIN: ""
## Minio Cache settings, refer: https://docs.minio.io/docs/minio-disk-cache-guide.html
# MINIO_CACHE_DRIVES: ""
# MINIO_CACHE_EXCLUDE: ""
# MINIO_CACHE_EXPIRY: ""
# MINIO_CACHE_MAXUSE: ""
## Minio WORM setting, refer: https://docs.minio.io/docs/minio-server-configuration-guide.html
# MINIO_WORM: ""
## Minio KMS settings, refer: https://docs.minio.io/docs/minio-kms-quickstart-guide.html
# MINIO_SSE_VAULT_ENDPOINT: ""
# MINIO_SSE_VAULT_APPROLE_ID: ""
# MINIO_SSE_VAULT_APPROLE_SECRET: ""
# MINIO_SSE_VAULT_KEY_NAME: ""
## Minio Federation settings, refer: https://docs.minio.io/docs/minio-federation-quickstart-guide.html
# MINIO_ETCD_ENDPOINTS: ""
# MINIO_PUBLIC_IPS: ""
# MINIO_DOMAIN: ""
## Add other environment variables relevant to Minio server here. These values will be added to the container(s) as this Chart is deployed
## Please refer for comprehensive list https://docs.minio.io/docs/minio-server-configuration-guide.html

networkPolicy:
enabled: false
Expand Down