diff --git a/charts/chia/1.3.24/.helmignore b/charts/chia/1.3.25/.helmignore similarity index 100% rename from charts/chia/1.3.24/.helmignore rename to charts/chia/1.3.25/.helmignore diff --git a/charts/chia/1.3.24/Chart.yaml b/charts/chia/1.3.25/Chart.yaml similarity index 92% rename from charts/chia/1.3.24/Chart.yaml rename to charts/chia/1.3.25/Chart.yaml index 9d4790a219..6babc842e9 100644 --- a/charts/chia/1.3.24/Chart.yaml +++ b/charts/chia/1.3.25/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v1 -appVersion: v1.3.2 +appVersion: v1.3.3 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.24 +version: 1.3.25 diff --git a/charts/chia/1.3.24/README.md b/charts/chia/1.3.25/README.md similarity index 100% rename from charts/chia/1.3.24/README.md rename to charts/chia/1.3.25/README.md diff --git a/charts/chia/1.3.24/app-readme.md b/charts/chia/1.3.25/app-readme.md similarity index 100% rename from charts/chia/1.3.24/app-readme.md rename to charts/chia/1.3.25/app-readme.md diff --git a/charts/chia/1.3.24/charts/common-2112.0.0.tgz b/charts/chia/1.3.25/charts/common-2112.0.0.tgz similarity index 100% rename from charts/chia/1.3.24/charts/common-2112.0.0.tgz rename to charts/chia/1.3.25/charts/common-2112.0.0.tgz diff --git a/charts/chia/1.3.24/default_values.yaml b/charts/chia/1.3.25/default_values.yaml similarity index 100% rename from charts/chia/1.3.24/default_values.yaml rename to charts/chia/1.3.25/default_values.yaml diff --git a/test/chia/1.3.24/ix_values.yaml b/charts/chia/1.3.25/ix_values.yaml similarity index 87% rename from test/chia/1.3.24/ix_values.yaml rename to charts/chia/1.3.25/ix_values.yaml index ab2a1ebe45..e6eb7e1ac3 100644 --- a/test/chia/1.3.24/ix_values.yaml +++ b/charts/chia/1.3.25/ix_values.yaml @@ -1,5 +1,5 @@ image: pullPolicy: IfNotPresent repository: ixsystems/chia-docker - tag: v1.3.2 + tag: v1.3.3 updateStrategy: Recreate diff --git a/charts/chia/1.3.24/questions.yaml b/charts/chia/1.3.25/questions.yaml similarity index 100% rename from charts/chia/1.3.24/questions.yaml rename to charts/chia/1.3.25/questions.yaml diff --git a/charts/chia/1.3.24/requirements.lock b/charts/chia/1.3.25/requirements.lock similarity index 100% rename from charts/chia/1.3.24/requirements.lock rename to charts/chia/1.3.25/requirements.lock diff --git a/charts/chia/1.3.24/templates/deployment.yaml b/charts/chia/1.3.25/templates/deployment.yaml similarity index 100% rename from charts/chia/1.3.24/templates/deployment.yaml rename to charts/chia/1.3.25/templates/deployment.yaml diff --git a/charts/chia/1.3.24/templates/generate-mnemonic.yaml b/charts/chia/1.3.25/templates/generate-mnemonic.yaml similarity index 100% rename from charts/chia/1.3.24/templates/generate-mnemonic.yaml rename to charts/chia/1.3.25/templates/generate-mnemonic.yaml diff --git a/charts/chia/1.3.24/templates/mnemonic-configmap.yaml b/charts/chia/1.3.25/templates/mnemonic-configmap.yaml similarity index 100% rename from charts/chia/1.3.24/templates/mnemonic-configmap.yaml rename to charts/chia/1.3.25/templates/mnemonic-configmap.yaml diff --git a/charts/chia/1.3.24/templates/networking.tpl b/charts/chia/1.3.25/templates/networking.tpl similarity index 100% rename from charts/chia/1.3.24/templates/networking.tpl rename to charts/chia/1.3.25/templates/networking.tpl diff --git a/charts/chia/1.3.24/templates/service.yaml b/charts/chia/1.3.25/templates/service.yaml similarity index 100% rename from charts/chia/1.3.24/templates/service.yaml rename to charts/chia/1.3.25/templates/service.yaml diff --git a/test/chia/1.3.24/test_values.yaml b/charts/chia/1.3.25/test_values.yaml similarity index 95% rename from test/chia/1.3.24/test_values.yaml rename to charts/chia/1.3.25/test_values.yaml index 26700f7323..1f9637306d 100644 --- a/test/chia/1.3.24/test_values.yaml +++ b/charts/chia/1.3.25/test_values.yaml @@ -9,7 +9,7 @@ farmr_env: 'off' image: pullPolicy: IfNotPresent repository: ixsystems/chia-docker - tag: v1.3.2 + tag: v1.3.3 service: farmerPort: 31122 nodePort: 31121 diff --git a/charts/chia/1.3.24/values.yaml b/charts/chia/1.3.25/values.yaml similarity index 100% rename from charts/chia/1.3.24/values.yaml rename to charts/chia/1.3.25/values.yaml diff --git a/test/chia/1.3.24/.helmignore b/test/chia/1.3.25/.helmignore similarity index 100% rename from test/chia/1.3.24/.helmignore rename to test/chia/1.3.25/.helmignore diff --git a/test/chia/1.3.24/Chart.yaml b/test/chia/1.3.25/Chart.yaml similarity index 92% rename from test/chia/1.3.24/Chart.yaml rename to test/chia/1.3.25/Chart.yaml index 9d4790a219..6babc842e9 100644 --- a/test/chia/1.3.24/Chart.yaml +++ b/test/chia/1.3.25/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v1 -appVersion: v1.3.2 +appVersion: v1.3.3 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.24 +version: 1.3.25 diff --git a/test/chia/1.3.24/README.md b/test/chia/1.3.25/README.md similarity index 100% rename from test/chia/1.3.24/README.md rename to test/chia/1.3.25/README.md diff --git a/test/chia/1.3.24/app-readme.md b/test/chia/1.3.25/app-readme.md similarity index 100% rename from test/chia/1.3.24/app-readme.md rename to test/chia/1.3.25/app-readme.md diff --git a/test/chia/1.3.24/charts/common-2112.0.0.tgz b/test/chia/1.3.25/charts/common-2112.0.0.tgz similarity index 100% rename from test/chia/1.3.24/charts/common-2112.0.0.tgz rename to test/chia/1.3.25/charts/common-2112.0.0.tgz diff --git a/test/chia/1.3.24/default_values.yaml b/test/chia/1.3.25/default_values.yaml similarity index 100% rename from test/chia/1.3.24/default_values.yaml rename to test/chia/1.3.25/default_values.yaml diff --git a/charts/chia/1.3.24/ix_values.yaml b/test/chia/1.3.25/ix_values.yaml similarity index 87% rename from charts/chia/1.3.24/ix_values.yaml rename to test/chia/1.3.25/ix_values.yaml index ab2a1ebe45..e6eb7e1ac3 100644 --- a/charts/chia/1.3.24/ix_values.yaml +++ b/test/chia/1.3.25/ix_values.yaml @@ -1,5 +1,5 @@ image: pullPolicy: IfNotPresent repository: ixsystems/chia-docker - tag: v1.3.2 + tag: v1.3.3 updateStrategy: Recreate diff --git a/test/chia/1.3.24/questions.yaml b/test/chia/1.3.25/questions.yaml similarity index 100% rename from test/chia/1.3.24/questions.yaml rename to test/chia/1.3.25/questions.yaml diff --git a/test/chia/1.3.24/requirements.lock b/test/chia/1.3.25/requirements.lock similarity index 100% rename from test/chia/1.3.24/requirements.lock rename to test/chia/1.3.25/requirements.lock diff --git a/test/chia/1.3.24/templates/deployment.yaml b/test/chia/1.3.25/templates/deployment.yaml similarity index 100% rename from test/chia/1.3.24/templates/deployment.yaml rename to test/chia/1.3.25/templates/deployment.yaml diff --git a/test/chia/1.3.24/templates/generate-mnemonic.yaml b/test/chia/1.3.25/templates/generate-mnemonic.yaml similarity index 100% rename from test/chia/1.3.24/templates/generate-mnemonic.yaml rename to test/chia/1.3.25/templates/generate-mnemonic.yaml diff --git a/test/chia/1.3.24/templates/mnemonic-configmap.yaml b/test/chia/1.3.25/templates/mnemonic-configmap.yaml similarity index 100% rename from test/chia/1.3.24/templates/mnemonic-configmap.yaml rename to test/chia/1.3.25/templates/mnemonic-configmap.yaml diff --git a/test/chia/1.3.24/templates/networking.tpl b/test/chia/1.3.25/templates/networking.tpl similarity index 100% rename from test/chia/1.3.24/templates/networking.tpl rename to test/chia/1.3.25/templates/networking.tpl diff --git a/test/chia/1.3.24/templates/service.yaml b/test/chia/1.3.25/templates/service.yaml similarity index 100% rename from test/chia/1.3.24/templates/service.yaml rename to test/chia/1.3.25/templates/service.yaml diff --git a/charts/chia/1.3.24/test_values.yaml b/test/chia/1.3.25/test_values.yaml similarity index 95% rename from charts/chia/1.3.24/test_values.yaml rename to test/chia/1.3.25/test_values.yaml index 26700f7323..1f9637306d 100644 --- a/charts/chia/1.3.24/test_values.yaml +++ b/test/chia/1.3.25/test_values.yaml @@ -9,7 +9,7 @@ farmr_env: 'off' image: pullPolicy: IfNotPresent repository: ixsystems/chia-docker - tag: v1.3.2 + tag: v1.3.3 service: farmerPort: 31122 nodePort: 31121 diff --git a/test/chia/1.3.24/values.yaml b/test/chia/1.3.25/values.yaml similarity index 100% rename from test/chia/1.3.24/values.yaml rename to test/chia/1.3.25/values.yaml