Browse Source

Upgraded catalog item(s)

        This commit upgrades chia, minio catalog item(s).
sonicaj 4 years ago
parent
commit
ee62982541
34 changed files with 6 additions and 6 deletions
  1. 0 0
      test/chia/1.3.2/.helmignore
  2. 1 1
      test/chia/1.3.2/Chart.yaml
  3. 0 0
      test/chia/1.3.2/README.md
  4. 0 0
      test/chia/1.3.2/app-readme.md
  5. 0 0
      test/chia/1.3.2/charts/common-2105.0.0.tgz
  6. 0 0
      test/chia/1.3.2/default_values.yaml
  7. 1 1
      test/chia/1.3.2/ix_values.yaml
  8. 0 0
      test/chia/1.3.2/questions.yaml
  9. 0 0
      test/chia/1.3.2/requirements.lock
  10. 0 0
      test/chia/1.3.2/templates/deployment.yaml
  11. 0 0
      test/chia/1.3.2/templates/generate-mnemonic.yaml
  12. 0 0
      test/chia/1.3.2/templates/mnemonic-configmap.yaml
  13. 1 1
      test/chia/1.3.2/test_values.yaml
  14. 0 0
      test/chia/1.3.2/values.yaml
  15. 0 0
      test/minio/1.3.3/.helmignore
  16. 1 1
      test/minio/1.3.3/Chart.yaml
  17. 0 0
      test/minio/1.3.3/README.md
  18. 0 0
      test/minio/1.3.3/app-readme.md
  19. 0 0
      test/minio/1.3.3/charts/common-2105.0.0.tgz
  20. 0 0
      test/minio/1.3.3/default_values.yaml
  21. 1 1
      test/minio/1.3.3/ix_values.yaml
  22. 0 0
      test/minio/1.3.3/migrations/migrate_from_1.0.0
  23. 0 0
      test/minio/1.3.3/questions.yaml
  24. 0 0
      test/minio/1.3.3/requirements.lock
  25. 0 0
      test/minio/1.3.3/templates/NOTES.txt
  26. 0 0
      test/minio/1.3.3/templates/_cert.tpl
  27. 0 0
      test/minio/1.3.3/templates/_helpers.tpl
  28. 0 0
      test/minio/1.3.3/templates/configmap.yaml
  29. 0 0
      test/minio/1.3.3/templates/deployment.yaml
  30. 0 0
      test/minio/1.3.3/templates/secrets.yaml
  31. 0 0
      test/minio/1.3.3/templates/service.yaml
  32. 0 0
      test/minio/1.3.3/templates/serviceaccount.yaml
  33. 1 1
      test/minio/1.3.3/test_values.yaml
  34. 0 0
      test/minio/1.3.3/values.yaml

+ 0 - 0
test/chia/1.3.1/.helmignore → test/chia/1.3.2/.helmignore


+ 1 - 1
test/chia/1.3.1/Chart.yaml → test/chia/1.3.2/Chart.yaml

@@ -15,4 +15,4 @@ name: chia
 sources:
 - https://github.com/Chia-Network/chia-blockchain
 - https://github.com/orgs/chia-network/packages/container/package/chia
-version: 1.3.1
+version: 1.3.2

+ 0 - 0
test/chia/1.3.1/README.md → test/chia/1.3.2/README.md


+ 0 - 0
test/chia/1.3.1/app-readme.md → test/chia/1.3.2/app-readme.md


+ 0 - 0
test/chia/1.3.1/charts/common-2105.0.0.tgz → test/chia/1.3.2/charts/common-2105.0.0.tgz


+ 0 - 0
test/chia/1.3.1/default_values.yaml → test/chia/1.3.2/default_values.yaml


+ 1 - 1
test/chia/1.3.1/ix_values.yaml → test/chia/1.3.2/ix_values.yaml

@@ -1,5 +1,5 @@
 image:
   pullPolicy: IfNotPresent
   repository: ixsystems/chia-docker
-  tag: v1.2.0
+  tag: 1.2.0
 updateStrategy: Recreate

+ 0 - 0
test/chia/1.3.1/questions.yaml → test/chia/1.3.2/questions.yaml


+ 0 - 0
test/chia/1.3.1/requirements.lock → test/chia/1.3.2/requirements.lock


+ 0 - 0
test/chia/1.3.1/templates/deployment.yaml → test/chia/1.3.2/templates/deployment.yaml


+ 0 - 0
test/chia/1.3.1/templates/generate-mnemonic.yaml → test/chia/1.3.2/templates/generate-mnemonic.yaml


+ 0 - 0
test/chia/1.3.1/templates/mnemonic-configmap.yaml → test/chia/1.3.2/templates/mnemonic-configmap.yaml


+ 1 - 1
test/chia/1.3.1/test_values.yaml → test/chia/1.3.2/test_values.yaml

@@ -9,5 +9,5 @@ farmr_env: 'off'
 image:
   pullPolicy: IfNotPresent
   repository: ixsystems/chia-docker
-  tag: v1.2.0
+  tag: 1.2.0
 updateStrategy: Recreate

+ 0 - 0
test/chia/1.3.1/values.yaml → test/chia/1.3.2/values.yaml


+ 0 - 0
test/minio/1.3.2/.helmignore → test/minio/1.3.3/.helmignore


+ 1 - 1
test/minio/1.3.2/Chart.yaml → test/minio/1.3.3/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.2
+version: 1.3.3

+ 0 - 0
test/minio/1.3.2/README.md → test/minio/1.3.3/README.md


+ 0 - 0
test/minio/1.3.2/app-readme.md → test/minio/1.3.3/app-readme.md


+ 0 - 0
test/minio/1.3.2/charts/common-2105.0.0.tgz → test/minio/1.3.3/charts/common-2105.0.0.tgz


+ 0 - 0
test/minio/1.3.2/default_values.yaml → test/minio/1.3.3/default_values.yaml


+ 1 - 1
test/minio/1.3.2/ix_values.yaml → test/minio/1.3.3/ix_values.yaml

@@ -1,4 +1,4 @@
 image:
   pullPolicy: IfNotPresent
   repository: minio/minio
-  tag: RELEASE.2021-07-08T01-15-01Z
+  tag: RELEASE.2021-07-08T19-43-25Z

+ 0 - 0
test/minio/1.3.2/migrations/migrate_from_1.0.0 → test/minio/1.3.3/migrations/migrate_from_1.0.0


+ 0 - 0
test/minio/1.3.2/questions.yaml → test/minio/1.3.3/questions.yaml


+ 0 - 0
test/minio/1.3.2/requirements.lock → test/minio/1.3.3/requirements.lock


+ 0 - 0
test/minio/1.3.2/templates/NOTES.txt → test/minio/1.3.3/templates/NOTES.txt


+ 0 - 0
test/minio/1.3.2/templates/_cert.tpl → test/minio/1.3.3/templates/_cert.tpl


+ 0 - 0
test/minio/1.3.2/templates/_helpers.tpl → test/minio/1.3.3/templates/_helpers.tpl


+ 0 - 0
test/minio/1.3.2/templates/configmap.yaml → test/minio/1.3.3/templates/configmap.yaml


+ 0 - 0
test/minio/1.3.2/templates/deployment.yaml → test/minio/1.3.3/templates/deployment.yaml


+ 0 - 0
test/minio/1.3.2/templates/secrets.yaml → test/minio/1.3.3/templates/secrets.yaml


+ 0 - 0
test/minio/1.3.2/templates/service.yaml → test/minio/1.3.3/templates/service.yaml


+ 0 - 0
test/minio/1.3.2/templates/serviceaccount.yaml → test/minio/1.3.3/templates/serviceaccount.yaml


+ 1 - 1
test/minio/1.3.2/test_values.yaml → test/minio/1.3.3/test_values.yaml

@@ -10,7 +10,7 @@ extraArgs: []
 image:
   pullPolicy: IfNotPresent
   repository: minio/minio
-  tag: RELEASE.2021-07-08T01-15-01Z
+  tag: RELEASE.2021-07-08T19-43-25Z
 service:
   nodePort: 32324
 updateStrategy: RollingUpdate

+ 0 - 0
test/minio/1.3.2/values.yaml → test/minio/1.3.3/values.yaml