diff --git a/charts/chia/1.3.10/.helmignore b/charts/chia/1.3.11/.helmignore similarity index 100% rename from charts/chia/1.3.10/.helmignore rename to charts/chia/1.3.11/.helmignore diff --git a/charts/chia/1.3.10/Chart.yaml b/charts/chia/1.3.11/Chart.yaml similarity index 92% rename from charts/chia/1.3.10/Chart.yaml rename to charts/chia/1.3.11/Chart.yaml index 726fe5eb04..659e2bc3cd 100644 --- a/charts/chia/1.3.10/Chart.yaml +++ b/charts/chia/1.3.11/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v1 -appVersion: v1.2.3_7 +appVersion: v1.2.4 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.10 +version: 1.3.11 diff --git a/charts/chia/1.3.10/README.md b/charts/chia/1.3.11/README.md similarity index 100% rename from charts/chia/1.3.10/README.md rename to charts/chia/1.3.11/README.md diff --git a/charts/chia/1.3.10/app-readme.md b/charts/chia/1.3.11/app-readme.md similarity index 100% rename from charts/chia/1.3.10/app-readme.md rename to charts/chia/1.3.11/app-readme.md diff --git a/charts/chia/1.3.10/charts/common-2105.0.0.tgz b/charts/chia/1.3.11/charts/common-2105.0.0.tgz similarity index 100% rename from charts/chia/1.3.10/charts/common-2105.0.0.tgz rename to charts/chia/1.3.11/charts/common-2105.0.0.tgz diff --git a/charts/chia/1.3.10/default_values.yaml b/charts/chia/1.3.11/default_values.yaml similarity index 100% rename from charts/chia/1.3.10/default_values.yaml rename to charts/chia/1.3.11/default_values.yaml diff --git a/charts/chia/1.3.10/ix_values.yaml b/charts/chia/1.3.11/ix_values.yaml similarity index 85% rename from charts/chia/1.3.10/ix_values.yaml rename to charts/chia/1.3.11/ix_values.yaml index 10f7adaf92..3c32d0af83 100644 --- a/charts/chia/1.3.10/ix_values.yaml +++ b/charts/chia/1.3.11/ix_values.yaml @@ -1,5 +1,5 @@ image: pullPolicy: IfNotPresent repository: ixsystems/chia-docker - tag: v1.2.3_7 + tag: v1.2.4 updateStrategy: Recreate diff --git a/charts/chia/1.3.10/questions.yaml b/charts/chia/1.3.11/questions.yaml similarity index 100% rename from charts/chia/1.3.10/questions.yaml rename to charts/chia/1.3.11/questions.yaml diff --git a/charts/chia/1.3.10/requirements.lock b/charts/chia/1.3.11/requirements.lock similarity index 100% rename from charts/chia/1.3.10/requirements.lock rename to charts/chia/1.3.11/requirements.lock diff --git a/charts/chia/1.3.10/templates/deployment.yaml b/charts/chia/1.3.11/templates/deployment.yaml similarity index 100% rename from charts/chia/1.3.10/templates/deployment.yaml rename to charts/chia/1.3.11/templates/deployment.yaml diff --git a/charts/chia/1.3.10/templates/generate-mnemonic.yaml b/charts/chia/1.3.11/templates/generate-mnemonic.yaml similarity index 100% rename from charts/chia/1.3.10/templates/generate-mnemonic.yaml rename to charts/chia/1.3.11/templates/generate-mnemonic.yaml diff --git a/charts/chia/1.3.10/templates/mnemonic-configmap.yaml b/charts/chia/1.3.11/templates/mnemonic-configmap.yaml similarity index 100% rename from charts/chia/1.3.10/templates/mnemonic-configmap.yaml rename to charts/chia/1.3.11/templates/mnemonic-configmap.yaml diff --git a/charts/chia/1.3.10/test_values.yaml b/charts/chia/1.3.11/test_values.yaml similarity index 93% rename from charts/chia/1.3.10/test_values.yaml rename to charts/chia/1.3.11/test_values.yaml index 8a2deceb23..ecf98ef0f0 100644 --- a/charts/chia/1.3.10/test_values.yaml +++ b/charts/chia/1.3.11/test_values.yaml @@ -9,5 +9,5 @@ farmr_env: 'off' image: pullPolicy: IfNotPresent repository: ixsystems/chia-docker - tag: v1.2.3_7 + tag: v1.2.4 updateStrategy: Recreate diff --git a/charts/chia/1.3.10/values.yaml b/charts/chia/1.3.11/values.yaml similarity index 100% rename from charts/chia/1.3.10/values.yaml rename to charts/chia/1.3.11/values.yaml diff --git a/charts/machinaris/1.0.2/.helmignore b/charts/machinaris/1.0.3/.helmignore similarity index 100% rename from charts/machinaris/1.0.2/.helmignore rename to charts/machinaris/1.0.3/.helmignore diff --git a/test/machinaris/1.0.2/Chart.yaml b/charts/machinaris/1.0.3/Chart.yaml similarity index 92% rename from test/machinaris/1.0.2/Chart.yaml rename to charts/machinaris/1.0.3/Chart.yaml index 55599b573f..b3e477314b 100644 --- a/test/machinaris/1.0.2/Chart.yaml +++ b/charts/machinaris/1.0.3/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v1 -appVersion: v0.5.2 +appVersion: v0.5.3 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.2 +version: 1.0.3 diff --git a/charts/machinaris/1.0.2/README.md b/charts/machinaris/1.0.3/README.md similarity index 100% rename from charts/machinaris/1.0.2/README.md rename to charts/machinaris/1.0.3/README.md diff --git a/charts/machinaris/1.0.2/app-readme.md b/charts/machinaris/1.0.3/app-readme.md similarity index 100% rename from charts/machinaris/1.0.2/app-readme.md rename to charts/machinaris/1.0.3/app-readme.md diff --git a/charts/machinaris/1.0.2/charts/common-2105.0.0.tgz b/charts/machinaris/1.0.3/charts/common-2105.0.0.tgz similarity index 100% rename from charts/machinaris/1.0.2/charts/common-2105.0.0.tgz rename to charts/machinaris/1.0.3/charts/common-2105.0.0.tgz diff --git a/charts/machinaris/1.0.2/ix_values.yaml b/charts/machinaris/1.0.3/ix_values.yaml similarity index 87% rename from charts/machinaris/1.0.2/ix_values.yaml rename to charts/machinaris/1.0.3/ix_values.yaml index db11b7aee4..110ae5208c 100644 --- a/charts/machinaris/1.0.2/ix_values.yaml +++ b/charts/machinaris/1.0.3/ix_values.yaml @@ -1,5 +1,5 @@ image: pullPolicy: IfNotPresent repository: ghcr.io/guydavis/machinaris - tag: v0.5.2 + tag: v0.5.3 updateStrategy: Recreate diff --git a/charts/machinaris/1.0.2/questions.yaml b/charts/machinaris/1.0.3/questions.yaml similarity index 100% rename from charts/machinaris/1.0.2/questions.yaml rename to charts/machinaris/1.0.3/questions.yaml diff --git a/charts/machinaris/1.0.2/requirements.lock b/charts/machinaris/1.0.3/requirements.lock similarity index 100% rename from charts/machinaris/1.0.2/requirements.lock rename to charts/machinaris/1.0.3/requirements.lock diff --git a/charts/machinaris/1.0.2/templates/deployment.yaml b/charts/machinaris/1.0.3/templates/deployment.yaml similarity index 100% rename from charts/machinaris/1.0.2/templates/deployment.yaml rename to charts/machinaris/1.0.3/templates/deployment.yaml diff --git a/charts/machinaris/1.0.2/templates/service.yaml b/charts/machinaris/1.0.3/templates/service.yaml similarity index 100% rename from charts/machinaris/1.0.2/templates/service.yaml rename to charts/machinaris/1.0.3/templates/service.yaml diff --git a/charts/machinaris/1.0.2/test_values.yaml b/charts/machinaris/1.0.3/test_values.yaml similarity index 95% rename from charts/machinaris/1.0.2/test_values.yaml rename to charts/machinaris/1.0.3/test_values.yaml index c4fa0e1dd5..51d5b9df54 100644 --- a/charts/machinaris/1.0.2/test_values.yaml +++ b/charts/machinaris/1.0.3/test_values.yaml @@ -8,7 +8,7 @@ appVolumeMounts: image: pullPolicy: IfNotPresent repository: ghcr.io/guydavis/machinaris - tag: v0.5.2 + tag: v0.5.3 machinaris_ui_port: 31003 timezone: America/Edmonton updateStrategy: Recreate diff --git a/charts/nextcloud/1.3.2/.helmignore b/charts/nextcloud/1.3.3/.helmignore similarity index 100% rename from charts/nextcloud/1.3.2/.helmignore rename to charts/nextcloud/1.3.3/.helmignore diff --git a/charts/nextcloud/1.3.2/Chart.lock b/charts/nextcloud/1.3.3/Chart.lock similarity index 100% rename from charts/nextcloud/1.3.2/Chart.lock rename to charts/nextcloud/1.3.3/Chart.lock diff --git a/test/nextcloud/1.3.2/Chart.yaml b/charts/nextcloud/1.3.3/Chart.yaml similarity index 94% rename from test/nextcloud/1.3.2/Chart.yaml rename to charts/nextcloud/1.3.3/Chart.yaml index c4c321b383..b324170d4a 100644 --- a/test/nextcloud/1.3.2/Chart.yaml +++ b/charts/nextcloud/1.3.3/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: '22.1' +appVersion: 22.1.0 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.2 +version: 1.3.3 diff --git a/charts/nextcloud/1.3.2/README.md b/charts/nextcloud/1.3.3/README.md similarity index 100% rename from charts/nextcloud/1.3.2/README.md rename to charts/nextcloud/1.3.3/README.md diff --git a/charts/nextcloud/1.3.2/app-readme.md b/charts/nextcloud/1.3.3/app-readme.md similarity index 100% rename from charts/nextcloud/1.3.2/app-readme.md rename to charts/nextcloud/1.3.3/app-readme.md diff --git a/charts/nextcloud/1.3.2/charts/common-2105.0.0.tgz b/charts/nextcloud/1.3.3/charts/common-2105.0.0.tgz similarity index 100% rename from charts/nextcloud/1.3.2/charts/common-2105.0.0.tgz rename to charts/nextcloud/1.3.3/charts/common-2105.0.0.tgz diff --git a/charts/nextcloud/1.3.2/default_values.yaml b/charts/nextcloud/1.3.3/default_values.yaml similarity index 100% rename from charts/nextcloud/1.3.2/default_values.yaml rename to charts/nextcloud/1.3.3/default_values.yaml diff --git a/test/nextcloud/1.3.2/ix_values.yaml b/charts/nextcloud/1.3.3/ix_values.yaml similarity index 80% rename from test/nextcloud/1.3.2/ix_values.yaml rename to charts/nextcloud/1.3.3/ix_values.yaml index 79889df6d2..84cb391d21 100644 --- a/test/nextcloud/1.3.2/ix_values.yaml +++ b/charts/nextcloud/1.3.3/ix_values.yaml @@ -1,4 +1,4 @@ image: pullPolicy: IfNotPresent repository: nextcloud - tag: '22.1' + tag: 22.1.0 diff --git a/charts/nextcloud/1.3.2/migrations/migrate_from_1.1.0 b/charts/nextcloud/1.3.3/migrations/migrate_from_1.1.0 similarity index 100% rename from charts/nextcloud/1.3.2/migrations/migrate_from_1.1.0 rename to charts/nextcloud/1.3.3/migrations/migrate_from_1.1.0 diff --git a/charts/nextcloud/1.3.2/questions.yaml b/charts/nextcloud/1.3.3/questions.yaml similarity index 100% rename from charts/nextcloud/1.3.2/questions.yaml rename to charts/nextcloud/1.3.3/questions.yaml diff --git a/charts/nextcloud/1.3.2/templates/NOTES.txt b/charts/nextcloud/1.3.3/templates/NOTES.txt similarity index 100% rename from charts/nextcloud/1.3.2/templates/NOTES.txt rename to charts/nextcloud/1.3.3/templates/NOTES.txt diff --git a/charts/nextcloud/1.3.2/templates/_postgres.tpl b/charts/nextcloud/1.3.3/templates/_postgres.tpl similarity index 100% rename from charts/nextcloud/1.3.2/templates/_postgres.tpl rename to charts/nextcloud/1.3.3/templates/_postgres.tpl diff --git a/charts/nextcloud/1.3.2/templates/backup-postgres-config.yaml b/charts/nextcloud/1.3.3/templates/backup-postgres-config.yaml similarity index 100% rename from charts/nextcloud/1.3.2/templates/backup-postgres-config.yaml rename to charts/nextcloud/1.3.3/templates/backup-postgres-config.yaml diff --git a/charts/nextcloud/1.3.2/templates/backup-postgres-hook.yaml b/charts/nextcloud/1.3.3/templates/backup-postgres-hook.yaml similarity index 100% rename from charts/nextcloud/1.3.2/templates/backup-postgres-hook.yaml rename to charts/nextcloud/1.3.3/templates/backup-postgres-hook.yaml diff --git a/charts/nextcloud/1.3.2/templates/deployment.yaml b/charts/nextcloud/1.3.3/templates/deployment.yaml similarity index 100% rename from charts/nextcloud/1.3.2/templates/deployment.yaml rename to charts/nextcloud/1.3.3/templates/deployment.yaml diff --git a/charts/nextcloud/1.3.2/templates/nuke-deployments-hook.yaml b/charts/nextcloud/1.3.3/templates/nuke-deployments-hook.yaml similarity index 100% rename from charts/nextcloud/1.3.2/templates/nuke-deployments-hook.yaml rename to charts/nextcloud/1.3.3/templates/nuke-deployments-hook.yaml diff --git a/charts/nextcloud/1.3.2/templates/postgres-deployment.yaml b/charts/nextcloud/1.3.3/templates/postgres-deployment.yaml similarity index 100% rename from charts/nextcloud/1.3.2/templates/postgres-deployment.yaml rename to charts/nextcloud/1.3.3/templates/postgres-deployment.yaml diff --git a/charts/nextcloud/1.3.2/templates/postgres-secret.yaml b/charts/nextcloud/1.3.3/templates/postgres-secret.yaml similarity index 100% rename from charts/nextcloud/1.3.2/templates/postgres-secret.yaml rename to charts/nextcloud/1.3.3/templates/postgres-secret.yaml diff --git a/charts/nextcloud/1.3.2/templates/postgres-service.yaml b/charts/nextcloud/1.3.3/templates/postgres-service.yaml similarity index 100% rename from charts/nextcloud/1.3.2/templates/postgres-service.yaml rename to charts/nextcloud/1.3.3/templates/postgres-service.yaml diff --git a/charts/nextcloud/1.3.2/templates/secrets.yaml b/charts/nextcloud/1.3.3/templates/secrets.yaml similarity index 100% rename from charts/nextcloud/1.3.2/templates/secrets.yaml rename to charts/nextcloud/1.3.3/templates/secrets.yaml diff --git a/charts/nextcloud/1.3.2/templates/service.yaml b/charts/nextcloud/1.3.3/templates/service.yaml similarity index 100% rename from charts/nextcloud/1.3.2/templates/service.yaml rename to charts/nextcloud/1.3.3/templates/service.yaml diff --git a/charts/nextcloud/1.3.2/templates/serviceaccount.yaml b/charts/nextcloud/1.3.3/templates/serviceaccount.yaml similarity index 100% rename from charts/nextcloud/1.3.2/templates/serviceaccount.yaml rename to charts/nextcloud/1.3.3/templates/serviceaccount.yaml diff --git a/test/nextcloud/1.3.2/test_values.yaml b/charts/nextcloud/1.3.3/test_values.yaml similarity index 98% rename from test/nextcloud/1.3.2/test_values.yaml rename to charts/nextcloud/1.3.3/test_values.yaml index 31a0372f4d..7e0d6e6c1a 100644 --- a/test/nextcloud/1.3.2/test_values.yaml +++ b/charts/nextcloud/1.3.3/test_values.yaml @@ -9,7 +9,7 @@ environmentVariables: [] image: pullPolicy: IfNotPresent repository: nextcloud - tag: '22.1' + tag: 22.1.0 ixChartContext: {} nextcloud: datadir: /var/www/html/data diff --git a/charts/nextcloud/1.3.2/values.yaml b/charts/nextcloud/1.3.3/values.yaml similarity index 100% rename from charts/nextcloud/1.3.2/values.yaml rename to charts/nextcloud/1.3.3/values.yaml diff --git a/test/chia/1.3.10/.helmignore b/test/chia/1.3.11/.helmignore similarity index 100% rename from test/chia/1.3.10/.helmignore rename to test/chia/1.3.11/.helmignore diff --git a/test/chia/1.3.10/Chart.yaml b/test/chia/1.3.11/Chart.yaml similarity index 92% rename from test/chia/1.3.10/Chart.yaml rename to test/chia/1.3.11/Chart.yaml index 726fe5eb04..659e2bc3cd 100644 --- a/test/chia/1.3.10/Chart.yaml +++ b/test/chia/1.3.11/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v1 -appVersion: v1.2.3_7 +appVersion: v1.2.4 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.10 +version: 1.3.11 diff --git a/test/chia/1.3.10/README.md b/test/chia/1.3.11/README.md similarity index 100% rename from test/chia/1.3.10/README.md rename to test/chia/1.3.11/README.md diff --git a/test/chia/1.3.10/app-readme.md b/test/chia/1.3.11/app-readme.md similarity index 100% rename from test/chia/1.3.10/app-readme.md rename to test/chia/1.3.11/app-readme.md diff --git a/test/chia/1.3.10/charts/common-2105.0.0.tgz b/test/chia/1.3.11/charts/common-2105.0.0.tgz similarity index 100% rename from test/chia/1.3.10/charts/common-2105.0.0.tgz rename to test/chia/1.3.11/charts/common-2105.0.0.tgz diff --git a/test/chia/1.3.10/default_values.yaml b/test/chia/1.3.11/default_values.yaml similarity index 100% rename from test/chia/1.3.10/default_values.yaml rename to test/chia/1.3.11/default_values.yaml diff --git a/test/chia/1.3.10/ix_values.yaml b/test/chia/1.3.11/ix_values.yaml similarity index 85% rename from test/chia/1.3.10/ix_values.yaml rename to test/chia/1.3.11/ix_values.yaml index 10f7adaf92..3c32d0af83 100644 --- a/test/chia/1.3.10/ix_values.yaml +++ b/test/chia/1.3.11/ix_values.yaml @@ -1,5 +1,5 @@ image: pullPolicy: IfNotPresent repository: ixsystems/chia-docker - tag: v1.2.3_7 + tag: v1.2.4 updateStrategy: Recreate diff --git a/test/chia/1.3.10/questions.yaml b/test/chia/1.3.11/questions.yaml similarity index 100% rename from test/chia/1.3.10/questions.yaml rename to test/chia/1.3.11/questions.yaml diff --git a/test/chia/1.3.10/requirements.lock b/test/chia/1.3.11/requirements.lock similarity index 100% rename from test/chia/1.3.10/requirements.lock rename to test/chia/1.3.11/requirements.lock diff --git a/test/chia/1.3.10/templates/deployment.yaml b/test/chia/1.3.11/templates/deployment.yaml similarity index 100% rename from test/chia/1.3.10/templates/deployment.yaml rename to test/chia/1.3.11/templates/deployment.yaml diff --git a/test/chia/1.3.10/templates/generate-mnemonic.yaml b/test/chia/1.3.11/templates/generate-mnemonic.yaml similarity index 100% rename from test/chia/1.3.10/templates/generate-mnemonic.yaml rename to test/chia/1.3.11/templates/generate-mnemonic.yaml diff --git a/test/chia/1.3.10/templates/mnemonic-configmap.yaml b/test/chia/1.3.11/templates/mnemonic-configmap.yaml similarity index 100% rename from test/chia/1.3.10/templates/mnemonic-configmap.yaml rename to test/chia/1.3.11/templates/mnemonic-configmap.yaml diff --git a/test/chia/1.3.10/test_values.yaml b/test/chia/1.3.11/test_values.yaml similarity index 93% rename from test/chia/1.3.10/test_values.yaml rename to test/chia/1.3.11/test_values.yaml index 8a2deceb23..ecf98ef0f0 100644 --- a/test/chia/1.3.10/test_values.yaml +++ b/test/chia/1.3.11/test_values.yaml @@ -9,5 +9,5 @@ farmr_env: 'off' image: pullPolicy: IfNotPresent repository: ixsystems/chia-docker - tag: v1.2.3_7 + tag: v1.2.4 updateStrategy: Recreate diff --git a/test/chia/1.3.10/values.yaml b/test/chia/1.3.11/values.yaml similarity index 100% rename from test/chia/1.3.10/values.yaml rename to test/chia/1.3.11/values.yaml diff --git a/test/machinaris/1.0.2/.helmignore b/test/machinaris/1.0.3/.helmignore similarity index 100% rename from test/machinaris/1.0.2/.helmignore rename to test/machinaris/1.0.3/.helmignore diff --git a/charts/machinaris/1.0.2/Chart.yaml b/test/machinaris/1.0.3/Chart.yaml similarity index 92% rename from charts/machinaris/1.0.2/Chart.yaml rename to test/machinaris/1.0.3/Chart.yaml index 55599b573f..b3e477314b 100644 --- a/charts/machinaris/1.0.2/Chart.yaml +++ b/test/machinaris/1.0.3/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v1 -appVersion: v0.5.2 +appVersion: v0.5.3 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.2 +version: 1.0.3 diff --git a/test/machinaris/1.0.2/README.md b/test/machinaris/1.0.3/README.md similarity index 100% rename from test/machinaris/1.0.2/README.md rename to test/machinaris/1.0.3/README.md diff --git a/test/machinaris/1.0.2/app-readme.md b/test/machinaris/1.0.3/app-readme.md similarity index 100% rename from test/machinaris/1.0.2/app-readme.md rename to test/machinaris/1.0.3/app-readme.md diff --git a/test/machinaris/1.0.2/charts/common-2105.0.0.tgz b/test/machinaris/1.0.3/charts/common-2105.0.0.tgz similarity index 100% rename from test/machinaris/1.0.2/charts/common-2105.0.0.tgz rename to test/machinaris/1.0.3/charts/common-2105.0.0.tgz diff --git a/test/machinaris/1.0.2/ix_values.yaml b/test/machinaris/1.0.3/ix_values.yaml similarity index 87% rename from test/machinaris/1.0.2/ix_values.yaml rename to test/machinaris/1.0.3/ix_values.yaml index db11b7aee4..110ae5208c 100644 --- a/test/machinaris/1.0.2/ix_values.yaml +++ b/test/machinaris/1.0.3/ix_values.yaml @@ -1,5 +1,5 @@ image: pullPolicy: IfNotPresent repository: ghcr.io/guydavis/machinaris - tag: v0.5.2 + tag: v0.5.3 updateStrategy: Recreate diff --git a/test/machinaris/1.0.2/questions.yaml b/test/machinaris/1.0.3/questions.yaml similarity index 100% rename from test/machinaris/1.0.2/questions.yaml rename to test/machinaris/1.0.3/questions.yaml diff --git a/test/machinaris/1.0.2/requirements.lock b/test/machinaris/1.0.3/requirements.lock similarity index 100% rename from test/machinaris/1.0.2/requirements.lock rename to test/machinaris/1.0.3/requirements.lock diff --git a/test/machinaris/1.0.2/templates/deployment.yaml b/test/machinaris/1.0.3/templates/deployment.yaml similarity index 100% rename from test/machinaris/1.0.2/templates/deployment.yaml rename to test/machinaris/1.0.3/templates/deployment.yaml diff --git a/test/machinaris/1.0.2/templates/service.yaml b/test/machinaris/1.0.3/templates/service.yaml similarity index 100% rename from test/machinaris/1.0.2/templates/service.yaml rename to test/machinaris/1.0.3/templates/service.yaml diff --git a/test/machinaris/1.0.2/test_values.yaml b/test/machinaris/1.0.3/test_values.yaml similarity index 95% rename from test/machinaris/1.0.2/test_values.yaml rename to test/machinaris/1.0.3/test_values.yaml index c4fa0e1dd5..51d5b9df54 100644 --- a/test/machinaris/1.0.2/test_values.yaml +++ b/test/machinaris/1.0.3/test_values.yaml @@ -8,7 +8,7 @@ appVolumeMounts: image: pullPolicy: IfNotPresent repository: ghcr.io/guydavis/machinaris - tag: v0.5.2 + tag: v0.5.3 machinaris_ui_port: 31003 timezone: America/Edmonton updateStrategy: Recreate diff --git a/test/nextcloud/1.3.2/.helmignore b/test/nextcloud/1.3.3/.helmignore similarity index 100% rename from test/nextcloud/1.3.2/.helmignore rename to test/nextcloud/1.3.3/.helmignore diff --git a/test/nextcloud/1.3.2/Chart.lock b/test/nextcloud/1.3.3/Chart.lock similarity index 100% rename from test/nextcloud/1.3.2/Chart.lock rename to test/nextcloud/1.3.3/Chart.lock diff --git a/charts/nextcloud/1.3.2/Chart.yaml b/test/nextcloud/1.3.3/Chart.yaml similarity index 94% rename from charts/nextcloud/1.3.2/Chart.yaml rename to test/nextcloud/1.3.3/Chart.yaml index c4c321b383..b324170d4a 100644 --- a/charts/nextcloud/1.3.2/Chart.yaml +++ b/test/nextcloud/1.3.3/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: '22.1' +appVersion: 22.1.0 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.2 +version: 1.3.3 diff --git a/test/nextcloud/1.3.2/README.md b/test/nextcloud/1.3.3/README.md similarity index 100% rename from test/nextcloud/1.3.2/README.md rename to test/nextcloud/1.3.3/README.md diff --git a/test/nextcloud/1.3.2/app-readme.md b/test/nextcloud/1.3.3/app-readme.md similarity index 100% rename from test/nextcloud/1.3.2/app-readme.md rename to test/nextcloud/1.3.3/app-readme.md diff --git a/test/nextcloud/1.3.2/charts/common-2105.0.0.tgz b/test/nextcloud/1.3.3/charts/common-2105.0.0.tgz similarity index 100% rename from test/nextcloud/1.3.2/charts/common-2105.0.0.tgz rename to test/nextcloud/1.3.3/charts/common-2105.0.0.tgz diff --git a/test/nextcloud/1.3.2/default_values.yaml b/test/nextcloud/1.3.3/default_values.yaml similarity index 100% rename from test/nextcloud/1.3.2/default_values.yaml rename to test/nextcloud/1.3.3/default_values.yaml diff --git a/charts/nextcloud/1.3.2/ix_values.yaml b/test/nextcloud/1.3.3/ix_values.yaml similarity index 80% rename from charts/nextcloud/1.3.2/ix_values.yaml rename to test/nextcloud/1.3.3/ix_values.yaml index 79889df6d2..84cb391d21 100644 --- a/charts/nextcloud/1.3.2/ix_values.yaml +++ b/test/nextcloud/1.3.3/ix_values.yaml @@ -1,4 +1,4 @@ image: pullPolicy: IfNotPresent repository: nextcloud - tag: '22.1' + tag: 22.1.0 diff --git a/test/nextcloud/1.3.2/migrations/migrate_from_1.1.0 b/test/nextcloud/1.3.3/migrations/migrate_from_1.1.0 similarity index 100% rename from test/nextcloud/1.3.2/migrations/migrate_from_1.1.0 rename to test/nextcloud/1.3.3/migrations/migrate_from_1.1.0 diff --git a/test/nextcloud/1.3.2/questions.yaml b/test/nextcloud/1.3.3/questions.yaml similarity index 100% rename from test/nextcloud/1.3.2/questions.yaml rename to test/nextcloud/1.3.3/questions.yaml diff --git a/test/nextcloud/1.3.2/templates/NOTES.txt b/test/nextcloud/1.3.3/templates/NOTES.txt similarity index 100% rename from test/nextcloud/1.3.2/templates/NOTES.txt rename to test/nextcloud/1.3.3/templates/NOTES.txt diff --git a/test/nextcloud/1.3.2/templates/_postgres.tpl b/test/nextcloud/1.3.3/templates/_postgres.tpl similarity index 100% rename from test/nextcloud/1.3.2/templates/_postgres.tpl rename to test/nextcloud/1.3.3/templates/_postgres.tpl diff --git a/test/nextcloud/1.3.2/templates/backup-postgres-config.yaml b/test/nextcloud/1.3.3/templates/backup-postgres-config.yaml similarity index 100% rename from test/nextcloud/1.3.2/templates/backup-postgres-config.yaml rename to test/nextcloud/1.3.3/templates/backup-postgres-config.yaml diff --git a/test/nextcloud/1.3.2/templates/backup-postgres-hook.yaml b/test/nextcloud/1.3.3/templates/backup-postgres-hook.yaml similarity index 100% rename from test/nextcloud/1.3.2/templates/backup-postgres-hook.yaml rename to test/nextcloud/1.3.3/templates/backup-postgres-hook.yaml diff --git a/test/nextcloud/1.3.2/templates/deployment.yaml b/test/nextcloud/1.3.3/templates/deployment.yaml similarity index 100% rename from test/nextcloud/1.3.2/templates/deployment.yaml rename to test/nextcloud/1.3.3/templates/deployment.yaml diff --git a/test/nextcloud/1.3.2/templates/nuke-deployments-hook.yaml b/test/nextcloud/1.3.3/templates/nuke-deployments-hook.yaml similarity index 100% rename from test/nextcloud/1.3.2/templates/nuke-deployments-hook.yaml rename to test/nextcloud/1.3.3/templates/nuke-deployments-hook.yaml diff --git a/test/nextcloud/1.3.2/templates/postgres-deployment.yaml b/test/nextcloud/1.3.3/templates/postgres-deployment.yaml similarity index 100% rename from test/nextcloud/1.3.2/templates/postgres-deployment.yaml rename to test/nextcloud/1.3.3/templates/postgres-deployment.yaml diff --git a/test/nextcloud/1.3.2/templates/postgres-secret.yaml b/test/nextcloud/1.3.3/templates/postgres-secret.yaml similarity index 100% rename from test/nextcloud/1.3.2/templates/postgres-secret.yaml rename to test/nextcloud/1.3.3/templates/postgres-secret.yaml diff --git a/test/nextcloud/1.3.2/templates/postgres-service.yaml b/test/nextcloud/1.3.3/templates/postgres-service.yaml similarity index 100% rename from test/nextcloud/1.3.2/templates/postgres-service.yaml rename to test/nextcloud/1.3.3/templates/postgres-service.yaml diff --git a/test/nextcloud/1.3.2/templates/secrets.yaml b/test/nextcloud/1.3.3/templates/secrets.yaml similarity index 100% rename from test/nextcloud/1.3.2/templates/secrets.yaml rename to test/nextcloud/1.3.3/templates/secrets.yaml diff --git a/test/nextcloud/1.3.2/templates/service.yaml b/test/nextcloud/1.3.3/templates/service.yaml similarity index 100% rename from test/nextcloud/1.3.2/templates/service.yaml rename to test/nextcloud/1.3.3/templates/service.yaml diff --git a/test/nextcloud/1.3.2/templates/serviceaccount.yaml b/test/nextcloud/1.3.3/templates/serviceaccount.yaml similarity index 100% rename from test/nextcloud/1.3.2/templates/serviceaccount.yaml rename to test/nextcloud/1.3.3/templates/serviceaccount.yaml diff --git a/charts/nextcloud/1.3.2/test_values.yaml b/test/nextcloud/1.3.3/test_values.yaml similarity index 98% rename from charts/nextcloud/1.3.2/test_values.yaml rename to test/nextcloud/1.3.3/test_values.yaml index 31a0372f4d..7e0d6e6c1a 100644 --- a/charts/nextcloud/1.3.2/test_values.yaml +++ b/test/nextcloud/1.3.3/test_values.yaml @@ -9,7 +9,7 @@ environmentVariables: [] image: pullPolicy: IfNotPresent repository: nextcloud - tag: '22.1' + tag: 22.1.0 ixChartContext: {} nextcloud: datadir: /var/www/html/data diff --git a/test/nextcloud/1.3.2/values.yaml b/test/nextcloud/1.3.3/values.yaml similarity index 100% rename from test/nextcloud/1.3.2/values.yaml rename to test/nextcloud/1.3.3/values.yaml