Эх сурвалжийг харах

NAS-111810 / 21.08 / Fixes #116 by swapping MINIO_ACCESS_KEY and MINIO_SECRET_KEY (#117)

* Fixes #116 by swapping MINIO_ACCESS_KEY and MINIO_SECRET_KEY with MINIO_ROOT_USER and MINIO_ROOT_PASSWORD

Signed-off-by: Josh Cox <josh@webhosting.coop>

* Removing default_values.yaml as per request

Signed-off-by: Josh Cox <josh@webhosting.coop>

* 1.3.12

Signed-off-by: Josh Cox <josh@webhosting.coop>

* Moving test
Josh Cox 4 жил өмнө
parent
commit
5cd292fb06
40 өөрчлөгдсөн 14 нэмэгдсэн , 36 устгасан
  1. 0 0
      charts/minio/1.3.12/.helmignore
  2. 1 1
      charts/minio/1.3.12/Chart.yaml
  3. 0 0
      charts/minio/1.3.12/README.md
  4. 0 0
      charts/minio/1.3.12/app-readme.md
  5. 0 0
      charts/minio/1.3.12/charts/common-2105.0.0.tgz
  6. 0 0
      charts/minio/1.3.12/ix_values.yaml
  7. 0 0
      charts/minio/1.3.12/migrations/migrate_from_1.0.0
  8. 4 4
      charts/minio/1.3.12/questions.yaml
  9. 0 0
      charts/minio/1.3.12/requirements.lock
  10. 0 0
      charts/minio/1.3.12/templates/NOTES.txt
  11. 0 0
      charts/minio/1.3.12/templates/_cert.tpl
  12. 0 0
      charts/minio/1.3.12/templates/_helpers.tpl
  13. 0 0
      charts/minio/1.3.12/templates/configmap.yaml
  14. 2 2
      charts/minio/1.3.12/templates/deployment.yaml
  15. 0 0
      charts/minio/1.3.12/templates/secrets.yaml
  16. 0 0
      charts/minio/1.3.12/templates/service.yaml
  17. 0 0
      charts/minio/1.3.12/templates/serviceaccount.yaml
  18. 0 0
      charts/minio/1.3.12/test_values.yaml
  19. 0 0
      charts/minio/1.3.12/values.yaml
  20. 0 22
      test/minio/1.3.11/default_values.yaml
  21. 0 0
      test/minio/1.3.12/.helmignore
  22. 1 1
      test/minio/1.3.12/Chart.yaml
  23. 0 0
      test/minio/1.3.12/README.md
  24. 0 0
      test/minio/1.3.12/app-readme.md
  25. 0 0
      test/minio/1.3.12/charts/common-2105.0.0.tgz
  26. 0 0
      test/minio/1.3.12/default_values.yaml
  27. 0 0
      test/minio/1.3.12/ix_values.yaml
  28. 0 0
      test/minio/1.3.12/migrations/migrate_from_1.0.0
  29. 4 4
      test/minio/1.3.12/questions.yaml
  30. 0 0
      test/minio/1.3.12/requirements.lock
  31. 0 0
      test/minio/1.3.12/templates/NOTES.txt
  32. 0 0
      test/minio/1.3.12/templates/_cert.tpl
  33. 0 0
      test/minio/1.3.12/templates/_helpers.tpl
  34. 0 0
      test/minio/1.3.12/templates/configmap.yaml
  35. 2 2
      test/minio/1.3.12/templates/deployment.yaml
  36. 0 0
      test/minio/1.3.12/templates/secrets.yaml
  37. 0 0
      test/minio/1.3.12/templates/service.yaml
  38. 0 0
      test/minio/1.3.12/templates/serviceaccount.yaml
  39. 0 0
      test/minio/1.3.12/test_values.yaml
  40. 0 0
      test/minio/1.3.12/values.yaml

+ 0 - 0
charts/minio/1.3.11/.helmignore → charts/minio/1.3.12/.helmignore


+ 1 - 1
charts/minio/1.3.11/Chart.yaml → charts/minio/1.3.12/Chart.yaml

@@ -16,4 +16,4 @@ sources:
 - https://github.com/minio/minio
 - https://github.com/minio/charts
 upstream_version: 8.0.5
-version: 1.3.11
+version: 1.3.12

+ 0 - 0
charts/minio/1.3.11/README.md → charts/minio/1.3.12/README.md


+ 0 - 0
charts/minio/1.3.11/app-readme.md → charts/minio/1.3.12/app-readme.md


+ 0 - 0
charts/minio/1.3.11/charts/common-2105.0.0.tgz → charts/minio/1.3.12/charts/common-2105.0.0.tgz


+ 0 - 0
charts/minio/1.3.11/ix_values.yaml → charts/minio/1.3.12/ix_values.yaml


+ 0 - 0
charts/minio/1.3.11/migrations/migrate_from_1.0.0 → charts/minio/1.3.12/migrations/migrate_from_1.0.0


+ 4 - 4
test/minio/1.3.11/questions.yaml → charts/minio/1.3.12/questions.yaml

@@ -73,9 +73,9 @@ questions:
             type: string
 
   - variable: accessKey
-    label: "Access Key"
+    label: "Root User"
     group: "Minio Configuration"
-    description: "Enter the S3 access ID"
+    description: "Enter the S3 Root User"
     schema:
       type: string
       private: true
@@ -84,9 +84,9 @@ questions:
       max_length: 20
 
   - variable: secretKey
-    label: "Secret Key"
+    label: "Root Password"
     group: "Minio Configuration"
-    description: "Enter the S3 secret access key"
+    description: "Enter the S3 Root Password"
     schema:
       type: string
       private: true

+ 0 - 0
charts/minio/1.3.11/requirements.lock → charts/minio/1.3.12/requirements.lock


+ 0 - 0
charts/minio/1.3.11/templates/NOTES.txt → charts/minio/1.3.12/templates/NOTES.txt


+ 0 - 0
charts/minio/1.3.11/templates/_cert.tpl → charts/minio/1.3.12/templates/_cert.tpl


+ 0 - 0
charts/minio/1.3.11/templates/_helpers.tpl → charts/minio/1.3.12/templates/_helpers.tpl


+ 0 - 0
charts/minio/1.3.11/templates/configmap.yaml → charts/minio/1.3.12/templates/configmap.yaml


+ 2 - 2
charts/minio/1.3.11/templates/deployment.yaml → charts/minio/1.3.12/templates/deployment.yaml

@@ -46,8 +46,8 @@ spec:
             {{ $envList = mustAppend $envList (dict "name" "MINIO_BROWSER_REDIRECT_URL" "value" (printf "%s://%s:%d" (include "minio.scheme" .) .Values.minioDomain (.Values.service.consolePort | int))) }}
             {{ $envList = mustAppend $envList (dict "name" "MINIO_SERVER_URL" "value" (printf "%s://%s:%d" (include "minio.scheme" .) .Values.minioDomain (.Values.service.nodePort | int))) }}
             {{ end }}
-            {{ $envList = mustAppend $envList (dict "name" "MINIO_ACCESS_KEY" "valueFromSecret" true "secretName" $secretName "secretKey" "accesskey") }}
-            {{ $envList = mustAppend $envList (dict "name" "MINIO_SECRET_KEY" "valueFromSecret" true "secretName" $secretName "secretKey" "secretkey") }}
+            {{ $envList = mustAppend $envList (dict "name" "MINIO_ROOT_USER" "valueFromSecret" true "secretName" $secretName "secretKey" "accesskey") }}
+            {{ $envList = mustAppend $envList (dict "name" "MINIO_ROOT_PASSWORD" "valueFromSecret" true "secretName" $secretName "secretKey" "secretkey") }}
             {{ include "common.containers.environmentVariables" (dict "environmentVariables" $envList) | nindent 12 }}
 {{ include "common.networking.dnsConfiguration" .Values | nindent 6 }}
 {{ include "common.storage.allAppVolumes" .Values | nindent 6 }}

+ 0 - 0
charts/minio/1.3.11/templates/secrets.yaml → charts/minio/1.3.12/templates/secrets.yaml


+ 0 - 0
charts/minio/1.3.11/templates/service.yaml → charts/minio/1.3.12/templates/service.yaml


+ 0 - 0
charts/minio/1.3.11/templates/serviceaccount.yaml → charts/minio/1.3.12/templates/serviceaccount.yaml


+ 0 - 0
charts/minio/1.3.11/test_values.yaml → charts/minio/1.3.12/test_values.yaml


+ 0 - 0
charts/minio/1.3.11/values.yaml → charts/minio/1.3.12/values.yaml


+ 0 - 22
test/minio/1.3.11/default_values.yaml

@@ -1,22 +0,0 @@
-## Set default image, imageTag, and imagePullPolicy. mode is used to indicate the
-##
-image:
-  repository: minio/minio
-  tag: RELEASE.2020-11-19T23-48-16Z
-  pullPolicy: IfNotPresent
-
-## Additional arguments to pass to minio binary
-extraArgs: []
-
-updateStrategy: RollingUpdate
-
-service:
-  nodePort: 9000
-
-environment:
-  ## Please refer for comprehensive list https://docs.minio.io/docs/minio-server-configuration-guide.html
-
-appVolumeMounts:
-  export:
-    emptyDir: true
-    mountPath: "/export"

+ 0 - 0
test/minio/1.3.11/.helmignore → test/minio/1.3.12/.helmignore


+ 1 - 1
test/minio/1.3.11/Chart.yaml → test/minio/1.3.12/Chart.yaml

@@ -16,4 +16,4 @@ sources:
 - https://github.com/minio/minio
 - https://github.com/minio/charts
 upstream_version: 8.0.5
-version: 1.3.11
+version: 1.3.12

+ 0 - 0
test/minio/1.3.11/README.md → test/minio/1.3.12/README.md


+ 0 - 0
test/minio/1.3.11/app-readme.md → test/minio/1.3.12/app-readme.md


+ 0 - 0
test/minio/1.3.11/charts/common-2105.0.0.tgz → test/minio/1.3.12/charts/common-2105.0.0.tgz


+ 0 - 0
charts/minio/1.3.11/default_values.yaml → test/minio/1.3.12/default_values.yaml


+ 0 - 0
test/minio/1.3.11/ix_values.yaml → test/minio/1.3.12/ix_values.yaml


+ 0 - 0
test/minio/1.3.11/migrations/migrate_from_1.0.0 → test/minio/1.3.12/migrations/migrate_from_1.0.0


+ 4 - 4
charts/minio/1.3.11/questions.yaml → test/minio/1.3.12/questions.yaml

@@ -73,9 +73,9 @@ questions:
             type: string
 
   - variable: accessKey
-    label: "Access Key"
+    label: "Root User"
     group: "Minio Configuration"
-    description: "Enter the S3 access ID"
+    description: "Enter the S3 Root User"
     schema:
       type: string
       private: true
@@ -84,9 +84,9 @@ questions:
       max_length: 20
 
   - variable: secretKey
-    label: "Secret Key"
+    label: "Root Password"
     group: "Minio Configuration"
-    description: "Enter the S3 secret access key"
+    description: "Enter the S3 Root Password"
     schema:
       type: string
       private: true

+ 0 - 0
test/minio/1.3.11/requirements.lock → test/minio/1.3.12/requirements.lock


+ 0 - 0
test/minio/1.3.11/templates/NOTES.txt → test/minio/1.3.12/templates/NOTES.txt


+ 0 - 0
test/minio/1.3.11/templates/_cert.tpl → test/minio/1.3.12/templates/_cert.tpl


+ 0 - 0
test/minio/1.3.11/templates/_helpers.tpl → test/minio/1.3.12/templates/_helpers.tpl


+ 0 - 0
test/minio/1.3.11/templates/configmap.yaml → test/minio/1.3.12/templates/configmap.yaml


+ 2 - 2
test/minio/1.3.11/templates/deployment.yaml → test/minio/1.3.12/templates/deployment.yaml

@@ -46,8 +46,8 @@ spec:
             {{ $envList = mustAppend $envList (dict "name" "MINIO_BROWSER_REDIRECT_URL" "value" (printf "%s://%s:%d" (include "minio.scheme" .) .Values.minioDomain (.Values.service.consolePort | int))) }}
             {{ $envList = mustAppend $envList (dict "name" "MINIO_SERVER_URL" "value" (printf "%s://%s:%d" (include "minio.scheme" .) .Values.minioDomain (.Values.service.nodePort | int))) }}
             {{ end }}
-            {{ $envList = mustAppend $envList (dict "name" "MINIO_ACCESS_KEY" "valueFromSecret" true "secretName" $secretName "secretKey" "accesskey") }}
-            {{ $envList = mustAppend $envList (dict "name" "MINIO_SECRET_KEY" "valueFromSecret" true "secretName" $secretName "secretKey" "secretkey") }}
+            {{ $envList = mustAppend $envList (dict "name" "MINIO_ROOT_USER" "valueFromSecret" true "secretName" $secretName "secretKey" "accesskey") }}
+            {{ $envList = mustAppend $envList (dict "name" "MINIO_ROOT_PASSWORD" "valueFromSecret" true "secretName" $secretName "secretKey" "secretkey") }}
             {{ include "common.containers.environmentVariables" (dict "environmentVariables" $envList) | nindent 12 }}
 {{ include "common.networking.dnsConfiguration" .Values | nindent 6 }}
 {{ include "common.storage.allAppVolumes" .Values | nindent 6 }}

+ 0 - 0
test/minio/1.3.11/templates/secrets.yaml → test/minio/1.3.12/templates/secrets.yaml


+ 0 - 0
test/minio/1.3.11/templates/service.yaml → test/minio/1.3.12/templates/service.yaml


+ 0 - 0
test/minio/1.3.11/templates/serviceaccount.yaml → test/minio/1.3.12/templates/serviceaccount.yaml


+ 0 - 0
test/minio/1.3.11/test_values.yaml → test/minio/1.3.12/test_values.yaml


+ 0 - 0
test/minio/1.3.11/values.yaml → test/minio/1.3.12/values.yaml