From f11d2a90ef83e06c5e1c3c642f7756f5bb33c1ed Mon Sep 17 00:00:00 2001 From: sonicaj Date: Mon, 12 Jul 2021 15:38:21 +0000 Subject: [PATCH 1/2] 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 From d24d065db52675451a6d04d926fdfa4435b64948 Mon Sep 17 00:00:00 2001 From: sonicaj Date: Mon, 12 Jul 2021 20:41:30 +0500 Subject: [PATCH 2/2] Update charts train from test train --- charts/chia/{1.3.2 => 1.3.3}/.helmignore | 0 charts/chia/{1.3.2 => 1.3.3}/Chart.yaml | 4 ++-- charts/chia/{1.3.2 => 1.3.3}/README.md | 0 charts/chia/{1.3.2 => 1.3.3}/app-readme.md | 0 .../{1.3.2 => 1.3.3}/charts/common-2105.0.0.tgz | Bin charts/chia/{1.3.2 => 1.3.3}/default_values.yaml | 0 charts/chia/{1.3.2 => 1.3.3}/ix_values.yaml | 2 +- charts/chia/{1.3.2 => 1.3.3}/questions.yaml | 0 charts/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 charts/chia/{1.3.2 => 1.3.3}/test_values.yaml | 2 +- charts/chia/{1.3.2 => 1.3.3}/values.yaml | 0 charts/minio/{1.3.3 => 1.3.4}/.helmignore | 0 charts/minio/{1.3.3 => 1.3.4}/Chart.yaml | 4 ++-- charts/minio/{1.3.3 => 1.3.4}/README.md | 0 charts/minio/{1.3.3 => 1.3.4}/app-readme.md | 0 .../{1.3.3 => 1.3.4}/charts/common-2105.0.0.tgz | Bin charts/minio/{1.3.3 => 1.3.4}/default_values.yaml | 0 charts/minio/{1.3.3 => 1.3.4}/ix_values.yaml | 2 +- .../{1.3.3 => 1.3.4}/migrations/migrate_from_1.0.0 | 0 charts/minio/{1.3.3 => 1.3.4}/questions.yaml | 0 charts/minio/{1.3.3 => 1.3.4}/requirements.lock | 0 charts/minio/{1.3.3 => 1.3.4}/templates/NOTES.txt | 0 charts/minio/{1.3.3 => 1.3.4}/templates/_cert.tpl | 0 .../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 .../minio/{1.3.3 => 1.3.4}/templates/secrets.yaml | 0 .../minio/{1.3.3 => 1.3.4}/templates/service.yaml | 0 .../{1.3.3 => 1.3.4}/templates/serviceaccount.yaml | 0 charts/minio/{1.3.3 => 1.3.4}/test_values.yaml | 2 +- charts/minio/{1.3.3 => 1.3.4}/values.yaml | 0 test/chia/1.3.3/Chart.yaml | 2 +- test/chia/1.3.3/ix_values.yaml | 2 +- test/chia/1.3.3/test_values.yaml | 2 +- 37 files changed, 11 insertions(+), 11 deletions(-) rename charts/chia/{1.3.2 => 1.3.3}/.helmignore (100%) rename charts/chia/{1.3.2 => 1.3.3}/Chart.yaml (92%) rename charts/chia/{1.3.2 => 1.3.3}/README.md (100%) rename charts/chia/{1.3.2 => 1.3.3}/app-readme.md (100%) rename charts/chia/{1.3.2 => 1.3.3}/charts/common-2105.0.0.tgz (100%) rename charts/chia/{1.3.2 => 1.3.3}/default_values.yaml (100%) rename charts/chia/{1.3.2 => 1.3.3}/ix_values.yaml (85%) rename charts/chia/{1.3.2 => 1.3.3}/questions.yaml (100%) rename charts/chia/{1.3.2 => 1.3.3}/requirements.lock (100%) rename charts/chia/{1.3.2 => 1.3.3}/templates/deployment.yaml (100%) rename charts/chia/{1.3.2 => 1.3.3}/templates/generate-mnemonic.yaml (100%) rename charts/chia/{1.3.2 => 1.3.3}/templates/mnemonic-configmap.yaml (100%) rename charts/chia/{1.3.2 => 1.3.3}/test_values.yaml (93%) rename charts/chia/{1.3.2 => 1.3.3}/values.yaml (100%) rename charts/minio/{1.3.3 => 1.3.4}/.helmignore (100%) rename charts/minio/{1.3.3 => 1.3.4}/Chart.yaml (91%) rename charts/minio/{1.3.3 => 1.3.4}/README.md (100%) rename charts/minio/{1.3.3 => 1.3.4}/app-readme.md (100%) rename charts/minio/{1.3.3 => 1.3.4}/charts/common-2105.0.0.tgz (100%) rename charts/minio/{1.3.3 => 1.3.4}/default_values.yaml (100%) rename charts/minio/{1.3.3 => 1.3.4}/ix_values.yaml (62%) rename charts/minio/{1.3.3 => 1.3.4}/migrations/migrate_from_1.0.0 (100%) rename charts/minio/{1.3.3 => 1.3.4}/questions.yaml (100%) rename charts/minio/{1.3.3 => 1.3.4}/requirements.lock (100%) rename charts/minio/{1.3.3 => 1.3.4}/templates/NOTES.txt (100%) rename charts/minio/{1.3.3 => 1.3.4}/templates/_cert.tpl (100%) rename charts/minio/{1.3.3 => 1.3.4}/templates/_helpers.tpl (100%) rename charts/minio/{1.3.3 => 1.3.4}/templates/configmap.yaml (100%) rename charts/minio/{1.3.3 => 1.3.4}/templates/deployment.yaml (100%) rename charts/minio/{1.3.3 => 1.3.4}/templates/secrets.yaml (100%) rename charts/minio/{1.3.3 => 1.3.4}/templates/service.yaml (100%) rename charts/minio/{1.3.3 => 1.3.4}/templates/serviceaccount.yaml (100%) rename charts/minio/{1.3.3 => 1.3.4}/test_values.yaml (88%) rename charts/minio/{1.3.3 => 1.3.4}/values.yaml (100%) diff --git a/charts/chia/1.3.2/.helmignore b/charts/chia/1.3.3/.helmignore similarity index 100% rename from charts/chia/1.3.2/.helmignore rename to charts/chia/1.3.3/.helmignore diff --git a/charts/chia/1.3.2/Chart.yaml b/charts/chia/1.3.3/Chart.yaml similarity index 92% rename from charts/chia/1.3.2/Chart.yaml rename to charts/chia/1.3.3/Chart.yaml index 4cdb4cce98..a2c6d9d4eb 100644 --- a/charts/chia/1.3.2/Chart.yaml +++ b/charts/chia/1.3.3/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v1 -appVersion: v1.2.0_1 +appVersion: v1.2.0_2 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/charts/chia/1.3.2/README.md b/charts/chia/1.3.3/README.md similarity index 100% rename from charts/chia/1.3.2/README.md rename to charts/chia/1.3.3/README.md diff --git a/charts/chia/1.3.2/app-readme.md b/charts/chia/1.3.3/app-readme.md similarity index 100% rename from charts/chia/1.3.2/app-readme.md rename to charts/chia/1.3.3/app-readme.md diff --git a/charts/chia/1.3.2/charts/common-2105.0.0.tgz b/charts/chia/1.3.3/charts/common-2105.0.0.tgz similarity index 100% rename from charts/chia/1.3.2/charts/common-2105.0.0.tgz rename to charts/chia/1.3.3/charts/common-2105.0.0.tgz diff --git a/charts/chia/1.3.2/default_values.yaml b/charts/chia/1.3.3/default_values.yaml similarity index 100% rename from charts/chia/1.3.2/default_values.yaml rename to charts/chia/1.3.3/default_values.yaml diff --git a/charts/chia/1.3.2/ix_values.yaml b/charts/chia/1.3.3/ix_values.yaml similarity index 85% rename from charts/chia/1.3.2/ix_values.yaml rename to charts/chia/1.3.3/ix_values.yaml index 17c4301617..f86563ff5f 100644 --- a/charts/chia/1.3.2/ix_values.yaml +++ b/charts/chia/1.3.3/ix_values.yaml @@ -1,5 +1,5 @@ image: pullPolicy: IfNotPresent repository: ixsystems/chia-docker - tag: v1.2.0_1 + tag: v1.2.0_2 updateStrategy: Recreate diff --git a/charts/chia/1.3.2/questions.yaml b/charts/chia/1.3.3/questions.yaml similarity index 100% rename from charts/chia/1.3.2/questions.yaml rename to charts/chia/1.3.3/questions.yaml diff --git a/charts/chia/1.3.2/requirements.lock b/charts/chia/1.3.3/requirements.lock similarity index 100% rename from charts/chia/1.3.2/requirements.lock rename to charts/chia/1.3.3/requirements.lock diff --git a/charts/chia/1.3.2/templates/deployment.yaml b/charts/chia/1.3.3/templates/deployment.yaml similarity index 100% rename from charts/chia/1.3.2/templates/deployment.yaml rename to charts/chia/1.3.3/templates/deployment.yaml diff --git a/charts/chia/1.3.2/templates/generate-mnemonic.yaml b/charts/chia/1.3.3/templates/generate-mnemonic.yaml similarity index 100% rename from charts/chia/1.3.2/templates/generate-mnemonic.yaml rename to charts/chia/1.3.3/templates/generate-mnemonic.yaml diff --git a/charts/chia/1.3.2/templates/mnemonic-configmap.yaml b/charts/chia/1.3.3/templates/mnemonic-configmap.yaml similarity index 100% rename from charts/chia/1.3.2/templates/mnemonic-configmap.yaml rename to charts/chia/1.3.3/templates/mnemonic-configmap.yaml diff --git a/charts/chia/1.3.2/test_values.yaml b/charts/chia/1.3.3/test_values.yaml similarity index 93% rename from charts/chia/1.3.2/test_values.yaml rename to charts/chia/1.3.3/test_values.yaml index bfb9530622..df8ea370e7 100644 --- a/charts/chia/1.3.2/test_values.yaml +++ b/charts/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: v1.2.0_2 updateStrategy: Recreate diff --git a/charts/chia/1.3.2/values.yaml b/charts/chia/1.3.3/values.yaml similarity index 100% rename from charts/chia/1.3.2/values.yaml rename to charts/chia/1.3.3/values.yaml diff --git a/charts/minio/1.3.3/.helmignore b/charts/minio/1.3.4/.helmignore similarity index 100% rename from charts/minio/1.3.3/.helmignore rename to charts/minio/1.3.4/.helmignore diff --git a/charts/minio/1.3.3/Chart.yaml b/charts/minio/1.3.4/Chart.yaml similarity index 91% rename from charts/minio/1.3.3/Chart.yaml rename to charts/minio/1.3.4/Chart.yaml index 0d7727acaa..b2b4a68768 100644 --- a/charts/minio/1.3.3/Chart.yaml +++ b/charts/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/charts/minio/1.3.3/README.md b/charts/minio/1.3.4/README.md similarity index 100% rename from charts/minio/1.3.3/README.md rename to charts/minio/1.3.4/README.md diff --git a/charts/minio/1.3.3/app-readme.md b/charts/minio/1.3.4/app-readme.md similarity index 100% rename from charts/minio/1.3.3/app-readme.md rename to charts/minio/1.3.4/app-readme.md diff --git a/charts/minio/1.3.3/charts/common-2105.0.0.tgz b/charts/minio/1.3.4/charts/common-2105.0.0.tgz similarity index 100% rename from charts/minio/1.3.3/charts/common-2105.0.0.tgz rename to charts/minio/1.3.4/charts/common-2105.0.0.tgz diff --git a/charts/minio/1.3.3/default_values.yaml b/charts/minio/1.3.4/default_values.yaml similarity index 100% rename from charts/minio/1.3.3/default_values.yaml rename to charts/minio/1.3.4/default_values.yaml diff --git a/charts/minio/1.3.3/ix_values.yaml b/charts/minio/1.3.4/ix_values.yaml similarity index 62% rename from charts/minio/1.3.3/ix_values.yaml rename to charts/minio/1.3.4/ix_values.yaml index 6ccd50b9b0..8a48c6d9a0 100644 --- a/charts/minio/1.3.3/ix_values.yaml +++ b/charts/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/charts/minio/1.3.3/migrations/migrate_from_1.0.0 b/charts/minio/1.3.4/migrations/migrate_from_1.0.0 similarity index 100% rename from charts/minio/1.3.3/migrations/migrate_from_1.0.0 rename to charts/minio/1.3.4/migrations/migrate_from_1.0.0 diff --git a/charts/minio/1.3.3/questions.yaml b/charts/minio/1.3.4/questions.yaml similarity index 100% rename from charts/minio/1.3.3/questions.yaml rename to charts/minio/1.3.4/questions.yaml diff --git a/charts/minio/1.3.3/requirements.lock b/charts/minio/1.3.4/requirements.lock similarity index 100% rename from charts/minio/1.3.3/requirements.lock rename to charts/minio/1.3.4/requirements.lock diff --git a/charts/minio/1.3.3/templates/NOTES.txt b/charts/minio/1.3.4/templates/NOTES.txt similarity index 100% rename from charts/minio/1.3.3/templates/NOTES.txt rename to charts/minio/1.3.4/templates/NOTES.txt diff --git a/charts/minio/1.3.3/templates/_cert.tpl b/charts/minio/1.3.4/templates/_cert.tpl similarity index 100% rename from charts/minio/1.3.3/templates/_cert.tpl rename to charts/minio/1.3.4/templates/_cert.tpl diff --git a/charts/minio/1.3.3/templates/_helpers.tpl b/charts/minio/1.3.4/templates/_helpers.tpl similarity index 100% rename from charts/minio/1.3.3/templates/_helpers.tpl rename to charts/minio/1.3.4/templates/_helpers.tpl diff --git a/charts/minio/1.3.3/templates/configmap.yaml b/charts/minio/1.3.4/templates/configmap.yaml similarity index 100% rename from charts/minio/1.3.3/templates/configmap.yaml rename to charts/minio/1.3.4/templates/configmap.yaml diff --git a/charts/minio/1.3.3/templates/deployment.yaml b/charts/minio/1.3.4/templates/deployment.yaml similarity index 100% rename from charts/minio/1.3.3/templates/deployment.yaml rename to charts/minio/1.3.4/templates/deployment.yaml diff --git a/charts/minio/1.3.3/templates/secrets.yaml b/charts/minio/1.3.4/templates/secrets.yaml similarity index 100% rename from charts/minio/1.3.3/templates/secrets.yaml rename to charts/minio/1.3.4/templates/secrets.yaml diff --git a/charts/minio/1.3.3/templates/service.yaml b/charts/minio/1.3.4/templates/service.yaml similarity index 100% rename from charts/minio/1.3.3/templates/service.yaml rename to charts/minio/1.3.4/templates/service.yaml diff --git a/charts/minio/1.3.3/templates/serviceaccount.yaml b/charts/minio/1.3.4/templates/serviceaccount.yaml similarity index 100% rename from charts/minio/1.3.3/templates/serviceaccount.yaml rename to charts/minio/1.3.4/templates/serviceaccount.yaml diff --git a/charts/minio/1.3.3/test_values.yaml b/charts/minio/1.3.4/test_values.yaml similarity index 88% rename from charts/minio/1.3.3/test_values.yaml rename to charts/minio/1.3.4/test_values.yaml index 4e5611e8ac..e215c89340 100644 --- a/charts/minio/1.3.3/test_values.yaml +++ b/charts/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/charts/minio/1.3.3/values.yaml b/charts/minio/1.3.4/values.yaml similarity index 100% rename from charts/minio/1.3.3/values.yaml rename to charts/minio/1.3.4/values.yaml diff --git a/test/chia/1.3.3/Chart.yaml b/test/chia/1.3.3/Chart.yaml index 53a2b0f9cf..a2c6d9d4eb 100644 --- a/test/chia/1.3.3/Chart.yaml +++ b/test/chia/1.3.3/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v1 -appVersion: 1.2.0 +appVersion: v1.2.0_2 dependencies: - name: common repository: file://../../../library/common/2105.0.0 diff --git a/test/chia/1.3.3/ix_values.yaml b/test/chia/1.3.3/ix_values.yaml index d214a8b7dc..f86563ff5f 100644 --- a/test/chia/1.3.3/ix_values.yaml +++ b/test/chia/1.3.3/ix_values.yaml @@ -1,5 +1,5 @@ image: pullPolicy: IfNotPresent repository: ixsystems/chia-docker - tag: 1.2.0 + tag: v1.2.0_2 updateStrategy: Recreate diff --git a/test/chia/1.3.3/test_values.yaml b/test/chia/1.3.3/test_values.yaml index 8fb17fc87c..df8ea370e7 100644 --- a/test/chia/1.3.3/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: 1.2.0 + tag: v1.2.0_2 updateStrategy: Recreate