From f11d2a90ef83e06c5e1c3c642f7756f5bb33c1ed Mon Sep 17 00:00:00 2001 From: sonicaj Date: Mon, 12 Jul 2021 15:38:21 +0000 Subject: [PATCH] Upgraded catalog item(s) This commit upgrades chia, minio catalog item(s). --- test/chia/{1.3.2 => 1.3.3}/.helmignore | 0 test/chia/{1.3.2 => 1.3.3}/Chart.yaml | 4 ++-- test/chia/{1.3.2 => 1.3.3}/README.md | 0 test/chia/{1.3.2 => 1.3.3}/app-readme.md | 0 .../{1.3.2 => 1.3.3}/charts/common-2105.0.0.tgz | Bin test/chia/{1.3.2 => 1.3.3}/default_values.yaml | 0 test/chia/{1.3.2 => 1.3.3}/ix_values.yaml | 2 +- test/chia/{1.3.2 => 1.3.3}/questions.yaml | 0 test/chia/{1.3.2 => 1.3.3}/requirements.lock | 0 .../chia/{1.3.2 => 1.3.3}/templates/deployment.yaml | 0 .../templates/generate-mnemonic.yaml | 0 .../templates/mnemonic-configmap.yaml | 0 test/chia/{1.3.2 => 1.3.3}/test_values.yaml | 2 +- test/chia/{1.3.2 => 1.3.3}/values.yaml | 0 test/minio/{1.3.3 => 1.3.4}/.helmignore | 0 test/minio/{1.3.3 => 1.3.4}/Chart.yaml | 4 ++-- test/minio/{1.3.3 => 1.3.4}/README.md | 0 test/minio/{1.3.3 => 1.3.4}/app-readme.md | 0 .../{1.3.3 => 1.3.4}/charts/common-2105.0.0.tgz | Bin test/minio/{1.3.3 => 1.3.4}/default_values.yaml | 0 test/minio/{1.3.3 => 1.3.4}/ix_values.yaml | 2 +- .../{1.3.3 => 1.3.4}/migrations/migrate_from_1.0.0 | 0 test/minio/{1.3.3 => 1.3.4}/questions.yaml | 0 test/minio/{1.3.3 => 1.3.4}/requirements.lock | 0 test/minio/{1.3.3 => 1.3.4}/templates/NOTES.txt | 0 test/minio/{1.3.3 => 1.3.4}/templates/_cert.tpl | 0 test/minio/{1.3.3 => 1.3.4}/templates/_helpers.tpl | 0 .../minio/{1.3.3 => 1.3.4}/templates/configmap.yaml | 0 .../{1.3.3 => 1.3.4}/templates/deployment.yaml | 0 test/minio/{1.3.3 => 1.3.4}/templates/secrets.yaml | 0 test/minio/{1.3.3 => 1.3.4}/templates/service.yaml | 0 .../{1.3.3 => 1.3.4}/templates/serviceaccount.yaml | 0 test/minio/{1.3.3 => 1.3.4}/test_values.yaml | 2 +- test/minio/{1.3.3 => 1.3.4}/values.yaml | 0 34 files changed, 8 insertions(+), 8 deletions(-) rename test/chia/{1.3.2 => 1.3.3}/.helmignore (100%) rename test/chia/{1.3.2 => 1.3.3}/Chart.yaml (92%) rename test/chia/{1.3.2 => 1.3.3}/README.md (100%) rename test/chia/{1.3.2 => 1.3.3}/app-readme.md (100%) rename test/chia/{1.3.2 => 1.3.3}/charts/common-2105.0.0.tgz (100%) rename test/chia/{1.3.2 => 1.3.3}/default_values.yaml (100%) rename test/chia/{1.3.2 => 1.3.3}/ix_values.yaml (85%) rename test/chia/{1.3.2 => 1.3.3}/questions.yaml (100%) rename test/chia/{1.3.2 => 1.3.3}/requirements.lock (100%) rename test/chia/{1.3.2 => 1.3.3}/templates/deployment.yaml (100%) rename test/chia/{1.3.2 => 1.3.3}/templates/generate-mnemonic.yaml (100%) rename test/chia/{1.3.2 => 1.3.3}/templates/mnemonic-configmap.yaml (100%) rename test/chia/{1.3.2 => 1.3.3}/test_values.yaml (93%) rename test/chia/{1.3.2 => 1.3.3}/values.yaml (100%) rename test/minio/{1.3.3 => 1.3.4}/.helmignore (100%) rename test/minio/{1.3.3 => 1.3.4}/Chart.yaml (91%) rename test/minio/{1.3.3 => 1.3.4}/README.md (100%) rename test/minio/{1.3.3 => 1.3.4}/app-readme.md (100%) rename test/minio/{1.3.3 => 1.3.4}/charts/common-2105.0.0.tgz (100%) rename test/minio/{1.3.3 => 1.3.4}/default_values.yaml (100%) rename test/minio/{1.3.3 => 1.3.4}/ix_values.yaml (62%) rename test/minio/{1.3.3 => 1.3.4}/migrations/migrate_from_1.0.0 (100%) rename test/minio/{1.3.3 => 1.3.4}/questions.yaml (100%) rename test/minio/{1.3.3 => 1.3.4}/requirements.lock (100%) rename test/minio/{1.3.3 => 1.3.4}/templates/NOTES.txt (100%) rename test/minio/{1.3.3 => 1.3.4}/templates/_cert.tpl (100%) rename test/minio/{1.3.3 => 1.3.4}/templates/_helpers.tpl (100%) rename test/minio/{1.3.3 => 1.3.4}/templates/configmap.yaml (100%) rename test/minio/{1.3.3 => 1.3.4}/templates/deployment.yaml (100%) rename test/minio/{1.3.3 => 1.3.4}/templates/secrets.yaml (100%) rename test/minio/{1.3.3 => 1.3.4}/templates/service.yaml (100%) rename test/minio/{1.3.3 => 1.3.4}/templates/serviceaccount.yaml (100%) rename test/minio/{1.3.3 => 1.3.4}/test_values.yaml (88%) rename test/minio/{1.3.3 => 1.3.4}/values.yaml (100%) diff --git a/test/chia/1.3.2/.helmignore b/test/chia/1.3.3/.helmignore similarity index 100% rename from test/chia/1.3.2/.helmignore rename to test/chia/1.3.3/.helmignore diff --git a/test/chia/1.3.2/Chart.yaml b/test/chia/1.3.3/Chart.yaml similarity index 92% rename from test/chia/1.3.2/Chart.yaml rename to test/chia/1.3.3/Chart.yaml index 4cdb4cce98..53a2b0f9cf 100644 --- a/test/chia/1.3.2/Chart.yaml +++ b/test/chia/1.3.3/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v1 -appVersion: v1.2.0_1 +appVersion: 1.2.0 dependencies: - name: common repository: file://../../../library/common/2105.0.0 @@ -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.2 +version: 1.3.3 diff --git a/test/chia/1.3.2/README.md b/test/chia/1.3.3/README.md similarity index 100% rename from test/chia/1.3.2/README.md rename to test/chia/1.3.3/README.md diff --git a/test/chia/1.3.2/app-readme.md b/test/chia/1.3.3/app-readme.md similarity index 100% rename from test/chia/1.3.2/app-readme.md rename to test/chia/1.3.3/app-readme.md diff --git a/test/chia/1.3.2/charts/common-2105.0.0.tgz b/test/chia/1.3.3/charts/common-2105.0.0.tgz similarity index 100% rename from test/chia/1.3.2/charts/common-2105.0.0.tgz rename to test/chia/1.3.3/charts/common-2105.0.0.tgz diff --git a/test/chia/1.3.2/default_values.yaml b/test/chia/1.3.3/default_values.yaml similarity index 100% rename from test/chia/1.3.2/default_values.yaml rename to test/chia/1.3.3/default_values.yaml diff --git a/test/chia/1.3.2/ix_values.yaml b/test/chia/1.3.3/ix_values.yaml similarity index 85% rename from test/chia/1.3.2/ix_values.yaml rename to test/chia/1.3.3/ix_values.yaml index 17c4301617..d214a8b7dc 100644 --- a/test/chia/1.3.2/ix_values.yaml +++ b/test/chia/1.3.3/ix_values.yaml @@ -1,5 +1,5 @@ image: pullPolicy: IfNotPresent repository: ixsystems/chia-docker - tag: v1.2.0_1 + tag: 1.2.0 updateStrategy: Recreate diff --git a/test/chia/1.3.2/questions.yaml b/test/chia/1.3.3/questions.yaml similarity index 100% rename from test/chia/1.3.2/questions.yaml rename to test/chia/1.3.3/questions.yaml diff --git a/test/chia/1.3.2/requirements.lock b/test/chia/1.3.3/requirements.lock similarity index 100% rename from test/chia/1.3.2/requirements.lock rename to test/chia/1.3.3/requirements.lock diff --git a/test/chia/1.3.2/templates/deployment.yaml b/test/chia/1.3.3/templates/deployment.yaml similarity index 100% rename from test/chia/1.3.2/templates/deployment.yaml rename to test/chia/1.3.3/templates/deployment.yaml diff --git a/test/chia/1.3.2/templates/generate-mnemonic.yaml b/test/chia/1.3.3/templates/generate-mnemonic.yaml similarity index 100% rename from test/chia/1.3.2/templates/generate-mnemonic.yaml rename to test/chia/1.3.3/templates/generate-mnemonic.yaml diff --git a/test/chia/1.3.2/templates/mnemonic-configmap.yaml b/test/chia/1.3.3/templates/mnemonic-configmap.yaml similarity index 100% rename from test/chia/1.3.2/templates/mnemonic-configmap.yaml rename to test/chia/1.3.3/templates/mnemonic-configmap.yaml diff --git a/test/chia/1.3.2/test_values.yaml b/test/chia/1.3.3/test_values.yaml similarity index 93% rename from test/chia/1.3.2/test_values.yaml rename to test/chia/1.3.3/test_values.yaml index bfb9530622..8fb17fc87c 100644 --- a/test/chia/1.3.2/test_values.yaml +++ b/test/chia/1.3.3/test_values.yaml @@ -9,5 +9,5 @@ farmr_env: 'off' image: pullPolicy: IfNotPresent repository: ixsystems/chia-docker - tag: v1.2.0_1 + tag: 1.2.0 updateStrategy: Recreate diff --git a/test/chia/1.3.2/values.yaml b/test/chia/1.3.3/values.yaml similarity index 100% rename from test/chia/1.3.2/values.yaml rename to test/chia/1.3.3/values.yaml diff --git a/test/minio/1.3.3/.helmignore b/test/minio/1.3.4/.helmignore similarity index 100% rename from test/minio/1.3.3/.helmignore rename to test/minio/1.3.4/.helmignore diff --git a/test/minio/1.3.3/Chart.yaml b/test/minio/1.3.4/Chart.yaml similarity index 91% rename from test/minio/1.3.3/Chart.yaml rename to test/minio/1.3.4/Chart.yaml index 0d7727acaa..b2b4a68768 100644 --- a/test/minio/1.3.3/Chart.yaml +++ b/test/minio/1.3.4/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v1 -appVersion: '2021-07-08' +appVersion: '2021-07-12' dependencies: - name: common repository: file://../../../library/common/2105.0.0 @@ -16,4 +16,4 @@ sources: - https://github.com/minio/minio - https://github.com/minio/charts upstream_version: 8.0.5 -version: 1.3.3 +version: 1.3.4 diff --git a/test/minio/1.3.3/README.md b/test/minio/1.3.4/README.md similarity index 100% rename from test/minio/1.3.3/README.md rename to test/minio/1.3.4/README.md diff --git a/test/minio/1.3.3/app-readme.md b/test/minio/1.3.4/app-readme.md similarity index 100% rename from test/minio/1.3.3/app-readme.md rename to test/minio/1.3.4/app-readme.md diff --git a/test/minio/1.3.3/charts/common-2105.0.0.tgz b/test/minio/1.3.4/charts/common-2105.0.0.tgz similarity index 100% rename from test/minio/1.3.3/charts/common-2105.0.0.tgz rename to test/minio/1.3.4/charts/common-2105.0.0.tgz diff --git a/test/minio/1.3.3/default_values.yaml b/test/minio/1.3.4/default_values.yaml similarity index 100% rename from test/minio/1.3.3/default_values.yaml rename to test/minio/1.3.4/default_values.yaml diff --git a/test/minio/1.3.3/ix_values.yaml b/test/minio/1.3.4/ix_values.yaml similarity index 62% rename from test/minio/1.3.3/ix_values.yaml rename to test/minio/1.3.4/ix_values.yaml index 6ccd50b9b0..8a48c6d9a0 100644 --- a/test/minio/1.3.3/ix_values.yaml +++ b/test/minio/1.3.4/ix_values.yaml @@ -1,4 +1,4 @@ image: pullPolicy: IfNotPresent repository: minio/minio - tag: RELEASE.2021-07-08T19-43-25Z + tag: RELEASE.2021-07-12T02-44-53Z diff --git a/test/minio/1.3.3/migrations/migrate_from_1.0.0 b/test/minio/1.3.4/migrations/migrate_from_1.0.0 similarity index 100% rename from test/minio/1.3.3/migrations/migrate_from_1.0.0 rename to test/minio/1.3.4/migrations/migrate_from_1.0.0 diff --git a/test/minio/1.3.3/questions.yaml b/test/minio/1.3.4/questions.yaml similarity index 100% rename from test/minio/1.3.3/questions.yaml rename to test/minio/1.3.4/questions.yaml diff --git a/test/minio/1.3.3/requirements.lock b/test/minio/1.3.4/requirements.lock similarity index 100% rename from test/minio/1.3.3/requirements.lock rename to test/minio/1.3.4/requirements.lock diff --git a/test/minio/1.3.3/templates/NOTES.txt b/test/minio/1.3.4/templates/NOTES.txt similarity index 100% rename from test/minio/1.3.3/templates/NOTES.txt rename to test/minio/1.3.4/templates/NOTES.txt diff --git a/test/minio/1.3.3/templates/_cert.tpl b/test/minio/1.3.4/templates/_cert.tpl similarity index 100% rename from test/minio/1.3.3/templates/_cert.tpl rename to test/minio/1.3.4/templates/_cert.tpl diff --git a/test/minio/1.3.3/templates/_helpers.tpl b/test/minio/1.3.4/templates/_helpers.tpl similarity index 100% rename from test/minio/1.3.3/templates/_helpers.tpl rename to test/minio/1.3.4/templates/_helpers.tpl diff --git a/test/minio/1.3.3/templates/configmap.yaml b/test/minio/1.3.4/templates/configmap.yaml similarity index 100% rename from test/minio/1.3.3/templates/configmap.yaml rename to test/minio/1.3.4/templates/configmap.yaml diff --git a/test/minio/1.3.3/templates/deployment.yaml b/test/minio/1.3.4/templates/deployment.yaml similarity index 100% rename from test/minio/1.3.3/templates/deployment.yaml rename to test/minio/1.3.4/templates/deployment.yaml diff --git a/test/minio/1.3.3/templates/secrets.yaml b/test/minio/1.3.4/templates/secrets.yaml similarity index 100% rename from test/minio/1.3.3/templates/secrets.yaml rename to test/minio/1.3.4/templates/secrets.yaml diff --git a/test/minio/1.3.3/templates/service.yaml b/test/minio/1.3.4/templates/service.yaml similarity index 100% rename from test/minio/1.3.3/templates/service.yaml rename to test/minio/1.3.4/templates/service.yaml diff --git a/test/minio/1.3.3/templates/serviceaccount.yaml b/test/minio/1.3.4/templates/serviceaccount.yaml similarity index 100% rename from test/minio/1.3.3/templates/serviceaccount.yaml rename to test/minio/1.3.4/templates/serviceaccount.yaml diff --git a/test/minio/1.3.3/test_values.yaml b/test/minio/1.3.4/test_values.yaml similarity index 88% rename from test/minio/1.3.3/test_values.yaml rename to test/minio/1.3.4/test_values.yaml index 4e5611e8ac..e215c89340 100644 --- a/test/minio/1.3.3/test_values.yaml +++ b/test/minio/1.3.4/test_values.yaml @@ -10,7 +10,7 @@ extraArgs: [] image: pullPolicy: IfNotPresent repository: minio/minio - tag: RELEASE.2021-07-08T19-43-25Z + tag: RELEASE.2021-07-12T02-44-53Z service: nodePort: 32324 updateStrategy: RollingUpdate diff --git a/test/minio/1.3.3/values.yaml b/test/minio/1.3.4/values.yaml similarity index 100% rename from test/minio/1.3.3/values.yaml rename to test/minio/1.3.4/values.yaml