diff --git a/charts/chia/1.3.11/.helmignore b/charts/chia/1.3.12/.helmignore similarity index 100% rename from charts/chia/1.3.11/.helmignore rename to charts/chia/1.3.12/.helmignore diff --git a/charts/chia/1.3.11/Chart.yaml b/charts/chia/1.3.12/Chart.yaml similarity index 92% rename from charts/chia/1.3.11/Chart.yaml rename to charts/chia/1.3.12/Chart.yaml index 659e2bc3cd..69fd24cd41 100644 --- a/charts/chia/1.3.11/Chart.yaml +++ b/charts/chia/1.3.12/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v1 -appVersion: v1.2.4 +appVersion: v1.2.5 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.11 +version: 1.3.12 diff --git a/charts/chia/1.3.11/README.md b/charts/chia/1.3.12/README.md similarity index 100% rename from charts/chia/1.3.11/README.md rename to charts/chia/1.3.12/README.md diff --git a/charts/chia/1.3.11/app-readme.md b/charts/chia/1.3.12/app-readme.md similarity index 100% rename from charts/chia/1.3.11/app-readme.md rename to charts/chia/1.3.12/app-readme.md diff --git a/charts/chia/1.3.11/charts/common-2105.0.0.tgz b/charts/chia/1.3.12/charts/common-2105.0.0.tgz similarity index 100% rename from charts/chia/1.3.11/charts/common-2105.0.0.tgz rename to charts/chia/1.3.12/charts/common-2105.0.0.tgz diff --git a/charts/chia/1.3.11/default_values.yaml b/charts/chia/1.3.12/default_values.yaml similarity index 100% rename from charts/chia/1.3.11/default_values.yaml rename to charts/chia/1.3.12/default_values.yaml diff --git a/charts/chia/1.3.11/ix_values.yaml b/charts/chia/1.3.12/ix_values.yaml similarity index 87% rename from charts/chia/1.3.11/ix_values.yaml rename to charts/chia/1.3.12/ix_values.yaml index 3c32d0af83..1d5b8442a9 100644 --- a/charts/chia/1.3.11/ix_values.yaml +++ b/charts/chia/1.3.12/ix_values.yaml @@ -1,5 +1,5 @@ image: pullPolicy: IfNotPresent repository: ixsystems/chia-docker - tag: v1.2.4 + tag: v1.2.5 updateStrategy: Recreate diff --git a/charts/chia/1.3.11/questions.yaml b/charts/chia/1.3.12/questions.yaml similarity index 100% rename from charts/chia/1.3.11/questions.yaml rename to charts/chia/1.3.12/questions.yaml diff --git a/charts/chia/1.3.11/requirements.lock b/charts/chia/1.3.12/requirements.lock similarity index 100% rename from charts/chia/1.3.11/requirements.lock rename to charts/chia/1.3.12/requirements.lock diff --git a/charts/chia/1.3.11/templates/deployment.yaml b/charts/chia/1.3.12/templates/deployment.yaml similarity index 100% rename from charts/chia/1.3.11/templates/deployment.yaml rename to charts/chia/1.3.12/templates/deployment.yaml diff --git a/charts/chia/1.3.11/templates/generate-mnemonic.yaml b/charts/chia/1.3.12/templates/generate-mnemonic.yaml similarity index 100% rename from charts/chia/1.3.11/templates/generate-mnemonic.yaml rename to charts/chia/1.3.12/templates/generate-mnemonic.yaml diff --git a/charts/chia/1.3.11/templates/mnemonic-configmap.yaml b/charts/chia/1.3.12/templates/mnemonic-configmap.yaml similarity index 100% rename from charts/chia/1.3.11/templates/mnemonic-configmap.yaml rename to charts/chia/1.3.12/templates/mnemonic-configmap.yaml diff --git a/charts/chia/1.3.11/test_values.yaml b/charts/chia/1.3.12/test_values.yaml similarity index 94% rename from charts/chia/1.3.11/test_values.yaml rename to charts/chia/1.3.12/test_values.yaml index ecf98ef0f0..ca65886ef0 100644 --- a/charts/chia/1.3.11/test_values.yaml +++ b/charts/chia/1.3.12/test_values.yaml @@ -9,5 +9,5 @@ farmr_env: 'off' image: pullPolicy: IfNotPresent repository: ixsystems/chia-docker - tag: v1.2.4 + tag: v1.2.5 updateStrategy: Recreate diff --git a/charts/chia/1.3.11/values.yaml b/charts/chia/1.3.12/values.yaml similarity index 100% rename from charts/chia/1.3.11/values.yaml rename to charts/chia/1.3.12/values.yaml diff --git a/charts/machinaris/1.0.4/.helmignore b/charts/machinaris/1.0.5/.helmignore similarity index 100% rename from charts/machinaris/1.0.4/.helmignore rename to charts/machinaris/1.0.5/.helmignore diff --git a/test/machinaris/1.0.4/Chart.yaml b/charts/machinaris/1.0.5/Chart.yaml similarity index 92% rename from test/machinaris/1.0.4/Chart.yaml rename to charts/machinaris/1.0.5/Chart.yaml index 762e60dcec..16fb0e636c 100644 --- a/test/machinaris/1.0.4/Chart.yaml +++ b/charts/machinaris/1.0.5/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v1 -appVersion: v0.5.3 +appVersion: v0.5.4 dependencies: - name: common repository: file://../../../library/common/2105.0.0 @@ -14,4 +14,4 @@ keywords: name: machinaris sources: - https://github.com/guydavis/machinaris -version: 1.0.4 +version: 1.0.5 diff --git a/charts/machinaris/1.0.4/README.md b/charts/machinaris/1.0.5/README.md similarity index 100% rename from charts/machinaris/1.0.4/README.md rename to charts/machinaris/1.0.5/README.md diff --git a/charts/machinaris/1.0.4/app-readme.md b/charts/machinaris/1.0.5/app-readme.md similarity index 100% rename from charts/machinaris/1.0.4/app-readme.md rename to charts/machinaris/1.0.5/app-readme.md diff --git a/charts/machinaris/1.0.4/charts/common-2105.0.0.tgz b/charts/machinaris/1.0.5/charts/common-2105.0.0.tgz similarity index 100% rename from charts/machinaris/1.0.4/charts/common-2105.0.0.tgz rename to charts/machinaris/1.0.5/charts/common-2105.0.0.tgz diff --git a/charts/machinaris/1.0.4/ix_values.yaml b/charts/machinaris/1.0.5/ix_values.yaml similarity index 87% rename from charts/machinaris/1.0.4/ix_values.yaml rename to charts/machinaris/1.0.5/ix_values.yaml index 110ae5208c..75de6534ae 100644 --- a/charts/machinaris/1.0.4/ix_values.yaml +++ b/charts/machinaris/1.0.5/ix_values.yaml @@ -1,5 +1,5 @@ image: pullPolicy: IfNotPresent repository: ghcr.io/guydavis/machinaris - tag: v0.5.3 + tag: v0.5.4 updateStrategy: Recreate diff --git a/charts/machinaris/1.0.4/questions.yaml b/charts/machinaris/1.0.5/questions.yaml similarity index 100% rename from charts/machinaris/1.0.4/questions.yaml rename to charts/machinaris/1.0.5/questions.yaml diff --git a/charts/machinaris/1.0.4/requirements.lock b/charts/machinaris/1.0.5/requirements.lock similarity index 100% rename from charts/machinaris/1.0.4/requirements.lock rename to charts/machinaris/1.0.5/requirements.lock diff --git a/charts/machinaris/1.0.4/templates/deployment.yaml b/charts/machinaris/1.0.5/templates/deployment.yaml similarity index 100% rename from charts/machinaris/1.0.4/templates/deployment.yaml rename to charts/machinaris/1.0.5/templates/deployment.yaml diff --git a/charts/machinaris/1.0.4/templates/service.yaml b/charts/machinaris/1.0.5/templates/service.yaml similarity index 100% rename from charts/machinaris/1.0.4/templates/service.yaml rename to charts/machinaris/1.0.5/templates/service.yaml diff --git a/charts/machinaris/1.0.4/test_values.yaml b/charts/machinaris/1.0.5/test_values.yaml similarity index 95% rename from charts/machinaris/1.0.4/test_values.yaml rename to charts/machinaris/1.0.5/test_values.yaml index 51d5b9df54..fb483fc6a2 100644 --- a/charts/machinaris/1.0.4/test_values.yaml +++ b/charts/machinaris/1.0.5/test_values.yaml @@ -8,7 +8,7 @@ appVolumeMounts: image: pullPolicy: IfNotPresent repository: ghcr.io/guydavis/machinaris - tag: v0.5.3 + tag: v0.5.4 machinaris_ui_port: 31003 timezone: America/Edmonton updateStrategy: Recreate diff --git a/charts/minio/1.3.15/.helmignore b/charts/minio/1.3.16/.helmignore similarity index 100% rename from charts/minio/1.3.15/.helmignore rename to charts/minio/1.3.16/.helmignore diff --git a/charts/minio/1.3.15/Chart.yaml b/charts/minio/1.3.16/Chart.yaml similarity index 91% rename from charts/minio/1.3.15/Chart.yaml rename to charts/minio/1.3.16/Chart.yaml index 5dc2df0794..74096e3f94 100644 --- a/charts/minio/1.3.15/Chart.yaml +++ b/charts/minio/1.3.16/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v1 -appVersion: '2021-08-25' +appVersion: '2021-09-03' 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.15 +version: 1.3.16 diff --git a/charts/minio/1.3.15/README.md b/charts/minio/1.3.16/README.md similarity index 100% rename from charts/minio/1.3.15/README.md rename to charts/minio/1.3.16/README.md diff --git a/charts/minio/1.3.15/app-readme.md b/charts/minio/1.3.16/app-readme.md similarity index 100% rename from charts/minio/1.3.15/app-readme.md rename to charts/minio/1.3.16/app-readme.md diff --git a/charts/minio/1.3.15/charts/common-2105.0.0.tgz b/charts/minio/1.3.16/charts/common-2105.0.0.tgz similarity index 100% rename from charts/minio/1.3.15/charts/common-2105.0.0.tgz rename to charts/minio/1.3.16/charts/common-2105.0.0.tgz diff --git a/charts/minio/1.3.15/default_values.yaml b/charts/minio/1.3.16/default_values.yaml similarity index 100% rename from charts/minio/1.3.15/default_values.yaml rename to charts/minio/1.3.16/default_values.yaml diff --git a/test/minio/1.3.15/ix_values.yaml b/charts/minio/1.3.16/ix_values.yaml similarity index 62% rename from test/minio/1.3.15/ix_values.yaml rename to charts/minio/1.3.16/ix_values.yaml index df8d1cb4ef..3123484334 100644 --- a/test/minio/1.3.15/ix_values.yaml +++ b/charts/minio/1.3.16/ix_values.yaml @@ -1,4 +1,4 @@ image: pullPolicy: IfNotPresent repository: minio/minio - tag: RELEASE.2021-08-25T00-41-18Z + tag: RELEASE.2021-09-03T03-56-13Z diff --git a/charts/minio/1.3.15/migrations/migrate_from_1.0.0 b/charts/minio/1.3.16/migrations/migrate_from_1.0.0 similarity index 100% rename from charts/minio/1.3.15/migrations/migrate_from_1.0.0 rename to charts/minio/1.3.16/migrations/migrate_from_1.0.0 diff --git a/charts/minio/1.3.15/questions.yaml b/charts/minio/1.3.16/questions.yaml similarity index 100% rename from charts/minio/1.3.15/questions.yaml rename to charts/minio/1.3.16/questions.yaml diff --git a/charts/minio/1.3.15/requirements.lock b/charts/minio/1.3.16/requirements.lock similarity index 100% rename from charts/minio/1.3.15/requirements.lock rename to charts/minio/1.3.16/requirements.lock diff --git a/charts/minio/1.3.15/templates/NOTES.txt b/charts/minio/1.3.16/templates/NOTES.txt similarity index 100% rename from charts/minio/1.3.15/templates/NOTES.txt rename to charts/minio/1.3.16/templates/NOTES.txt diff --git a/charts/minio/1.3.15/templates/_cert.tpl b/charts/minio/1.3.16/templates/_cert.tpl similarity index 100% rename from charts/minio/1.3.15/templates/_cert.tpl rename to charts/minio/1.3.16/templates/_cert.tpl diff --git a/charts/minio/1.3.15/templates/_helpers.tpl b/charts/minio/1.3.16/templates/_helpers.tpl similarity index 100% rename from charts/minio/1.3.15/templates/_helpers.tpl rename to charts/minio/1.3.16/templates/_helpers.tpl diff --git a/charts/minio/1.3.15/templates/configmap.yaml b/charts/minio/1.3.16/templates/configmap.yaml similarity index 100% rename from charts/minio/1.3.15/templates/configmap.yaml rename to charts/minio/1.3.16/templates/configmap.yaml diff --git a/charts/minio/1.3.15/templates/deployment.yaml b/charts/minio/1.3.16/templates/deployment.yaml similarity index 100% rename from charts/minio/1.3.15/templates/deployment.yaml rename to charts/minio/1.3.16/templates/deployment.yaml diff --git a/charts/minio/1.3.15/templates/secrets.yaml b/charts/minio/1.3.16/templates/secrets.yaml similarity index 100% rename from charts/minio/1.3.15/templates/secrets.yaml rename to charts/minio/1.3.16/templates/secrets.yaml diff --git a/charts/minio/1.3.15/templates/service.yaml b/charts/minio/1.3.16/templates/service.yaml similarity index 100% rename from charts/minio/1.3.15/templates/service.yaml rename to charts/minio/1.3.16/templates/service.yaml diff --git a/charts/minio/1.3.15/templates/serviceaccount.yaml b/charts/minio/1.3.16/templates/serviceaccount.yaml similarity index 100% rename from charts/minio/1.3.15/templates/serviceaccount.yaml rename to charts/minio/1.3.16/templates/serviceaccount.yaml diff --git a/test/minio/1.3.15/test_values.yaml b/charts/minio/1.3.16/test_values.yaml similarity index 89% rename from test/minio/1.3.15/test_values.yaml rename to charts/minio/1.3.16/test_values.yaml index 9742057ccd..d8377dfb18 100644 --- a/test/minio/1.3.15/test_values.yaml +++ b/charts/minio/1.3.16/test_values.yaml @@ -10,7 +10,7 @@ extraArgs: [] image: pullPolicy: IfNotPresent repository: minio/minio - tag: RELEASE.2021-08-25T00-41-18Z + tag: RELEASE.2021-09-03T03-56-13Z minioDomain: null service: consolePort: 32325 diff --git a/charts/minio/1.3.15/values.yaml b/charts/minio/1.3.16/values.yaml similarity index 100% rename from charts/minio/1.3.15/values.yaml rename to charts/minio/1.3.16/values.yaml diff --git a/charts/nextcloud/1.3.3/.helmignore b/charts/nextcloud/1.3.4/.helmignore similarity index 100% rename from charts/nextcloud/1.3.3/.helmignore rename to charts/nextcloud/1.3.4/.helmignore diff --git a/charts/nextcloud/1.3.3/Chart.lock b/charts/nextcloud/1.3.4/Chart.lock similarity index 100% rename from charts/nextcloud/1.3.3/Chart.lock rename to charts/nextcloud/1.3.4/Chart.lock diff --git a/test/nextcloud/1.3.3/Chart.yaml b/charts/nextcloud/1.3.4/Chart.yaml similarity index 94% rename from test/nextcloud/1.3.3/Chart.yaml rename to charts/nextcloud/1.3.4/Chart.yaml index b324170d4a..9618db866e 100644 --- a/test/nextcloud/1.3.3/Chart.yaml +++ b/charts/nextcloud/1.3.4/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: 22.1.0 +appVersion: 22.1.1 dependencies: - name: common repository: file://../../../library/common/2105.0.0 @@ -19,4 +19,4 @@ sources: - https://github.com/nextcloud/docker - https://github.com/nextcloud/helm upstream_version: 2.3.2 -version: 1.3.3 +version: 1.3.4 diff --git a/charts/nextcloud/1.3.3/README.md b/charts/nextcloud/1.3.4/README.md similarity index 100% rename from charts/nextcloud/1.3.3/README.md rename to charts/nextcloud/1.3.4/README.md diff --git a/charts/nextcloud/1.3.3/app-readme.md b/charts/nextcloud/1.3.4/app-readme.md similarity index 100% rename from charts/nextcloud/1.3.3/app-readme.md rename to charts/nextcloud/1.3.4/app-readme.md diff --git a/charts/nextcloud/1.3.3/charts/common-2105.0.0.tgz b/charts/nextcloud/1.3.4/charts/common-2105.0.0.tgz similarity index 100% rename from charts/nextcloud/1.3.3/charts/common-2105.0.0.tgz rename to charts/nextcloud/1.3.4/charts/common-2105.0.0.tgz diff --git a/charts/nextcloud/1.3.3/default_values.yaml b/charts/nextcloud/1.3.4/default_values.yaml similarity index 100% rename from charts/nextcloud/1.3.3/default_values.yaml rename to charts/nextcloud/1.3.4/default_values.yaml diff --git a/test/nextcloud/1.3.3/ix_values.yaml b/charts/nextcloud/1.3.4/ix_values.yaml similarity index 80% rename from test/nextcloud/1.3.3/ix_values.yaml rename to charts/nextcloud/1.3.4/ix_values.yaml index 84cb391d21..1d14288d98 100644 --- a/test/nextcloud/1.3.3/ix_values.yaml +++ b/charts/nextcloud/1.3.4/ix_values.yaml @@ -1,4 +1,4 @@ image: pullPolicy: IfNotPresent repository: nextcloud - tag: 22.1.0 + tag: 22.1.1 diff --git a/charts/nextcloud/1.3.3/migrations/migrate_from_1.1.0 b/charts/nextcloud/1.3.4/migrations/migrate_from_1.1.0 similarity index 100% rename from charts/nextcloud/1.3.3/migrations/migrate_from_1.1.0 rename to charts/nextcloud/1.3.4/migrations/migrate_from_1.1.0 diff --git a/charts/nextcloud/1.3.3/questions.yaml b/charts/nextcloud/1.3.4/questions.yaml similarity index 100% rename from charts/nextcloud/1.3.3/questions.yaml rename to charts/nextcloud/1.3.4/questions.yaml diff --git a/charts/nextcloud/1.3.3/templates/NOTES.txt b/charts/nextcloud/1.3.4/templates/NOTES.txt similarity index 100% rename from charts/nextcloud/1.3.3/templates/NOTES.txt rename to charts/nextcloud/1.3.4/templates/NOTES.txt diff --git a/charts/nextcloud/1.3.3/templates/_postgres.tpl b/charts/nextcloud/1.3.4/templates/_postgres.tpl similarity index 100% rename from charts/nextcloud/1.3.3/templates/_postgres.tpl rename to charts/nextcloud/1.3.4/templates/_postgres.tpl diff --git a/charts/nextcloud/1.3.3/templates/backup-postgres-config.yaml b/charts/nextcloud/1.3.4/templates/backup-postgres-config.yaml similarity index 100% rename from charts/nextcloud/1.3.3/templates/backup-postgres-config.yaml rename to charts/nextcloud/1.3.4/templates/backup-postgres-config.yaml diff --git a/charts/nextcloud/1.3.3/templates/backup-postgres-hook.yaml b/charts/nextcloud/1.3.4/templates/backup-postgres-hook.yaml similarity index 100% rename from charts/nextcloud/1.3.3/templates/backup-postgres-hook.yaml rename to charts/nextcloud/1.3.4/templates/backup-postgres-hook.yaml diff --git a/charts/nextcloud/1.3.3/templates/deployment.yaml b/charts/nextcloud/1.3.4/templates/deployment.yaml similarity index 100% rename from charts/nextcloud/1.3.3/templates/deployment.yaml rename to charts/nextcloud/1.3.4/templates/deployment.yaml diff --git a/charts/nextcloud/1.3.3/templates/nuke-deployments-hook.yaml b/charts/nextcloud/1.3.4/templates/nuke-deployments-hook.yaml similarity index 100% rename from charts/nextcloud/1.3.3/templates/nuke-deployments-hook.yaml rename to charts/nextcloud/1.3.4/templates/nuke-deployments-hook.yaml diff --git a/charts/nextcloud/1.3.3/templates/postgres-deployment.yaml b/charts/nextcloud/1.3.4/templates/postgres-deployment.yaml similarity index 100% rename from charts/nextcloud/1.3.3/templates/postgres-deployment.yaml rename to charts/nextcloud/1.3.4/templates/postgres-deployment.yaml diff --git a/charts/nextcloud/1.3.3/templates/postgres-secret.yaml b/charts/nextcloud/1.3.4/templates/postgres-secret.yaml similarity index 100% rename from charts/nextcloud/1.3.3/templates/postgres-secret.yaml rename to charts/nextcloud/1.3.4/templates/postgres-secret.yaml diff --git a/charts/nextcloud/1.3.3/templates/postgres-service.yaml b/charts/nextcloud/1.3.4/templates/postgres-service.yaml similarity index 100% rename from charts/nextcloud/1.3.3/templates/postgres-service.yaml rename to charts/nextcloud/1.3.4/templates/postgres-service.yaml diff --git a/charts/nextcloud/1.3.3/templates/secrets.yaml b/charts/nextcloud/1.3.4/templates/secrets.yaml similarity index 100% rename from charts/nextcloud/1.3.3/templates/secrets.yaml rename to charts/nextcloud/1.3.4/templates/secrets.yaml diff --git a/charts/nextcloud/1.3.3/templates/service.yaml b/charts/nextcloud/1.3.4/templates/service.yaml similarity index 100% rename from charts/nextcloud/1.3.3/templates/service.yaml rename to charts/nextcloud/1.3.4/templates/service.yaml diff --git a/charts/nextcloud/1.3.3/templates/serviceaccount.yaml b/charts/nextcloud/1.3.4/templates/serviceaccount.yaml similarity index 100% rename from charts/nextcloud/1.3.3/templates/serviceaccount.yaml rename to charts/nextcloud/1.3.4/templates/serviceaccount.yaml diff --git a/test/nextcloud/1.3.3/test_values.yaml b/charts/nextcloud/1.3.4/test_values.yaml similarity index 98% rename from test/nextcloud/1.3.3/test_values.yaml rename to charts/nextcloud/1.3.4/test_values.yaml index 7e0d6e6c1a..0f8c03eb13 100644 --- a/test/nextcloud/1.3.3/test_values.yaml +++ b/charts/nextcloud/1.3.4/test_values.yaml @@ -9,7 +9,7 @@ environmentVariables: [] image: pullPolicy: IfNotPresent repository: nextcloud - tag: 22.1.0 + tag: 22.1.1 ixChartContext: {} nextcloud: datadir: /var/www/html/data diff --git a/charts/nextcloud/1.3.3/values.yaml b/charts/nextcloud/1.3.4/values.yaml similarity index 100% rename from charts/nextcloud/1.3.3/values.yaml rename to charts/nextcloud/1.3.4/values.yaml diff --git a/test/chia/1.3.11/.helmignore b/test/chia/1.3.12/.helmignore similarity index 100% rename from test/chia/1.3.11/.helmignore rename to test/chia/1.3.12/.helmignore diff --git a/test/chia/1.3.11/Chart.yaml b/test/chia/1.3.12/Chart.yaml similarity index 92% rename from test/chia/1.3.11/Chart.yaml rename to test/chia/1.3.12/Chart.yaml index 659e2bc3cd..69fd24cd41 100644 --- a/test/chia/1.3.11/Chart.yaml +++ b/test/chia/1.3.12/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v1 -appVersion: v1.2.4 +appVersion: v1.2.5 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.11 +version: 1.3.12 diff --git a/test/chia/1.3.11/README.md b/test/chia/1.3.12/README.md similarity index 100% rename from test/chia/1.3.11/README.md rename to test/chia/1.3.12/README.md diff --git a/test/chia/1.3.11/app-readme.md b/test/chia/1.3.12/app-readme.md similarity index 100% rename from test/chia/1.3.11/app-readme.md rename to test/chia/1.3.12/app-readme.md diff --git a/test/chia/1.3.11/charts/common-2105.0.0.tgz b/test/chia/1.3.12/charts/common-2105.0.0.tgz similarity index 100% rename from test/chia/1.3.11/charts/common-2105.0.0.tgz rename to test/chia/1.3.12/charts/common-2105.0.0.tgz diff --git a/test/chia/1.3.11/default_values.yaml b/test/chia/1.3.12/default_values.yaml similarity index 100% rename from test/chia/1.3.11/default_values.yaml rename to test/chia/1.3.12/default_values.yaml diff --git a/test/chia/1.3.11/ix_values.yaml b/test/chia/1.3.12/ix_values.yaml similarity index 87% rename from test/chia/1.3.11/ix_values.yaml rename to test/chia/1.3.12/ix_values.yaml index 3c32d0af83..1d5b8442a9 100644 --- a/test/chia/1.3.11/ix_values.yaml +++ b/test/chia/1.3.12/ix_values.yaml @@ -1,5 +1,5 @@ image: pullPolicy: IfNotPresent repository: ixsystems/chia-docker - tag: v1.2.4 + tag: v1.2.5 updateStrategy: Recreate diff --git a/test/chia/1.3.11/questions.yaml b/test/chia/1.3.12/questions.yaml similarity index 100% rename from test/chia/1.3.11/questions.yaml rename to test/chia/1.3.12/questions.yaml diff --git a/test/chia/1.3.11/requirements.lock b/test/chia/1.3.12/requirements.lock similarity index 100% rename from test/chia/1.3.11/requirements.lock rename to test/chia/1.3.12/requirements.lock diff --git a/test/chia/1.3.11/templates/deployment.yaml b/test/chia/1.3.12/templates/deployment.yaml similarity index 100% rename from test/chia/1.3.11/templates/deployment.yaml rename to test/chia/1.3.12/templates/deployment.yaml diff --git a/test/chia/1.3.11/templates/generate-mnemonic.yaml b/test/chia/1.3.12/templates/generate-mnemonic.yaml similarity index 100% rename from test/chia/1.3.11/templates/generate-mnemonic.yaml rename to test/chia/1.3.12/templates/generate-mnemonic.yaml diff --git a/test/chia/1.3.11/templates/mnemonic-configmap.yaml b/test/chia/1.3.12/templates/mnemonic-configmap.yaml similarity index 100% rename from test/chia/1.3.11/templates/mnemonic-configmap.yaml rename to test/chia/1.3.12/templates/mnemonic-configmap.yaml diff --git a/test/chia/1.3.11/test_values.yaml b/test/chia/1.3.12/test_values.yaml similarity index 94% rename from test/chia/1.3.11/test_values.yaml rename to test/chia/1.3.12/test_values.yaml index ecf98ef0f0..ca65886ef0 100644 --- a/test/chia/1.3.11/test_values.yaml +++ b/test/chia/1.3.12/test_values.yaml @@ -9,5 +9,5 @@ farmr_env: 'off' image: pullPolicy: IfNotPresent repository: ixsystems/chia-docker - tag: v1.2.4 + tag: v1.2.5 updateStrategy: Recreate diff --git a/test/chia/1.3.11/values.yaml b/test/chia/1.3.12/values.yaml similarity index 100% rename from test/chia/1.3.11/values.yaml rename to test/chia/1.3.12/values.yaml diff --git a/test/machinaris/1.0.4/.helmignore b/test/machinaris/1.0.5/.helmignore similarity index 100% rename from test/machinaris/1.0.4/.helmignore rename to test/machinaris/1.0.5/.helmignore diff --git a/charts/machinaris/1.0.4/Chart.yaml b/test/machinaris/1.0.5/Chart.yaml similarity index 92% rename from charts/machinaris/1.0.4/Chart.yaml rename to test/machinaris/1.0.5/Chart.yaml index 762e60dcec..16fb0e636c 100644 --- a/charts/machinaris/1.0.4/Chart.yaml +++ b/test/machinaris/1.0.5/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v1 -appVersion: v0.5.3 +appVersion: v0.5.4 dependencies: - name: common repository: file://../../../library/common/2105.0.0 @@ -14,4 +14,4 @@ keywords: name: machinaris sources: - https://github.com/guydavis/machinaris -version: 1.0.4 +version: 1.0.5 diff --git a/test/machinaris/1.0.4/README.md b/test/machinaris/1.0.5/README.md similarity index 100% rename from test/machinaris/1.0.4/README.md rename to test/machinaris/1.0.5/README.md diff --git a/test/machinaris/1.0.4/app-readme.md b/test/machinaris/1.0.5/app-readme.md similarity index 100% rename from test/machinaris/1.0.4/app-readme.md rename to test/machinaris/1.0.5/app-readme.md diff --git a/test/machinaris/1.0.4/charts/common-2105.0.0.tgz b/test/machinaris/1.0.5/charts/common-2105.0.0.tgz similarity index 100% rename from test/machinaris/1.0.4/charts/common-2105.0.0.tgz rename to test/machinaris/1.0.5/charts/common-2105.0.0.tgz diff --git a/test/machinaris/1.0.4/ix_values.yaml b/test/machinaris/1.0.5/ix_values.yaml similarity index 87% rename from test/machinaris/1.0.4/ix_values.yaml rename to test/machinaris/1.0.5/ix_values.yaml index 110ae5208c..75de6534ae 100644 --- a/test/machinaris/1.0.4/ix_values.yaml +++ b/test/machinaris/1.0.5/ix_values.yaml @@ -1,5 +1,5 @@ image: pullPolicy: IfNotPresent repository: ghcr.io/guydavis/machinaris - tag: v0.5.3 + tag: v0.5.4 updateStrategy: Recreate diff --git a/test/machinaris/1.0.4/questions.yaml b/test/machinaris/1.0.5/questions.yaml similarity index 100% rename from test/machinaris/1.0.4/questions.yaml rename to test/machinaris/1.0.5/questions.yaml diff --git a/test/machinaris/1.0.4/requirements.lock b/test/machinaris/1.0.5/requirements.lock similarity index 100% rename from test/machinaris/1.0.4/requirements.lock rename to test/machinaris/1.0.5/requirements.lock diff --git a/test/machinaris/1.0.4/templates/deployment.yaml b/test/machinaris/1.0.5/templates/deployment.yaml similarity index 100% rename from test/machinaris/1.0.4/templates/deployment.yaml rename to test/machinaris/1.0.5/templates/deployment.yaml diff --git a/test/machinaris/1.0.4/templates/service.yaml b/test/machinaris/1.0.5/templates/service.yaml similarity index 100% rename from test/machinaris/1.0.4/templates/service.yaml rename to test/machinaris/1.0.5/templates/service.yaml diff --git a/test/machinaris/1.0.4/test_values.yaml b/test/machinaris/1.0.5/test_values.yaml similarity index 95% rename from test/machinaris/1.0.4/test_values.yaml rename to test/machinaris/1.0.5/test_values.yaml index 51d5b9df54..fb483fc6a2 100644 --- a/test/machinaris/1.0.4/test_values.yaml +++ b/test/machinaris/1.0.5/test_values.yaml @@ -8,7 +8,7 @@ appVolumeMounts: image: pullPolicy: IfNotPresent repository: ghcr.io/guydavis/machinaris - tag: v0.5.3 + tag: v0.5.4 machinaris_ui_port: 31003 timezone: America/Edmonton updateStrategy: Recreate diff --git a/test/minio/1.3.15/.helmignore b/test/minio/1.3.16/.helmignore similarity index 100% rename from test/minio/1.3.15/.helmignore rename to test/minio/1.3.16/.helmignore diff --git a/test/minio/1.3.15/Chart.yaml b/test/minio/1.3.16/Chart.yaml similarity index 91% rename from test/minio/1.3.15/Chart.yaml rename to test/minio/1.3.16/Chart.yaml index 5dc2df0794..74096e3f94 100644 --- a/test/minio/1.3.15/Chart.yaml +++ b/test/minio/1.3.16/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v1 -appVersion: '2021-08-25' +appVersion: '2021-09-03' 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.15 +version: 1.3.16 diff --git a/test/minio/1.3.15/README.md b/test/minio/1.3.16/README.md similarity index 100% rename from test/minio/1.3.15/README.md rename to test/minio/1.3.16/README.md diff --git a/test/minio/1.3.15/app-readme.md b/test/minio/1.3.16/app-readme.md similarity index 100% rename from test/minio/1.3.15/app-readme.md rename to test/minio/1.3.16/app-readme.md diff --git a/test/minio/1.3.15/charts/common-2105.0.0.tgz b/test/minio/1.3.16/charts/common-2105.0.0.tgz similarity index 100% rename from test/minio/1.3.15/charts/common-2105.0.0.tgz rename to test/minio/1.3.16/charts/common-2105.0.0.tgz diff --git a/test/minio/1.3.15/default_values.yaml b/test/minio/1.3.16/default_values.yaml similarity index 100% rename from test/minio/1.3.15/default_values.yaml rename to test/minio/1.3.16/default_values.yaml diff --git a/charts/minio/1.3.15/ix_values.yaml b/test/minio/1.3.16/ix_values.yaml similarity index 62% rename from charts/minio/1.3.15/ix_values.yaml rename to test/minio/1.3.16/ix_values.yaml index df8d1cb4ef..3123484334 100644 --- a/charts/minio/1.3.15/ix_values.yaml +++ b/test/minio/1.3.16/ix_values.yaml @@ -1,4 +1,4 @@ image: pullPolicy: IfNotPresent repository: minio/minio - tag: RELEASE.2021-08-25T00-41-18Z + tag: RELEASE.2021-09-03T03-56-13Z diff --git a/test/minio/1.3.15/migrations/migrate_from_1.0.0 b/test/minio/1.3.16/migrations/migrate_from_1.0.0 similarity index 100% rename from test/minio/1.3.15/migrations/migrate_from_1.0.0 rename to test/minio/1.3.16/migrations/migrate_from_1.0.0 diff --git a/test/minio/1.3.15/questions.yaml b/test/minio/1.3.16/questions.yaml similarity index 100% rename from test/minio/1.3.15/questions.yaml rename to test/minio/1.3.16/questions.yaml diff --git a/test/minio/1.3.15/requirements.lock b/test/minio/1.3.16/requirements.lock similarity index 100% rename from test/minio/1.3.15/requirements.lock rename to test/minio/1.3.16/requirements.lock diff --git a/test/minio/1.3.15/templates/NOTES.txt b/test/minio/1.3.16/templates/NOTES.txt similarity index 100% rename from test/minio/1.3.15/templates/NOTES.txt rename to test/minio/1.3.16/templates/NOTES.txt diff --git a/test/minio/1.3.15/templates/_cert.tpl b/test/minio/1.3.16/templates/_cert.tpl similarity index 100% rename from test/minio/1.3.15/templates/_cert.tpl rename to test/minio/1.3.16/templates/_cert.tpl diff --git a/test/minio/1.3.15/templates/_helpers.tpl b/test/minio/1.3.16/templates/_helpers.tpl similarity index 100% rename from test/minio/1.3.15/templates/_helpers.tpl rename to test/minio/1.3.16/templates/_helpers.tpl diff --git a/test/minio/1.3.15/templates/configmap.yaml b/test/minio/1.3.16/templates/configmap.yaml similarity index 100% rename from test/minio/1.3.15/templates/configmap.yaml rename to test/minio/1.3.16/templates/configmap.yaml diff --git a/test/minio/1.3.15/templates/deployment.yaml b/test/minio/1.3.16/templates/deployment.yaml similarity index 100% rename from test/minio/1.3.15/templates/deployment.yaml rename to test/minio/1.3.16/templates/deployment.yaml diff --git a/test/minio/1.3.15/templates/secrets.yaml b/test/minio/1.3.16/templates/secrets.yaml similarity index 100% rename from test/minio/1.3.15/templates/secrets.yaml rename to test/minio/1.3.16/templates/secrets.yaml diff --git a/test/minio/1.3.15/templates/service.yaml b/test/minio/1.3.16/templates/service.yaml similarity index 100% rename from test/minio/1.3.15/templates/service.yaml rename to test/minio/1.3.16/templates/service.yaml diff --git a/test/minio/1.3.15/templates/serviceaccount.yaml b/test/minio/1.3.16/templates/serviceaccount.yaml similarity index 100% rename from test/minio/1.3.15/templates/serviceaccount.yaml rename to test/minio/1.3.16/templates/serviceaccount.yaml diff --git a/charts/minio/1.3.15/test_values.yaml b/test/minio/1.3.16/test_values.yaml similarity index 89% rename from charts/minio/1.3.15/test_values.yaml rename to test/minio/1.3.16/test_values.yaml index 9742057ccd..d8377dfb18 100644 --- a/charts/minio/1.3.15/test_values.yaml +++ b/test/minio/1.3.16/test_values.yaml @@ -10,7 +10,7 @@ extraArgs: [] image: pullPolicy: IfNotPresent repository: minio/minio - tag: RELEASE.2021-08-25T00-41-18Z + tag: RELEASE.2021-09-03T03-56-13Z minioDomain: null service: consolePort: 32325 diff --git a/test/minio/1.3.15/values.yaml b/test/minio/1.3.16/values.yaml similarity index 100% rename from test/minio/1.3.15/values.yaml rename to test/minio/1.3.16/values.yaml diff --git a/test/nextcloud/1.3.3/.helmignore b/test/nextcloud/1.3.4/.helmignore similarity index 100% rename from test/nextcloud/1.3.3/.helmignore rename to test/nextcloud/1.3.4/.helmignore diff --git a/test/nextcloud/1.3.3/Chart.lock b/test/nextcloud/1.3.4/Chart.lock similarity index 100% rename from test/nextcloud/1.3.3/Chart.lock rename to test/nextcloud/1.3.4/Chart.lock diff --git a/charts/nextcloud/1.3.3/Chart.yaml b/test/nextcloud/1.3.4/Chart.yaml similarity index 94% rename from charts/nextcloud/1.3.3/Chart.yaml rename to test/nextcloud/1.3.4/Chart.yaml index b324170d4a..9618db866e 100644 --- a/charts/nextcloud/1.3.3/Chart.yaml +++ b/test/nextcloud/1.3.4/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: 22.1.0 +appVersion: 22.1.1 dependencies: - name: common repository: file://../../../library/common/2105.0.0 @@ -19,4 +19,4 @@ sources: - https://github.com/nextcloud/docker - https://github.com/nextcloud/helm upstream_version: 2.3.2 -version: 1.3.3 +version: 1.3.4 diff --git a/test/nextcloud/1.3.3/README.md b/test/nextcloud/1.3.4/README.md similarity index 100% rename from test/nextcloud/1.3.3/README.md rename to test/nextcloud/1.3.4/README.md diff --git a/test/nextcloud/1.3.3/app-readme.md b/test/nextcloud/1.3.4/app-readme.md similarity index 100% rename from test/nextcloud/1.3.3/app-readme.md rename to test/nextcloud/1.3.4/app-readme.md diff --git a/test/nextcloud/1.3.3/charts/common-2105.0.0.tgz b/test/nextcloud/1.3.4/charts/common-2105.0.0.tgz similarity index 100% rename from test/nextcloud/1.3.3/charts/common-2105.0.0.tgz rename to test/nextcloud/1.3.4/charts/common-2105.0.0.tgz diff --git a/test/nextcloud/1.3.3/default_values.yaml b/test/nextcloud/1.3.4/default_values.yaml similarity index 100% rename from test/nextcloud/1.3.3/default_values.yaml rename to test/nextcloud/1.3.4/default_values.yaml diff --git a/charts/nextcloud/1.3.3/ix_values.yaml b/test/nextcloud/1.3.4/ix_values.yaml similarity index 80% rename from charts/nextcloud/1.3.3/ix_values.yaml rename to test/nextcloud/1.3.4/ix_values.yaml index 84cb391d21..1d14288d98 100644 --- a/charts/nextcloud/1.3.3/ix_values.yaml +++ b/test/nextcloud/1.3.4/ix_values.yaml @@ -1,4 +1,4 @@ image: pullPolicy: IfNotPresent repository: nextcloud - tag: 22.1.0 + tag: 22.1.1 diff --git a/test/nextcloud/1.3.3/migrations/migrate_from_1.1.0 b/test/nextcloud/1.3.4/migrations/migrate_from_1.1.0 similarity index 100% rename from test/nextcloud/1.3.3/migrations/migrate_from_1.1.0 rename to test/nextcloud/1.3.4/migrations/migrate_from_1.1.0 diff --git a/test/nextcloud/1.3.3/questions.yaml b/test/nextcloud/1.3.4/questions.yaml similarity index 100% rename from test/nextcloud/1.3.3/questions.yaml rename to test/nextcloud/1.3.4/questions.yaml diff --git a/test/nextcloud/1.3.3/templates/NOTES.txt b/test/nextcloud/1.3.4/templates/NOTES.txt similarity index 100% rename from test/nextcloud/1.3.3/templates/NOTES.txt rename to test/nextcloud/1.3.4/templates/NOTES.txt diff --git a/test/nextcloud/1.3.3/templates/_postgres.tpl b/test/nextcloud/1.3.4/templates/_postgres.tpl similarity index 100% rename from test/nextcloud/1.3.3/templates/_postgres.tpl rename to test/nextcloud/1.3.4/templates/_postgres.tpl diff --git a/test/nextcloud/1.3.3/templates/backup-postgres-config.yaml b/test/nextcloud/1.3.4/templates/backup-postgres-config.yaml similarity index 100% rename from test/nextcloud/1.3.3/templates/backup-postgres-config.yaml rename to test/nextcloud/1.3.4/templates/backup-postgres-config.yaml diff --git a/test/nextcloud/1.3.3/templates/backup-postgres-hook.yaml b/test/nextcloud/1.3.4/templates/backup-postgres-hook.yaml similarity index 100% rename from test/nextcloud/1.3.3/templates/backup-postgres-hook.yaml rename to test/nextcloud/1.3.4/templates/backup-postgres-hook.yaml diff --git a/test/nextcloud/1.3.3/templates/deployment.yaml b/test/nextcloud/1.3.4/templates/deployment.yaml similarity index 100% rename from test/nextcloud/1.3.3/templates/deployment.yaml rename to test/nextcloud/1.3.4/templates/deployment.yaml diff --git a/test/nextcloud/1.3.3/templates/nuke-deployments-hook.yaml b/test/nextcloud/1.3.4/templates/nuke-deployments-hook.yaml similarity index 100% rename from test/nextcloud/1.3.3/templates/nuke-deployments-hook.yaml rename to test/nextcloud/1.3.4/templates/nuke-deployments-hook.yaml diff --git a/test/nextcloud/1.3.3/templates/postgres-deployment.yaml b/test/nextcloud/1.3.4/templates/postgres-deployment.yaml similarity index 100% rename from test/nextcloud/1.3.3/templates/postgres-deployment.yaml rename to test/nextcloud/1.3.4/templates/postgres-deployment.yaml diff --git a/test/nextcloud/1.3.3/templates/postgres-secret.yaml b/test/nextcloud/1.3.4/templates/postgres-secret.yaml similarity index 100% rename from test/nextcloud/1.3.3/templates/postgres-secret.yaml rename to test/nextcloud/1.3.4/templates/postgres-secret.yaml diff --git a/test/nextcloud/1.3.3/templates/postgres-service.yaml b/test/nextcloud/1.3.4/templates/postgres-service.yaml similarity index 100% rename from test/nextcloud/1.3.3/templates/postgres-service.yaml rename to test/nextcloud/1.3.4/templates/postgres-service.yaml diff --git a/test/nextcloud/1.3.3/templates/secrets.yaml b/test/nextcloud/1.3.4/templates/secrets.yaml similarity index 100% rename from test/nextcloud/1.3.3/templates/secrets.yaml rename to test/nextcloud/1.3.4/templates/secrets.yaml diff --git a/test/nextcloud/1.3.3/templates/service.yaml b/test/nextcloud/1.3.4/templates/service.yaml similarity index 100% rename from test/nextcloud/1.3.3/templates/service.yaml rename to test/nextcloud/1.3.4/templates/service.yaml diff --git a/test/nextcloud/1.3.3/templates/serviceaccount.yaml b/test/nextcloud/1.3.4/templates/serviceaccount.yaml similarity index 100% rename from test/nextcloud/1.3.3/templates/serviceaccount.yaml rename to test/nextcloud/1.3.4/templates/serviceaccount.yaml diff --git a/charts/nextcloud/1.3.3/test_values.yaml b/test/nextcloud/1.3.4/test_values.yaml similarity index 98% rename from charts/nextcloud/1.3.3/test_values.yaml rename to test/nextcloud/1.3.4/test_values.yaml index 7e0d6e6c1a..0f8c03eb13 100644 --- a/charts/nextcloud/1.3.3/test_values.yaml +++ b/test/nextcloud/1.3.4/test_values.yaml @@ -9,7 +9,7 @@ environmentVariables: [] image: pullPolicy: IfNotPresent repository: nextcloud - tag: 22.1.0 + tag: 22.1.1 ixChartContext: {} nextcloud: datadir: /var/www/html/data diff --git a/test/nextcloud/1.3.3/values.yaml b/test/nextcloud/1.3.4/values.yaml similarity index 100% rename from test/nextcloud/1.3.3/values.yaml rename to test/nextcloud/1.3.4/values.yaml