From 1bfac694abee0f4a21c11d1cd00e26a5d00e3404 Mon Sep 17 00:00:00 2001 From: sonicaj Date: Thu, 17 Mar 2022 16:00:10 +0000 Subject: [PATCH] Upgraded catalog item(s) This commit upgrades chia catalog item(s). --- charts/chia/{1.3.22 => 1.3.23}/.helmignore | 0 charts/chia/{1.3.22 => 1.3.23}/Chart.yaml | 4 ++-- charts/chia/{1.3.22 => 1.3.23}/README.md | 0 charts/chia/{1.3.22 => 1.3.23}/app-readme.md | 0 .../{1.3.22 => 1.3.23}/charts/common-2112.0.0.tgz | Bin charts/chia/{1.3.22 => 1.3.23}/default_values.yaml | 0 .../1.3.22 => charts/chia/1.3.23}/ix_values.yaml | 2 +- charts/chia/{1.3.22 => 1.3.23}/questions.yaml | 0 charts/chia/{1.3.22 => 1.3.23}/requirements.lock | 0 .../{1.3.22 => 1.3.23}/templates/deployment.yaml | 0 .../templates/generate-mnemonic.yaml | 0 .../templates/mnemonic-configmap.yaml | 0 .../{1.3.22 => 1.3.23}/templates/networking.tpl | 0 .../chia/{1.3.22 => 1.3.23}/templates/service.yaml | 0 .../1.3.22 => charts/chia/1.3.23}/test_values.yaml | 2 +- charts/chia/{1.3.22 => 1.3.23}/values.yaml | 0 test/chia/{1.3.22 => 1.3.23}/.helmignore | 0 test/chia/{1.3.22 => 1.3.23}/Chart.yaml | 4 ++-- test/chia/{1.3.22 => 1.3.23}/README.md | 0 test/chia/{1.3.22 => 1.3.23}/app-readme.md | 0 .../{1.3.22 => 1.3.23}/charts/common-2112.0.0.tgz | Bin test/chia/{1.3.22 => 1.3.23}/default_values.yaml | 0 .../chia/1.3.22 => test/chia/1.3.23}/ix_values.yaml | 2 +- test/chia/{1.3.22 => 1.3.23}/questions.yaml | 0 test/chia/{1.3.22 => 1.3.23}/requirements.lock | 0 .../{1.3.22 => 1.3.23}/templates/deployment.yaml | 0 .../templates/generate-mnemonic.yaml | 0 .../templates/mnemonic-configmap.yaml | 0 .../{1.3.22 => 1.3.23}/templates/networking.tpl | 0 test/chia/{1.3.22 => 1.3.23}/templates/service.yaml | 0 .../1.3.22 => test/chia/1.3.23}/test_values.yaml | 2 +- test/chia/{1.3.22 => 1.3.23}/values.yaml | 0 32 files changed, 8 insertions(+), 8 deletions(-) rename charts/chia/{1.3.22 => 1.3.23}/.helmignore (100%) rename charts/chia/{1.3.22 => 1.3.23}/Chart.yaml (92%) rename charts/chia/{1.3.22 => 1.3.23}/README.md (100%) rename charts/chia/{1.3.22 => 1.3.23}/app-readme.md (100%) rename charts/chia/{1.3.22 => 1.3.23}/charts/common-2112.0.0.tgz (100%) rename charts/chia/{1.3.22 => 1.3.23}/default_values.yaml (100%) rename {test/chia/1.3.22 => charts/chia/1.3.23}/ix_values.yaml (87%) rename charts/chia/{1.3.22 => 1.3.23}/questions.yaml (100%) rename charts/chia/{1.3.22 => 1.3.23}/requirements.lock (100%) rename charts/chia/{1.3.22 => 1.3.23}/templates/deployment.yaml (100%) rename charts/chia/{1.3.22 => 1.3.23}/templates/generate-mnemonic.yaml (100%) rename charts/chia/{1.3.22 => 1.3.23}/templates/mnemonic-configmap.yaml (100%) rename charts/chia/{1.3.22 => 1.3.23}/templates/networking.tpl (100%) rename charts/chia/{1.3.22 => 1.3.23}/templates/service.yaml (100%) rename {test/chia/1.3.22 => charts/chia/1.3.23}/test_values.yaml (95%) rename charts/chia/{1.3.22 => 1.3.23}/values.yaml (100%) rename test/chia/{1.3.22 => 1.3.23}/.helmignore (100%) rename test/chia/{1.3.22 => 1.3.23}/Chart.yaml (92%) rename test/chia/{1.3.22 => 1.3.23}/README.md (100%) rename test/chia/{1.3.22 => 1.3.23}/app-readme.md (100%) rename test/chia/{1.3.22 => 1.3.23}/charts/common-2112.0.0.tgz (100%) rename test/chia/{1.3.22 => 1.3.23}/default_values.yaml (100%) rename {charts/chia/1.3.22 => test/chia/1.3.23}/ix_values.yaml (87%) rename test/chia/{1.3.22 => 1.3.23}/questions.yaml (100%) rename test/chia/{1.3.22 => 1.3.23}/requirements.lock (100%) rename test/chia/{1.3.22 => 1.3.23}/templates/deployment.yaml (100%) rename test/chia/{1.3.22 => 1.3.23}/templates/generate-mnemonic.yaml (100%) rename test/chia/{1.3.22 => 1.3.23}/templates/mnemonic-configmap.yaml (100%) rename test/chia/{1.3.22 => 1.3.23}/templates/networking.tpl (100%) rename test/chia/{1.3.22 => 1.3.23}/templates/service.yaml (100%) rename {charts/chia/1.3.22 => test/chia/1.3.23}/test_values.yaml (95%) rename test/chia/{1.3.22 => 1.3.23}/values.yaml (100%) diff --git a/charts/chia/1.3.22/.helmignore b/charts/chia/1.3.23/.helmignore similarity index 100% rename from charts/chia/1.3.22/.helmignore rename to charts/chia/1.3.23/.helmignore diff --git a/charts/chia/1.3.22/Chart.yaml b/charts/chia/1.3.23/Chart.yaml similarity index 92% rename from charts/chia/1.3.22/Chart.yaml rename to charts/chia/1.3.23/Chart.yaml index 7188133182..ab41fd8983 100644 --- a/charts/chia/1.3.22/Chart.yaml +++ b/charts/chia/1.3.23/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v1 -appVersion: v1.3.0 +appVersion: v1.3.1 dependencies: - name: common repository: file://../../../library/common/2112.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.22 +version: 1.3.23 diff --git a/charts/chia/1.3.22/README.md b/charts/chia/1.3.23/README.md similarity index 100% rename from charts/chia/1.3.22/README.md rename to charts/chia/1.3.23/README.md diff --git a/charts/chia/1.3.22/app-readme.md b/charts/chia/1.3.23/app-readme.md similarity index 100% rename from charts/chia/1.3.22/app-readme.md rename to charts/chia/1.3.23/app-readme.md diff --git a/charts/chia/1.3.22/charts/common-2112.0.0.tgz b/charts/chia/1.3.23/charts/common-2112.0.0.tgz similarity index 100% rename from charts/chia/1.3.22/charts/common-2112.0.0.tgz rename to charts/chia/1.3.23/charts/common-2112.0.0.tgz diff --git a/charts/chia/1.3.22/default_values.yaml b/charts/chia/1.3.23/default_values.yaml similarity index 100% rename from charts/chia/1.3.22/default_values.yaml rename to charts/chia/1.3.23/default_values.yaml diff --git a/test/chia/1.3.22/ix_values.yaml b/charts/chia/1.3.23/ix_values.yaml similarity index 87% rename from test/chia/1.3.22/ix_values.yaml rename to charts/chia/1.3.23/ix_values.yaml index bff25cde43..a0074db7ac 100644 --- a/test/chia/1.3.22/ix_values.yaml +++ b/charts/chia/1.3.23/ix_values.yaml @@ -1,5 +1,5 @@ image: pullPolicy: IfNotPresent repository: ixsystems/chia-docker - tag: v1.3.0 + tag: v1.3.1 updateStrategy: Recreate diff --git a/charts/chia/1.3.22/questions.yaml b/charts/chia/1.3.23/questions.yaml similarity index 100% rename from charts/chia/1.3.22/questions.yaml rename to charts/chia/1.3.23/questions.yaml diff --git a/charts/chia/1.3.22/requirements.lock b/charts/chia/1.3.23/requirements.lock similarity index 100% rename from charts/chia/1.3.22/requirements.lock rename to charts/chia/1.3.23/requirements.lock diff --git a/charts/chia/1.3.22/templates/deployment.yaml b/charts/chia/1.3.23/templates/deployment.yaml similarity index 100% rename from charts/chia/1.3.22/templates/deployment.yaml rename to charts/chia/1.3.23/templates/deployment.yaml diff --git a/charts/chia/1.3.22/templates/generate-mnemonic.yaml b/charts/chia/1.3.23/templates/generate-mnemonic.yaml similarity index 100% rename from charts/chia/1.3.22/templates/generate-mnemonic.yaml rename to charts/chia/1.3.23/templates/generate-mnemonic.yaml diff --git a/charts/chia/1.3.22/templates/mnemonic-configmap.yaml b/charts/chia/1.3.23/templates/mnemonic-configmap.yaml similarity index 100% rename from charts/chia/1.3.22/templates/mnemonic-configmap.yaml rename to charts/chia/1.3.23/templates/mnemonic-configmap.yaml diff --git a/charts/chia/1.3.22/templates/networking.tpl b/charts/chia/1.3.23/templates/networking.tpl similarity index 100% rename from charts/chia/1.3.22/templates/networking.tpl rename to charts/chia/1.3.23/templates/networking.tpl diff --git a/charts/chia/1.3.22/templates/service.yaml b/charts/chia/1.3.23/templates/service.yaml similarity index 100% rename from charts/chia/1.3.22/templates/service.yaml rename to charts/chia/1.3.23/templates/service.yaml diff --git a/test/chia/1.3.22/test_values.yaml b/charts/chia/1.3.23/test_values.yaml similarity index 95% rename from test/chia/1.3.22/test_values.yaml rename to charts/chia/1.3.23/test_values.yaml index 0adc0fe6ce..8971a6b330 100644 --- a/test/chia/1.3.22/test_values.yaml +++ b/charts/chia/1.3.23/test_values.yaml @@ -9,7 +9,7 @@ farmr_env: 'off' image: pullPolicy: IfNotPresent repository: ixsystems/chia-docker - tag: v1.3.0 + tag: v1.3.1 service: farmerPort: 31122 nodePort: 31121 diff --git a/charts/chia/1.3.22/values.yaml b/charts/chia/1.3.23/values.yaml similarity index 100% rename from charts/chia/1.3.22/values.yaml rename to charts/chia/1.3.23/values.yaml diff --git a/test/chia/1.3.22/.helmignore b/test/chia/1.3.23/.helmignore similarity index 100% rename from test/chia/1.3.22/.helmignore rename to test/chia/1.3.23/.helmignore diff --git a/test/chia/1.3.22/Chart.yaml b/test/chia/1.3.23/Chart.yaml similarity index 92% rename from test/chia/1.3.22/Chart.yaml rename to test/chia/1.3.23/Chart.yaml index 7188133182..ab41fd8983 100644 --- a/test/chia/1.3.22/Chart.yaml +++ b/test/chia/1.3.23/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v1 -appVersion: v1.3.0 +appVersion: v1.3.1 dependencies: - name: common repository: file://../../../library/common/2112.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.22 +version: 1.3.23 diff --git a/test/chia/1.3.22/README.md b/test/chia/1.3.23/README.md similarity index 100% rename from test/chia/1.3.22/README.md rename to test/chia/1.3.23/README.md diff --git a/test/chia/1.3.22/app-readme.md b/test/chia/1.3.23/app-readme.md similarity index 100% rename from test/chia/1.3.22/app-readme.md rename to test/chia/1.3.23/app-readme.md diff --git a/test/chia/1.3.22/charts/common-2112.0.0.tgz b/test/chia/1.3.23/charts/common-2112.0.0.tgz similarity index 100% rename from test/chia/1.3.22/charts/common-2112.0.0.tgz rename to test/chia/1.3.23/charts/common-2112.0.0.tgz diff --git a/test/chia/1.3.22/default_values.yaml b/test/chia/1.3.23/default_values.yaml similarity index 100% rename from test/chia/1.3.22/default_values.yaml rename to test/chia/1.3.23/default_values.yaml diff --git a/charts/chia/1.3.22/ix_values.yaml b/test/chia/1.3.23/ix_values.yaml similarity index 87% rename from charts/chia/1.3.22/ix_values.yaml rename to test/chia/1.3.23/ix_values.yaml index bff25cde43..a0074db7ac 100644 --- a/charts/chia/1.3.22/ix_values.yaml +++ b/test/chia/1.3.23/ix_values.yaml @@ -1,5 +1,5 @@ image: pullPolicy: IfNotPresent repository: ixsystems/chia-docker - tag: v1.3.0 + tag: v1.3.1 updateStrategy: Recreate diff --git a/test/chia/1.3.22/questions.yaml b/test/chia/1.3.23/questions.yaml similarity index 100% rename from test/chia/1.3.22/questions.yaml rename to test/chia/1.3.23/questions.yaml diff --git a/test/chia/1.3.22/requirements.lock b/test/chia/1.3.23/requirements.lock similarity index 100% rename from test/chia/1.3.22/requirements.lock rename to test/chia/1.3.23/requirements.lock diff --git a/test/chia/1.3.22/templates/deployment.yaml b/test/chia/1.3.23/templates/deployment.yaml similarity index 100% rename from test/chia/1.3.22/templates/deployment.yaml rename to test/chia/1.3.23/templates/deployment.yaml diff --git a/test/chia/1.3.22/templates/generate-mnemonic.yaml b/test/chia/1.3.23/templates/generate-mnemonic.yaml similarity index 100% rename from test/chia/1.3.22/templates/generate-mnemonic.yaml rename to test/chia/1.3.23/templates/generate-mnemonic.yaml diff --git a/test/chia/1.3.22/templates/mnemonic-configmap.yaml b/test/chia/1.3.23/templates/mnemonic-configmap.yaml similarity index 100% rename from test/chia/1.3.22/templates/mnemonic-configmap.yaml rename to test/chia/1.3.23/templates/mnemonic-configmap.yaml diff --git a/test/chia/1.3.22/templates/networking.tpl b/test/chia/1.3.23/templates/networking.tpl similarity index 100% rename from test/chia/1.3.22/templates/networking.tpl rename to test/chia/1.3.23/templates/networking.tpl diff --git a/test/chia/1.3.22/templates/service.yaml b/test/chia/1.3.23/templates/service.yaml similarity index 100% rename from test/chia/1.3.22/templates/service.yaml rename to test/chia/1.3.23/templates/service.yaml diff --git a/charts/chia/1.3.22/test_values.yaml b/test/chia/1.3.23/test_values.yaml similarity index 95% rename from charts/chia/1.3.22/test_values.yaml rename to test/chia/1.3.23/test_values.yaml index 0adc0fe6ce..8971a6b330 100644 --- a/charts/chia/1.3.22/test_values.yaml +++ b/test/chia/1.3.23/test_values.yaml @@ -9,7 +9,7 @@ farmr_env: 'off' image: pullPolicy: IfNotPresent repository: ixsystems/chia-docker - tag: v1.3.0 + tag: v1.3.1 service: farmerPort: 31122 nodePort: 31121 diff --git a/test/chia/1.3.22/values.yaml b/test/chia/1.3.23/values.yaml similarity index 100% rename from test/chia/1.3.22/values.yaml rename to test/chia/1.3.23/values.yaml