diff --git a/charts/chia/1.3.26/.helmignore b/charts/chia/1.3.27/.helmignore similarity index 100% rename from charts/chia/1.3.26/.helmignore rename to charts/chia/1.3.27/.helmignore diff --git a/charts/chia/1.3.26/Chart.yaml b/charts/chia/1.3.27/Chart.yaml similarity index 92% rename from charts/chia/1.3.26/Chart.yaml rename to charts/chia/1.3.27/Chart.yaml index 6d24087984..56643e202b 100644 --- a/charts/chia/1.3.26/Chart.yaml +++ b/charts/chia/1.3.27/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v1 -appVersion: v1.3.4 +appVersion: v1.3.5 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.26 +version: 1.3.27 diff --git a/charts/chia/1.3.26/README.md b/charts/chia/1.3.27/README.md similarity index 100% rename from charts/chia/1.3.26/README.md rename to charts/chia/1.3.27/README.md diff --git a/charts/chia/1.3.26/app-readme.md b/charts/chia/1.3.27/app-readme.md similarity index 100% rename from charts/chia/1.3.26/app-readme.md rename to charts/chia/1.3.27/app-readme.md diff --git a/charts/chia/1.3.26/charts/common-2112.0.0.tgz b/charts/chia/1.3.27/charts/common-2112.0.0.tgz similarity index 100% rename from charts/chia/1.3.26/charts/common-2112.0.0.tgz rename to charts/chia/1.3.27/charts/common-2112.0.0.tgz diff --git a/charts/chia/1.3.26/default_values.yaml b/charts/chia/1.3.27/default_values.yaml similarity index 100% rename from charts/chia/1.3.26/default_values.yaml rename to charts/chia/1.3.27/default_values.yaml diff --git a/charts/chia/1.3.26/ix_values.yaml b/charts/chia/1.3.27/ix_values.yaml similarity index 87% rename from charts/chia/1.3.26/ix_values.yaml rename to charts/chia/1.3.27/ix_values.yaml index 2330fe9152..8c1273b441 100644 --- a/charts/chia/1.3.26/ix_values.yaml +++ b/charts/chia/1.3.27/ix_values.yaml @@ -1,5 +1,5 @@ image: pullPolicy: IfNotPresent repository: ixsystems/chia-docker - tag: v1.3.4 + tag: v1.3.5 updateStrategy: Recreate diff --git a/charts/chia/1.3.26/questions.yaml b/charts/chia/1.3.27/questions.yaml similarity index 100% rename from charts/chia/1.3.26/questions.yaml rename to charts/chia/1.3.27/questions.yaml diff --git a/charts/chia/1.3.26/requirements.lock b/charts/chia/1.3.27/requirements.lock similarity index 100% rename from charts/chia/1.3.26/requirements.lock rename to charts/chia/1.3.27/requirements.lock diff --git a/charts/chia/1.3.26/templates/deployment.yaml b/charts/chia/1.3.27/templates/deployment.yaml similarity index 100% rename from charts/chia/1.3.26/templates/deployment.yaml rename to charts/chia/1.3.27/templates/deployment.yaml diff --git a/charts/chia/1.3.26/templates/generate-mnemonic.yaml b/charts/chia/1.3.27/templates/generate-mnemonic.yaml similarity index 100% rename from charts/chia/1.3.26/templates/generate-mnemonic.yaml rename to charts/chia/1.3.27/templates/generate-mnemonic.yaml diff --git a/charts/chia/1.3.26/templates/mnemonic-configmap.yaml b/charts/chia/1.3.27/templates/mnemonic-configmap.yaml similarity index 100% rename from charts/chia/1.3.26/templates/mnemonic-configmap.yaml rename to charts/chia/1.3.27/templates/mnemonic-configmap.yaml diff --git a/charts/chia/1.3.26/templates/networking.tpl b/charts/chia/1.3.27/templates/networking.tpl similarity index 100% rename from charts/chia/1.3.26/templates/networking.tpl rename to charts/chia/1.3.27/templates/networking.tpl diff --git a/charts/chia/1.3.26/templates/service.yaml b/charts/chia/1.3.27/templates/service.yaml similarity index 100% rename from charts/chia/1.3.26/templates/service.yaml rename to charts/chia/1.3.27/templates/service.yaml diff --git a/test/chia/1.3.26/test_values.yaml b/charts/chia/1.3.27/test_values.yaml similarity index 95% rename from test/chia/1.3.26/test_values.yaml rename to charts/chia/1.3.27/test_values.yaml index f4cffec5f5..38962bea1c 100644 --- a/test/chia/1.3.26/test_values.yaml +++ b/charts/chia/1.3.27/test_values.yaml @@ -9,7 +9,7 @@ farmr_env: 'off' image: pullPolicy: IfNotPresent repository: ixsystems/chia-docker - tag: v1.3.4 + tag: v1.3.5 service: farmerPort: 31122 nodePort: 31121 diff --git a/charts/chia/1.3.26/values.yaml b/charts/chia/1.3.27/values.yaml similarity index 100% rename from charts/chia/1.3.26/values.yaml rename to charts/chia/1.3.27/values.yaml diff --git a/charts/emby/1.0.0/.helmignore b/charts/emby/1.0.1/.helmignore similarity index 100% rename from charts/emby/1.0.0/.helmignore rename to charts/emby/1.0.1/.helmignore diff --git a/test/emby/1.0.0/Chart.yaml b/charts/emby/1.0.1/Chart.yaml similarity index 90% rename from test/emby/1.0.0/Chart.yaml rename to charts/emby/1.0.1/Chart.yaml index 2488ad7858..d69b68a942 100644 --- a/test/emby/1.0.0/Chart.yaml +++ b/charts/emby/1.0.1/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: 4.6.7.0 +appVersion: 4.7.0.40 dependencies: - name: common repository: file://../../../library/common/2112.0.0 @@ -13,4 +13,4 @@ keywords: name: emby sources: - https://hub.docker.com/r/emby/embyserver -version: 1.0.0 +version: 1.0.1 diff --git a/charts/emby/1.0.0/README.md b/charts/emby/1.0.1/README.md similarity index 100% rename from charts/emby/1.0.0/README.md rename to charts/emby/1.0.1/README.md diff --git a/charts/emby/1.0.0/app-readme.md b/charts/emby/1.0.1/app-readme.md similarity index 100% rename from charts/emby/1.0.0/app-readme.md rename to charts/emby/1.0.1/app-readme.md diff --git a/charts/emby/1.0.0/charts/common-2112.0.0.tgz b/charts/emby/1.0.1/charts/common-2112.0.0.tgz similarity index 100% rename from charts/emby/1.0.0/charts/common-2112.0.0.tgz rename to charts/emby/1.0.1/charts/common-2112.0.0.tgz diff --git a/charts/emby/1.0.0/ix_values.yaml b/charts/emby/1.0.1/ix_values.yaml similarity index 80% rename from charts/emby/1.0.0/ix_values.yaml rename to charts/emby/1.0.1/ix_values.yaml index 7600ae310e..75b4a04b8b 100644 --- a/charts/emby/1.0.0/ix_values.yaml +++ b/charts/emby/1.0.1/ix_values.yaml @@ -1,4 +1,4 @@ image: pullPolicy: IfNotPresent repository: emby/embyserver - tag: 4.6.7.0 + tag: 4.7.0.40 diff --git a/charts/emby/1.0.0/questions.yaml b/charts/emby/1.0.1/questions.yaml similarity index 100% rename from charts/emby/1.0.0/questions.yaml rename to charts/emby/1.0.1/questions.yaml diff --git a/charts/emby/1.0.0/requirements.lock b/charts/emby/1.0.1/requirements.lock similarity index 100% rename from charts/emby/1.0.0/requirements.lock rename to charts/emby/1.0.1/requirements.lock diff --git a/charts/emby/1.0.0/templates/NOTES.txt b/charts/emby/1.0.1/templates/NOTES.txt similarity index 100% rename from charts/emby/1.0.0/templates/NOTES.txt rename to charts/emby/1.0.1/templates/NOTES.txt diff --git a/charts/emby/1.0.0/templates/deployment.yaml b/charts/emby/1.0.1/templates/deployment.yaml similarity index 100% rename from charts/emby/1.0.0/templates/deployment.yaml rename to charts/emby/1.0.1/templates/deployment.yaml diff --git a/charts/emby/1.0.0/templates/service-tcp.yaml b/charts/emby/1.0.1/templates/service-tcp.yaml similarity index 100% rename from charts/emby/1.0.0/templates/service-tcp.yaml rename to charts/emby/1.0.1/templates/service-tcp.yaml diff --git a/charts/emby/1.0.0/templates/service-udp.yaml b/charts/emby/1.0.1/templates/service-udp.yaml similarity index 100% rename from charts/emby/1.0.0/templates/service-udp.yaml rename to charts/emby/1.0.1/templates/service-udp.yaml diff --git a/charts/emby/1.0.0/templates/tests/deployment-check.yaml b/charts/emby/1.0.1/templates/tests/deployment-check.yaml similarity index 100% rename from charts/emby/1.0.0/templates/tests/deployment-check.yaml rename to charts/emby/1.0.1/templates/tests/deployment-check.yaml diff --git a/charts/emby/1.0.0/test_values.yaml b/charts/emby/1.0.1/test_values.yaml similarity index 95% rename from charts/emby/1.0.0/test_values.yaml rename to charts/emby/1.0.1/test_values.yaml index 979ff6b6a5..1aba36e20a 100644 --- a/charts/emby/1.0.0/test_values.yaml +++ b/charts/emby/1.0.1/test_values.yaml @@ -2,6 +2,8 @@ appVolumeMounts: config: emptyDir: true mountPath: /config +embyServerHttp: + port: 32496 emptyDirVolumes: true environmentVariables: [] extraAppVolumeMounts: @@ -13,7 +15,5 @@ hostNetwork: false image: pullPolicy: IfNotPresent repository: emby/embyserver - tag: 4.6.7.0 -embyServerHttp: - port: 32496 + tag: 4.7.0.40 updateStrategy: Recreate diff --git a/charts/machinaris/1.1.4/.helmignore b/charts/machinaris/1.1.5/.helmignore similarity index 100% rename from charts/machinaris/1.1.4/.helmignore rename to charts/machinaris/1.1.5/.helmignore diff --git a/charts/machinaris/1.1.4/Chart.yaml b/charts/machinaris/1.1.5/Chart.yaml similarity index 92% rename from charts/machinaris/1.1.4/Chart.yaml rename to charts/machinaris/1.1.5/Chart.yaml index 20743042ba..38d028bd94 100644 --- a/charts/machinaris/1.1.4/Chart.yaml +++ b/charts/machinaris/1.1.5/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v1 -appVersion: v0.7.1 +appVersion: v0.7.2 dependencies: - name: common repository: file://../../../library/common/2112.0.0 @@ -14,4 +14,4 @@ keywords: name: machinaris sources: - https://github.com/guydavis/machinaris -version: 1.1.4 +version: 1.1.5 diff --git a/charts/machinaris/1.1.4/README.md b/charts/machinaris/1.1.5/README.md similarity index 100% rename from charts/machinaris/1.1.4/README.md rename to charts/machinaris/1.1.5/README.md diff --git a/charts/machinaris/1.1.4/app-readme.md b/charts/machinaris/1.1.5/app-readme.md similarity index 100% rename from charts/machinaris/1.1.4/app-readme.md rename to charts/machinaris/1.1.5/app-readme.md diff --git a/charts/machinaris/1.1.4/charts/common-2112.0.0.tgz b/charts/machinaris/1.1.5/charts/common-2112.0.0.tgz similarity index 100% rename from charts/machinaris/1.1.4/charts/common-2112.0.0.tgz rename to charts/machinaris/1.1.5/charts/common-2112.0.0.tgz diff --git a/test/machinaris/1.1.4/ix_values.yaml b/charts/machinaris/1.1.5/ix_values.yaml similarity index 99% rename from test/machinaris/1.1.4/ix_values.yaml rename to charts/machinaris/1.1.5/ix_values.yaml index b711361f96..ae6283b776 100644 --- a/test/machinaris/1.1.4/ix_values.yaml +++ b/charts/machinaris/1.1.5/ix_values.yaml @@ -110,7 +110,7 @@ hddcoin: image: pullPolicy: IfNotPresent repository: ghcr.io/guydavis/machinaris - tag: v0.7.1 + tag: v0.7.2 maize: apiPort: 8933 farmerPort: 8647 diff --git a/charts/machinaris/1.1.4/questions.yaml b/charts/machinaris/1.1.5/questions.yaml similarity index 100% rename from charts/machinaris/1.1.4/questions.yaml rename to charts/machinaris/1.1.5/questions.yaml diff --git a/charts/machinaris/1.1.4/requirements.lock b/charts/machinaris/1.1.5/requirements.lock similarity index 100% rename from charts/machinaris/1.1.4/requirements.lock rename to charts/machinaris/1.1.5/requirements.lock diff --git a/charts/machinaris/1.1.4/templates/_helpers.tpl b/charts/machinaris/1.1.5/templates/_helpers.tpl similarity index 100% rename from charts/machinaris/1.1.4/templates/_helpers.tpl rename to charts/machinaris/1.1.5/templates/_helpers.tpl diff --git a/charts/machinaris/1.1.4/templates/coins-deployment.yaml b/charts/machinaris/1.1.5/templates/coins-deployment.yaml similarity index 100% rename from charts/machinaris/1.1.4/templates/coins-deployment.yaml rename to charts/machinaris/1.1.5/templates/coins-deployment.yaml diff --git a/charts/machinaris/1.1.4/templates/deployment.yaml b/charts/machinaris/1.1.5/templates/deployment.yaml similarity index 100% rename from charts/machinaris/1.1.4/templates/deployment.yaml rename to charts/machinaris/1.1.5/templates/deployment.yaml diff --git a/charts/machinaris/1.1.4/templates/service.yaml b/charts/machinaris/1.1.5/templates/service.yaml similarity index 100% rename from charts/machinaris/1.1.4/templates/service.yaml rename to charts/machinaris/1.1.5/templates/service.yaml diff --git a/charts/machinaris/1.1.4/templates/tests/cactus-check.yaml b/charts/machinaris/1.1.5/templates/tests/cactus-check.yaml similarity index 100% rename from charts/machinaris/1.1.4/templates/tests/cactus-check.yaml rename to charts/machinaris/1.1.5/templates/tests/cactus-check.yaml diff --git a/charts/machinaris/1.1.4/templates/tests/machinaris-check.yaml b/charts/machinaris/1.1.5/templates/tests/machinaris-check.yaml similarity index 100% rename from charts/machinaris/1.1.4/templates/tests/machinaris-check.yaml rename to charts/machinaris/1.1.5/templates/tests/machinaris-check.yaml diff --git a/charts/machinaris/1.1.4/test_values.yaml b/charts/machinaris/1.1.5/test_values.yaml similarity index 99% rename from charts/machinaris/1.1.4/test_values.yaml rename to charts/machinaris/1.1.5/test_values.yaml index 3ba639af8a..9a63889cf0 100644 --- a/charts/machinaris/1.1.4/test_values.yaml +++ b/charts/machinaris/1.1.5/test_values.yaml @@ -49,7 +49,7 @@ farmerPort: 8447 image: pullPolicy: IfNotPresent repository: ghcr.io/guydavis/machinaris - tag: v0.7.1 + tag: v0.7.2 machinarisApiPort: 8927 machinaris_ui_port: 31003 memLimit: 1G diff --git a/charts/minio/1.6.8/.helmignore b/charts/minio/1.6.9/.helmignore similarity index 100% rename from charts/minio/1.6.8/.helmignore rename to charts/minio/1.6.9/.helmignore diff --git a/charts/minio/1.6.8/CHANGELOG.md b/charts/minio/1.6.9/CHANGELOG.md similarity index 100% rename from charts/minio/1.6.8/CHANGELOG.md rename to charts/minio/1.6.9/CHANGELOG.md diff --git a/charts/minio/1.6.8/Chart.yaml b/charts/minio/1.6.9/Chart.yaml similarity index 91% rename from charts/minio/1.6.8/Chart.yaml rename to charts/minio/1.6.9/Chart.yaml index 1b34569a64..9d62ce2076 100644 --- a/charts/minio/1.6.8/Chart.yaml +++ b/charts/minio/1.6.9/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v1 -appVersion: '2022-04-26' +appVersion: '2022-05-08' dependencies: - name: common repository: file://../../../library/common/2112.0.0 @@ -16,4 +16,4 @@ sources: - https://github.com/minio/minio - https://github.com/minio/charts upstream_version: 8.0.5 -version: 1.6.8 +version: 1.6.9 diff --git a/charts/minio/1.6.8/README.md b/charts/minio/1.6.9/README.md similarity index 100% rename from charts/minio/1.6.8/README.md rename to charts/minio/1.6.9/README.md diff --git a/charts/minio/1.6.8/app-readme.md b/charts/minio/1.6.9/app-readme.md similarity index 100% rename from charts/minio/1.6.8/app-readme.md rename to charts/minio/1.6.9/app-readme.md diff --git a/charts/minio/1.6.8/charts/common-2112.0.0.tgz b/charts/minio/1.6.9/charts/common-2112.0.0.tgz similarity index 100% rename from charts/minio/1.6.8/charts/common-2112.0.0.tgz rename to charts/minio/1.6.9/charts/common-2112.0.0.tgz diff --git a/test/minio/1.6.8/ix_values.yaml b/charts/minio/1.6.9/ix_values.yaml similarity index 71% rename from test/minio/1.6.8/ix_values.yaml rename to charts/minio/1.6.9/ix_values.yaml index 0149f129ce..8cb9d45f80 100644 --- a/test/minio/1.6.8/ix_values.yaml +++ b/charts/minio/1.6.9/ix_values.yaml @@ -1,6 +1,6 @@ image: pullPolicy: IfNotPresent repository: minio/minio - tag: RELEASE.2022-04-26T01-20-24Z + tag: RELEASE.2022-05-08T23-50-31Z runAsGroup: 473 runAsUser: 473 diff --git a/charts/minio/1.6.8/migrations/migrate b/charts/minio/1.6.9/migrations/migrate similarity index 100% rename from charts/minio/1.6.8/migrations/migrate rename to charts/minio/1.6.9/migrations/migrate diff --git a/charts/minio/1.6.8/migrations/migrate_from_1.0.0 b/charts/minio/1.6.9/migrations/migrate_from_1.0.0 similarity index 100% rename from charts/minio/1.6.8/migrations/migrate_from_1.0.0 rename to charts/minio/1.6.9/migrations/migrate_from_1.0.0 diff --git a/charts/minio/1.6.8/questions.yaml b/charts/minio/1.6.9/questions.yaml similarity index 100% rename from charts/minio/1.6.8/questions.yaml rename to charts/minio/1.6.9/questions.yaml diff --git a/charts/minio/1.6.8/requirements.lock b/charts/minio/1.6.9/requirements.lock similarity index 100% rename from charts/minio/1.6.8/requirements.lock rename to charts/minio/1.6.9/requirements.lock diff --git a/charts/minio/1.6.8/templates/NOTES.txt b/charts/minio/1.6.9/templates/NOTES.txt similarity index 100% rename from charts/minio/1.6.8/templates/NOTES.txt rename to charts/minio/1.6.9/templates/NOTES.txt diff --git a/charts/minio/1.6.8/templates/_cert.tpl b/charts/minio/1.6.9/templates/_cert.tpl similarity index 100% rename from charts/minio/1.6.8/templates/_cert.tpl rename to charts/minio/1.6.9/templates/_cert.tpl diff --git a/charts/minio/1.6.8/templates/_helpers.tpl b/charts/minio/1.6.9/templates/_helpers.tpl similarity index 100% rename from charts/minio/1.6.8/templates/_helpers.tpl rename to charts/minio/1.6.9/templates/_helpers.tpl diff --git a/charts/minio/1.6.8/templates/configmap.yaml b/charts/minio/1.6.9/templates/configmap.yaml similarity index 100% rename from charts/minio/1.6.8/templates/configmap.yaml rename to charts/minio/1.6.9/templates/configmap.yaml diff --git a/charts/minio/1.6.8/templates/deployment.yaml b/charts/minio/1.6.9/templates/deployment.yaml similarity index 100% rename from charts/minio/1.6.8/templates/deployment.yaml rename to charts/minio/1.6.9/templates/deployment.yaml diff --git a/charts/minio/1.6.8/templates/pre-install-job.yaml b/charts/minio/1.6.9/templates/pre-install-job.yaml similarity index 100% rename from charts/minio/1.6.8/templates/pre-install-job.yaml rename to charts/minio/1.6.9/templates/pre-install-job.yaml diff --git a/charts/minio/1.6.8/templates/secrets.yaml b/charts/minio/1.6.9/templates/secrets.yaml similarity index 100% rename from charts/minio/1.6.8/templates/secrets.yaml rename to charts/minio/1.6.9/templates/secrets.yaml diff --git a/charts/minio/1.6.8/templates/service.yaml b/charts/minio/1.6.9/templates/service.yaml similarity index 100% rename from charts/minio/1.6.8/templates/service.yaml rename to charts/minio/1.6.9/templates/service.yaml diff --git a/charts/minio/1.6.8/templates/serviceaccount.yaml b/charts/minio/1.6.9/templates/serviceaccount.yaml similarity index 100% rename from charts/minio/1.6.8/templates/serviceaccount.yaml rename to charts/minio/1.6.9/templates/serviceaccount.yaml diff --git a/charts/minio/1.6.8/templates/tests/deployment-check.yaml b/charts/minio/1.6.9/templates/tests/deployment-check.yaml similarity index 100% rename from charts/minio/1.6.8/templates/tests/deployment-check.yaml rename to charts/minio/1.6.9/templates/tests/deployment-check.yaml diff --git a/test/minio/1.6.8/test_values.yaml b/charts/minio/1.6.9/test_values.yaml similarity index 91% rename from test/minio/1.6.8/test_values.yaml rename to charts/minio/1.6.9/test_values.yaml index d70d0e6365..170951211b 100644 --- a/test/minio/1.6.8/test_values.yaml +++ b/charts/minio/1.6.9/test_values.yaml @@ -13,7 +13,7 @@ extraArgs: [] image: pullPolicy: IfNotPresent repository: minio/minio - tag: RELEASE.2022-04-26T01-20-24Z + tag: RELEASE.2022-05-08T23-50-31Z minioDomain: null runAsGroup: 473 runAsUser: 473 diff --git a/charts/nextcloud/1.5.0/.helmignore b/charts/nextcloud/1.5.1/.helmignore similarity index 100% rename from charts/nextcloud/1.5.0/.helmignore rename to charts/nextcloud/1.5.1/.helmignore diff --git a/charts/nextcloud/1.5.0/Chart.lock b/charts/nextcloud/1.5.1/Chart.lock similarity index 100% rename from charts/nextcloud/1.5.0/Chart.lock rename to charts/nextcloud/1.5.1/Chart.lock diff --git a/charts/nextcloud/1.5.0/Chart.yaml b/charts/nextcloud/1.5.1/Chart.yaml similarity index 94% rename from charts/nextcloud/1.5.0/Chart.yaml rename to charts/nextcloud/1.5.1/Chart.yaml index 23fa1fb819..bc1c574763 100644 --- a/charts/nextcloud/1.5.0/Chart.yaml +++ b/charts/nextcloud/1.5.1/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: 23.0.3 +appVersion: '24' dependencies: - name: common repository: file://../../../library/common/2112.0.0 @@ -19,4 +19,4 @@ sources: - https://github.com/nextcloud/docker - https://github.com/nextcloud/helm upstream_version: 2.3.2 -version: 1.5.0 +version: 1.5.1 diff --git a/charts/nextcloud/1.5.0/README.md b/charts/nextcloud/1.5.1/README.md similarity index 100% rename from charts/nextcloud/1.5.0/README.md rename to charts/nextcloud/1.5.1/README.md diff --git a/charts/nextcloud/1.5.0/app-readme.md b/charts/nextcloud/1.5.1/app-readme.md similarity index 100% rename from charts/nextcloud/1.5.0/app-readme.md rename to charts/nextcloud/1.5.1/app-readme.md diff --git a/charts/nextcloud/1.5.0/charts/common-2112.0.0.tgz b/charts/nextcloud/1.5.1/charts/common-2112.0.0.tgz similarity index 100% rename from charts/nextcloud/1.5.0/charts/common-2112.0.0.tgz rename to charts/nextcloud/1.5.1/charts/common-2112.0.0.tgz diff --git a/test/nextcloud/1.5.0/ix_values.yaml b/charts/nextcloud/1.5.1/ix_values.yaml similarity index 92% rename from test/nextcloud/1.5.0/ix_values.yaml rename to charts/nextcloud/1.5.1/ix_values.yaml index 6687d75333..de3dcd4ceb 100644 --- a/test/nextcloud/1.5.0/ix_values.yaml +++ b/charts/nextcloud/1.5.1/ix_values.yaml @@ -1,7 +1,7 @@ image: pullPolicy: IfNotPresent repository: nextcloud - tag: 23.0.3 + tag: '24' nginx: image: pullPolicy: IfNotPresent diff --git a/charts/nextcloud/1.5.0/migrations/migrate_from_1.1.0 b/charts/nextcloud/1.5.1/migrations/migrate_from_1.1.0 similarity index 100% rename from charts/nextcloud/1.5.0/migrations/migrate_from_1.1.0 rename to charts/nextcloud/1.5.1/migrations/migrate_from_1.1.0 diff --git a/charts/nextcloud/1.5.0/questions.yaml b/charts/nextcloud/1.5.1/questions.yaml similarity index 100% rename from charts/nextcloud/1.5.0/questions.yaml rename to charts/nextcloud/1.5.1/questions.yaml diff --git a/charts/nextcloud/1.5.0/requirements.lock b/charts/nextcloud/1.5.1/requirements.lock similarity index 100% rename from charts/nextcloud/1.5.0/requirements.lock rename to charts/nextcloud/1.5.1/requirements.lock diff --git a/charts/nextcloud/1.5.0/templates/NOTES.txt b/charts/nextcloud/1.5.1/templates/NOTES.txt similarity index 100% rename from charts/nextcloud/1.5.0/templates/NOTES.txt rename to charts/nextcloud/1.5.1/templates/NOTES.txt diff --git a/charts/nextcloud/1.5.0/templates/_nginx.tpl b/charts/nextcloud/1.5.1/templates/_nginx.tpl similarity index 100% rename from charts/nextcloud/1.5.0/templates/_nginx.tpl rename to charts/nextcloud/1.5.1/templates/_nginx.tpl diff --git a/charts/nextcloud/1.5.0/templates/_postgres.tpl b/charts/nextcloud/1.5.1/templates/_postgres.tpl similarity index 100% rename from charts/nextcloud/1.5.0/templates/_postgres.tpl rename to charts/nextcloud/1.5.1/templates/_postgres.tpl diff --git a/charts/nextcloud/1.5.0/templates/backup-postgres-config.yaml b/charts/nextcloud/1.5.1/templates/backup-postgres-config.yaml similarity index 100% rename from charts/nextcloud/1.5.0/templates/backup-postgres-config.yaml rename to charts/nextcloud/1.5.1/templates/backup-postgres-config.yaml diff --git a/charts/nextcloud/1.5.0/templates/backup-postgres-hook.yaml b/charts/nextcloud/1.5.1/templates/backup-postgres-hook.yaml similarity index 100% rename from charts/nextcloud/1.5.0/templates/backup-postgres-hook.yaml rename to charts/nextcloud/1.5.1/templates/backup-postgres-hook.yaml diff --git a/charts/nextcloud/1.5.0/templates/deployment.yaml b/charts/nextcloud/1.5.1/templates/deployment.yaml similarity index 100% rename from charts/nextcloud/1.5.0/templates/deployment.yaml rename to charts/nextcloud/1.5.1/templates/deployment.yaml diff --git a/charts/nextcloud/1.5.0/templates/nginx-configmap.yaml b/charts/nextcloud/1.5.1/templates/nginx-configmap.yaml similarity index 100% rename from charts/nextcloud/1.5.0/templates/nginx-configmap.yaml rename to charts/nextcloud/1.5.1/templates/nginx-configmap.yaml diff --git a/charts/nextcloud/1.5.0/templates/nginx-secret.yaml b/charts/nextcloud/1.5.1/templates/nginx-secret.yaml similarity index 100% rename from charts/nextcloud/1.5.0/templates/nginx-secret.yaml rename to charts/nextcloud/1.5.1/templates/nginx-secret.yaml diff --git a/charts/nextcloud/1.5.0/templates/nuke-deployments-hook.yaml b/charts/nextcloud/1.5.1/templates/nuke-deployments-hook.yaml similarity index 100% rename from charts/nextcloud/1.5.0/templates/nuke-deployments-hook.yaml rename to charts/nextcloud/1.5.1/templates/nuke-deployments-hook.yaml diff --git a/charts/nextcloud/1.5.0/templates/postgres-deployment.yaml b/charts/nextcloud/1.5.1/templates/postgres-deployment.yaml similarity index 100% rename from charts/nextcloud/1.5.0/templates/postgres-deployment.yaml rename to charts/nextcloud/1.5.1/templates/postgres-deployment.yaml diff --git a/charts/nextcloud/1.5.0/templates/postgres-secret.yaml b/charts/nextcloud/1.5.1/templates/postgres-secret.yaml similarity index 100% rename from charts/nextcloud/1.5.0/templates/postgres-secret.yaml rename to charts/nextcloud/1.5.1/templates/postgres-secret.yaml diff --git a/charts/nextcloud/1.5.0/templates/postgres-service.yaml b/charts/nextcloud/1.5.1/templates/postgres-service.yaml similarity index 100% rename from charts/nextcloud/1.5.0/templates/postgres-service.yaml rename to charts/nextcloud/1.5.1/templates/postgres-service.yaml diff --git a/charts/nextcloud/1.5.0/templates/secrets.yaml b/charts/nextcloud/1.5.1/templates/secrets.yaml similarity index 100% rename from charts/nextcloud/1.5.0/templates/secrets.yaml rename to charts/nextcloud/1.5.1/templates/secrets.yaml diff --git a/charts/nextcloud/1.5.0/templates/service.yaml b/charts/nextcloud/1.5.1/templates/service.yaml similarity index 100% rename from charts/nextcloud/1.5.0/templates/service.yaml rename to charts/nextcloud/1.5.1/templates/service.yaml diff --git a/charts/nextcloud/1.5.0/templates/serviceaccount.yaml b/charts/nextcloud/1.5.1/templates/serviceaccount.yaml similarity index 100% rename from charts/nextcloud/1.5.0/templates/serviceaccount.yaml rename to charts/nextcloud/1.5.1/templates/serviceaccount.yaml diff --git a/charts/nextcloud/1.5.0/templates/tests/deployment-check.yaml b/charts/nextcloud/1.5.1/templates/tests/deployment-check.yaml similarity index 100% rename from charts/nextcloud/1.5.0/templates/tests/deployment-check.yaml rename to charts/nextcloud/1.5.1/templates/tests/deployment-check.yaml diff --git a/charts/nextcloud/1.5.0/test_values.yaml b/charts/nextcloud/1.5.1/test_values.yaml similarity index 98% rename from charts/nextcloud/1.5.0/test_values.yaml rename to charts/nextcloud/1.5.1/test_values.yaml index 5c63dd11f5..909fa4be2e 100644 --- a/charts/nextcloud/1.5.0/test_values.yaml +++ b/charts/nextcloud/1.5.1/test_values.yaml @@ -9,7 +9,7 @@ environmentVariables: [] image: pullPolicy: IfNotPresent repository: nextcloud - tag: 23.0.3 + tag: '24' ixChartContext: {} nextcloud: datadir: /var/www/html/data diff --git a/charts/plex/1.7.3/.helmignore b/charts/plex/1.7.4/.helmignore similarity index 100% rename from charts/plex/1.7.3/.helmignore rename to charts/plex/1.7.4/.helmignore diff --git a/charts/plex/1.7.3/Chart.lock b/charts/plex/1.7.4/Chart.lock similarity index 100% rename from charts/plex/1.7.3/Chart.lock rename to charts/plex/1.7.4/Chart.lock diff --git a/charts/plex/1.7.3/Chart.yaml b/charts/plex/1.7.4/Chart.yaml similarity index 91% rename from charts/plex/1.7.3/Chart.yaml rename to charts/plex/1.7.4/Chart.yaml index 15007e2a96..97469cebf0 100644 --- a/charts/plex/1.7.3/Chart.yaml +++ b/charts/plex/1.7.4/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: 1.26.0.5715 +appVersion: 1.26.1.5798 dependencies: - name: common repository: file://../../../library/common/2112.0.0 @@ -14,4 +14,4 @@ sources: - https://hub.docker.com/r/plexinc/pms-docker/ - https://github.com/k8s-at-home/charts/tree/master/charts/plex upstream_version: 2.1.0 -version: 1.7.3 +version: 1.7.4 diff --git a/charts/plex/1.7.3/README.md b/charts/plex/1.7.4/README.md similarity index 100% rename from charts/plex/1.7.3/README.md rename to charts/plex/1.7.4/README.md diff --git a/charts/plex/1.7.3/app-readme.md b/charts/plex/1.7.4/app-readme.md similarity index 100% rename from charts/plex/1.7.3/app-readme.md rename to charts/plex/1.7.4/app-readme.md diff --git a/charts/plex/1.7.3/charts/common-2112.0.0.tgz b/charts/plex/1.7.4/charts/common-2112.0.0.tgz similarity index 100% rename from charts/plex/1.7.3/charts/common-2112.0.0.tgz rename to charts/plex/1.7.4/charts/common-2112.0.0.tgz diff --git a/charts/plex/1.7.3/default_values.yaml b/charts/plex/1.7.4/default_values.yaml similarity index 100% rename from charts/plex/1.7.3/default_values.yaml rename to charts/plex/1.7.4/default_values.yaml diff --git a/test/plex/1.7.3/ix_values.yaml b/charts/plex/1.7.4/ix_values.yaml similarity index 84% rename from test/plex/1.7.3/ix_values.yaml rename to charts/plex/1.7.4/ix_values.yaml index bb27536cad..8a1040bfaa 100644 --- a/test/plex/1.7.3/ix_values.yaml +++ b/charts/plex/1.7.4/ix_values.yaml @@ -1,7 +1,7 @@ image: pullPolicy: IfNotPresent repository: plexinc/pms-docker - tag: 1.26.0.5715-8cf78dab3 + tag: 1.26.1.5798-99a4a6ac9 plexpassImage: pullPolicy: IfNotPresent repository: plexinc/pms-docker diff --git a/charts/plex/1.7.3/migrations/migrate_from_1.0.0 b/charts/plex/1.7.4/migrations/migrate_from_1.0.0 similarity index 100% rename from charts/plex/1.7.3/migrations/migrate_from_1.0.0 rename to charts/plex/1.7.4/migrations/migrate_from_1.0.0 diff --git a/charts/plex/1.7.3/questions.yaml b/charts/plex/1.7.4/questions.yaml similarity index 100% rename from charts/plex/1.7.3/questions.yaml rename to charts/plex/1.7.4/questions.yaml diff --git a/charts/plex/1.7.3/templates/NOTES.txt b/charts/plex/1.7.4/templates/NOTES.txt similarity index 100% rename from charts/plex/1.7.3/templates/NOTES.txt rename to charts/plex/1.7.4/templates/NOTES.txt diff --git a/charts/plex/1.7.3/templates/deployment.yaml b/charts/plex/1.7.4/templates/deployment.yaml similarity index 100% rename from charts/plex/1.7.3/templates/deployment.yaml rename to charts/plex/1.7.4/templates/deployment.yaml diff --git a/charts/plex/1.7.3/templates/probe_config.yaml b/charts/plex/1.7.4/templates/probe_config.yaml similarity index 100% rename from charts/plex/1.7.3/templates/probe_config.yaml rename to charts/plex/1.7.4/templates/probe_config.yaml diff --git a/charts/plex/1.7.3/templates/service-tcp.yaml b/charts/plex/1.7.4/templates/service-tcp.yaml similarity index 100% rename from charts/plex/1.7.3/templates/service-tcp.yaml rename to charts/plex/1.7.4/templates/service-tcp.yaml diff --git a/charts/plex/1.7.3/templates/service-udp.yaml b/charts/plex/1.7.4/templates/service-udp.yaml similarity index 100% rename from charts/plex/1.7.3/templates/service-udp.yaml rename to charts/plex/1.7.4/templates/service-udp.yaml diff --git a/charts/plex/1.7.3/templates/tests/deployment-check.yaml b/charts/plex/1.7.4/templates/tests/deployment-check.yaml similarity index 100% rename from charts/plex/1.7.3/templates/tests/deployment-check.yaml rename to charts/plex/1.7.4/templates/tests/deployment-check.yaml diff --git a/charts/plex/1.7.3/test_values.yaml b/charts/plex/1.7.4/test_values.yaml similarity index 96% rename from charts/plex/1.7.3/test_values.yaml rename to charts/plex/1.7.4/test_values.yaml index 04903cf90a..c4646fb790 100644 --- a/charts/plex/1.7.3/test_values.yaml +++ b/charts/plex/1.7.4/test_values.yaml @@ -29,7 +29,7 @@ hostNetwork: false image: pullPolicy: IfNotPresent repository: plexinc/pms-docker - tag: 1.26.0.5715-8cf78dab3 + tag: 1.26.1.5798-99a4a6ac9 plexServiceTCP: port: 32400 timezone: Etc/UTC diff --git a/test/syncthing/1.0.0/Chart.yaml b/charts/syncthing/1.0.1/Chart.yaml similarity index 90% rename from test/syncthing/1.0.0/Chart.yaml rename to charts/syncthing/1.0.1/Chart.yaml index 3b29762d50..3f4085aec8 100644 --- a/test/syncthing/1.0.0/Chart.yaml +++ b/charts/syncthing/1.0.1/Chart.yaml @@ -1,14 +1,14 @@ apiVersion: v2 -appVersion: 1.19.2 -icon: https://truecharts.org/_static/img/appicons/syncthing.png -description: Syncthing is a continuous file synchronization program. -name: syncthing -version: 1.0.0 +appVersion: 1.20.1 dependencies: - name: common repository: file://../../../library/common/2112.0.0 version: 2112.0.0 +description: Syncthing is a continuous file synchronization program. home: https://syncthing.net/ +icon: https://truecharts.org/_static/img/appicons/syncthing.png keywords: - storage - backup +name: syncthing +version: 1.0.1 diff --git a/charts/syncthing/1.0.0/README.md b/charts/syncthing/1.0.1/README.md similarity index 100% rename from charts/syncthing/1.0.0/README.md rename to charts/syncthing/1.0.1/README.md diff --git a/charts/syncthing/1.0.0/app-readme.md b/charts/syncthing/1.0.1/app-readme.md similarity index 100% rename from charts/syncthing/1.0.0/app-readme.md rename to charts/syncthing/1.0.1/app-readme.md diff --git a/charts/syncthing/1.0.0/charts/common-2112.0.0.tgz b/charts/syncthing/1.0.1/charts/common-2112.0.0.tgz similarity index 100% rename from charts/syncthing/1.0.0/charts/common-2112.0.0.tgz rename to charts/syncthing/1.0.1/charts/common-2112.0.0.tgz diff --git a/charts/syncthing/1.0.0/ix_values.yaml b/charts/syncthing/1.0.1/ix_values.yaml similarity index 82% rename from charts/syncthing/1.0.0/ix_values.yaml rename to charts/syncthing/1.0.1/ix_values.yaml index 42d42081e0..bc9a9de0aa 100644 --- a/charts/syncthing/1.0.0/ix_values.yaml +++ b/charts/syncthing/1.0.1/ix_values.yaml @@ -1,4 +1,4 @@ image: pullPolicy: IfNotPresent repository: syncthing/syncthing - tag: 1.19.2 + tag: 1.20.1 diff --git a/charts/syncthing/1.0.0/questions.yaml b/charts/syncthing/1.0.1/questions.yaml similarity index 100% rename from charts/syncthing/1.0.0/questions.yaml rename to charts/syncthing/1.0.1/questions.yaml diff --git a/charts/syncthing/1.0.0/templates/deployment.yaml b/charts/syncthing/1.0.1/templates/deployment.yaml similarity index 100% rename from charts/syncthing/1.0.0/templates/deployment.yaml rename to charts/syncthing/1.0.1/templates/deployment.yaml diff --git a/charts/syncthing/1.0.0/templates/pre-install-job.yaml b/charts/syncthing/1.0.1/templates/pre-install-job.yaml similarity index 100% rename from charts/syncthing/1.0.0/templates/pre-install-job.yaml rename to charts/syncthing/1.0.1/templates/pre-install-job.yaml diff --git a/charts/syncthing/1.0.0/templates/service.yaml b/charts/syncthing/1.0.1/templates/service.yaml similarity index 100% rename from charts/syncthing/1.0.0/templates/service.yaml rename to charts/syncthing/1.0.1/templates/service.yaml diff --git a/charts/syncthing/1.0.0/templates/tests/deployment-check.yaml b/charts/syncthing/1.0.1/templates/tests/deployment-check.yaml similarity index 100% rename from charts/syncthing/1.0.0/templates/tests/deployment-check.yaml rename to charts/syncthing/1.0.1/templates/tests/deployment-check.yaml diff --git a/charts/syncthing/1.0.0/test_values.yaml b/charts/syncthing/1.0.1/test_values.yaml similarity index 100% rename from charts/syncthing/1.0.0/test_values.yaml rename to charts/syncthing/1.0.1/test_values.yaml diff --git a/test/chia/1.3.26/.helmignore b/test/chia/1.3.27/.helmignore similarity index 100% rename from test/chia/1.3.26/.helmignore rename to test/chia/1.3.27/.helmignore diff --git a/test/chia/1.3.26/Chart.yaml b/test/chia/1.3.27/Chart.yaml similarity index 92% rename from test/chia/1.3.26/Chart.yaml rename to test/chia/1.3.27/Chart.yaml index 6d24087984..56643e202b 100644 --- a/test/chia/1.3.26/Chart.yaml +++ b/test/chia/1.3.27/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v1 -appVersion: v1.3.4 +appVersion: v1.3.5 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.26 +version: 1.3.27 diff --git a/test/chia/1.3.26/README.md b/test/chia/1.3.27/README.md similarity index 100% rename from test/chia/1.3.26/README.md rename to test/chia/1.3.27/README.md diff --git a/test/chia/1.3.26/app-readme.md b/test/chia/1.3.27/app-readme.md similarity index 100% rename from test/chia/1.3.26/app-readme.md rename to test/chia/1.3.27/app-readme.md diff --git a/test/chia/1.3.26/charts/common-2112.0.0.tgz b/test/chia/1.3.27/charts/common-2112.0.0.tgz similarity index 100% rename from test/chia/1.3.26/charts/common-2112.0.0.tgz rename to test/chia/1.3.27/charts/common-2112.0.0.tgz diff --git a/test/chia/1.3.26/default_values.yaml b/test/chia/1.3.27/default_values.yaml similarity index 100% rename from test/chia/1.3.26/default_values.yaml rename to test/chia/1.3.27/default_values.yaml diff --git a/test/chia/1.3.26/ix_values.yaml b/test/chia/1.3.27/ix_values.yaml similarity index 87% rename from test/chia/1.3.26/ix_values.yaml rename to test/chia/1.3.27/ix_values.yaml index 2330fe9152..8c1273b441 100644 --- a/test/chia/1.3.26/ix_values.yaml +++ b/test/chia/1.3.27/ix_values.yaml @@ -1,5 +1,5 @@ image: pullPolicy: IfNotPresent repository: ixsystems/chia-docker - tag: v1.3.4 + tag: v1.3.5 updateStrategy: Recreate diff --git a/test/chia/1.3.26/questions.yaml b/test/chia/1.3.27/questions.yaml similarity index 100% rename from test/chia/1.3.26/questions.yaml rename to test/chia/1.3.27/questions.yaml diff --git a/test/chia/1.3.26/requirements.lock b/test/chia/1.3.27/requirements.lock similarity index 100% rename from test/chia/1.3.26/requirements.lock rename to test/chia/1.3.27/requirements.lock diff --git a/test/chia/1.3.26/templates/deployment.yaml b/test/chia/1.3.27/templates/deployment.yaml similarity index 100% rename from test/chia/1.3.26/templates/deployment.yaml rename to test/chia/1.3.27/templates/deployment.yaml diff --git a/test/chia/1.3.26/templates/generate-mnemonic.yaml b/test/chia/1.3.27/templates/generate-mnemonic.yaml similarity index 100% rename from test/chia/1.3.26/templates/generate-mnemonic.yaml rename to test/chia/1.3.27/templates/generate-mnemonic.yaml diff --git a/test/chia/1.3.26/templates/mnemonic-configmap.yaml b/test/chia/1.3.27/templates/mnemonic-configmap.yaml similarity index 100% rename from test/chia/1.3.26/templates/mnemonic-configmap.yaml rename to test/chia/1.3.27/templates/mnemonic-configmap.yaml diff --git a/test/chia/1.3.26/templates/networking.tpl b/test/chia/1.3.27/templates/networking.tpl similarity index 100% rename from test/chia/1.3.26/templates/networking.tpl rename to test/chia/1.3.27/templates/networking.tpl diff --git a/test/chia/1.3.26/templates/service.yaml b/test/chia/1.3.27/templates/service.yaml similarity index 100% rename from test/chia/1.3.26/templates/service.yaml rename to test/chia/1.3.27/templates/service.yaml diff --git a/charts/chia/1.3.26/test_values.yaml b/test/chia/1.3.27/test_values.yaml similarity index 95% rename from charts/chia/1.3.26/test_values.yaml rename to test/chia/1.3.27/test_values.yaml index f4cffec5f5..38962bea1c 100644 --- a/charts/chia/1.3.26/test_values.yaml +++ b/test/chia/1.3.27/test_values.yaml @@ -9,7 +9,7 @@ farmr_env: 'off' image: pullPolicy: IfNotPresent repository: ixsystems/chia-docker - tag: v1.3.4 + tag: v1.3.5 service: farmerPort: 31122 nodePort: 31121 diff --git a/test/chia/1.3.26/values.yaml b/test/chia/1.3.27/values.yaml similarity index 100% rename from test/chia/1.3.26/values.yaml rename to test/chia/1.3.27/values.yaml diff --git a/test/emby/1.0.0/.helmignore b/test/emby/1.0.1/.helmignore similarity index 100% rename from test/emby/1.0.0/.helmignore rename to test/emby/1.0.1/.helmignore diff --git a/charts/emby/1.0.0/Chart.yaml b/test/emby/1.0.1/Chart.yaml similarity index 90% rename from charts/emby/1.0.0/Chart.yaml rename to test/emby/1.0.1/Chart.yaml index 2488ad7858..d69b68a942 100644 --- a/charts/emby/1.0.0/Chart.yaml +++ b/test/emby/1.0.1/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: 4.6.7.0 +appVersion: 4.7.0.40 dependencies: - name: common repository: file://../../../library/common/2112.0.0 @@ -13,4 +13,4 @@ keywords: name: emby sources: - https://hub.docker.com/r/emby/embyserver -version: 1.0.0 +version: 1.0.1 diff --git a/test/emby/1.0.0/README.md b/test/emby/1.0.1/README.md similarity index 100% rename from test/emby/1.0.0/README.md rename to test/emby/1.0.1/README.md diff --git a/test/emby/1.0.0/app-readme.md b/test/emby/1.0.1/app-readme.md similarity index 100% rename from test/emby/1.0.0/app-readme.md rename to test/emby/1.0.1/app-readme.md diff --git a/test/emby/1.0.0/charts/common-2112.0.0.tgz b/test/emby/1.0.1/charts/common-2112.0.0.tgz similarity index 100% rename from test/emby/1.0.0/charts/common-2112.0.0.tgz rename to test/emby/1.0.1/charts/common-2112.0.0.tgz diff --git a/test/emby/1.0.0/ix_values.yaml b/test/emby/1.0.1/ix_values.yaml similarity index 80% rename from test/emby/1.0.0/ix_values.yaml rename to test/emby/1.0.1/ix_values.yaml index 7600ae310e..75b4a04b8b 100644 --- a/test/emby/1.0.0/ix_values.yaml +++ b/test/emby/1.0.1/ix_values.yaml @@ -1,4 +1,4 @@ image: pullPolicy: IfNotPresent repository: emby/embyserver - tag: 4.6.7.0 + tag: 4.7.0.40 diff --git a/test/emby/1.0.0/questions.yaml b/test/emby/1.0.1/questions.yaml similarity index 100% rename from test/emby/1.0.0/questions.yaml rename to test/emby/1.0.1/questions.yaml diff --git a/test/emby/1.0.0/requirements.lock b/test/emby/1.0.1/requirements.lock similarity index 100% rename from test/emby/1.0.0/requirements.lock rename to test/emby/1.0.1/requirements.lock diff --git a/test/emby/1.0.0/templates/NOTES.txt b/test/emby/1.0.1/templates/NOTES.txt similarity index 100% rename from test/emby/1.0.0/templates/NOTES.txt rename to test/emby/1.0.1/templates/NOTES.txt diff --git a/test/emby/1.0.0/templates/deployment.yaml b/test/emby/1.0.1/templates/deployment.yaml similarity index 100% rename from test/emby/1.0.0/templates/deployment.yaml rename to test/emby/1.0.1/templates/deployment.yaml diff --git a/test/emby/1.0.0/templates/service-tcp.yaml b/test/emby/1.0.1/templates/service-tcp.yaml similarity index 100% rename from test/emby/1.0.0/templates/service-tcp.yaml rename to test/emby/1.0.1/templates/service-tcp.yaml diff --git a/test/emby/1.0.0/templates/service-udp.yaml b/test/emby/1.0.1/templates/service-udp.yaml similarity index 100% rename from test/emby/1.0.0/templates/service-udp.yaml rename to test/emby/1.0.1/templates/service-udp.yaml diff --git a/test/emby/1.0.0/templates/tests/deployment-check.yaml b/test/emby/1.0.1/templates/tests/deployment-check.yaml similarity index 100% rename from test/emby/1.0.0/templates/tests/deployment-check.yaml rename to test/emby/1.0.1/templates/tests/deployment-check.yaml diff --git a/test/emby/1.0.0/test_values.yaml b/test/emby/1.0.1/test_values.yaml similarity index 95% rename from test/emby/1.0.0/test_values.yaml rename to test/emby/1.0.1/test_values.yaml index 979ff6b6a5..1aba36e20a 100644 --- a/test/emby/1.0.0/test_values.yaml +++ b/test/emby/1.0.1/test_values.yaml @@ -2,6 +2,8 @@ appVolumeMounts: config: emptyDir: true mountPath: /config +embyServerHttp: + port: 32496 emptyDirVolumes: true environmentVariables: [] extraAppVolumeMounts: @@ -13,7 +15,5 @@ hostNetwork: false image: pullPolicy: IfNotPresent repository: emby/embyserver - tag: 4.6.7.0 -embyServerHttp: - port: 32496 + tag: 4.7.0.40 updateStrategy: Recreate diff --git a/test/machinaris/1.1.4/.helmignore b/test/machinaris/1.1.5/.helmignore similarity index 100% rename from test/machinaris/1.1.4/.helmignore rename to test/machinaris/1.1.5/.helmignore diff --git a/test/machinaris/1.1.4/Chart.yaml b/test/machinaris/1.1.5/Chart.yaml similarity index 92% rename from test/machinaris/1.1.4/Chart.yaml rename to test/machinaris/1.1.5/Chart.yaml index 20743042ba..38d028bd94 100644 --- a/test/machinaris/1.1.4/Chart.yaml +++ b/test/machinaris/1.1.5/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v1 -appVersion: v0.7.1 +appVersion: v0.7.2 dependencies: - name: common repository: file://../../../library/common/2112.0.0 @@ -14,4 +14,4 @@ keywords: name: machinaris sources: - https://github.com/guydavis/machinaris -version: 1.1.4 +version: 1.1.5 diff --git a/test/machinaris/1.1.4/README.md b/test/machinaris/1.1.5/README.md similarity index 100% rename from test/machinaris/1.1.4/README.md rename to test/machinaris/1.1.5/README.md diff --git a/test/machinaris/1.1.4/app-readme.md b/test/machinaris/1.1.5/app-readme.md similarity index 100% rename from test/machinaris/1.1.4/app-readme.md rename to test/machinaris/1.1.5/app-readme.md diff --git a/test/machinaris/1.1.4/charts/common-2112.0.0.tgz b/test/machinaris/1.1.5/charts/common-2112.0.0.tgz similarity index 100% rename from test/machinaris/1.1.4/charts/common-2112.0.0.tgz rename to test/machinaris/1.1.5/charts/common-2112.0.0.tgz diff --git a/charts/machinaris/1.1.4/ix_values.yaml b/test/machinaris/1.1.5/ix_values.yaml similarity index 99% rename from charts/machinaris/1.1.4/ix_values.yaml rename to test/machinaris/1.1.5/ix_values.yaml index b711361f96..ae6283b776 100644 --- a/charts/machinaris/1.1.4/ix_values.yaml +++ b/test/machinaris/1.1.5/ix_values.yaml @@ -110,7 +110,7 @@ hddcoin: image: pullPolicy: IfNotPresent repository: ghcr.io/guydavis/machinaris - tag: v0.7.1 + tag: v0.7.2 maize: apiPort: 8933 farmerPort: 8647 diff --git a/test/machinaris/1.1.4/questions.yaml b/test/machinaris/1.1.5/questions.yaml similarity index 100% rename from test/machinaris/1.1.4/questions.yaml rename to test/machinaris/1.1.5/questions.yaml diff --git a/test/machinaris/1.1.4/requirements.lock b/test/machinaris/1.1.5/requirements.lock similarity index 100% rename from test/machinaris/1.1.4/requirements.lock rename to test/machinaris/1.1.5/requirements.lock diff --git a/test/machinaris/1.1.4/templates/_helpers.tpl b/test/machinaris/1.1.5/templates/_helpers.tpl similarity index 100% rename from test/machinaris/1.1.4/templates/_helpers.tpl rename to test/machinaris/1.1.5/templates/_helpers.tpl diff --git a/test/machinaris/1.1.4/templates/coins-deployment.yaml b/test/machinaris/1.1.5/templates/coins-deployment.yaml similarity index 100% rename from test/machinaris/1.1.4/templates/coins-deployment.yaml rename to test/machinaris/1.1.5/templates/coins-deployment.yaml diff --git a/test/machinaris/1.1.4/templates/deployment.yaml b/test/machinaris/1.1.5/templates/deployment.yaml similarity index 100% rename from test/machinaris/1.1.4/templates/deployment.yaml rename to test/machinaris/1.1.5/templates/deployment.yaml diff --git a/test/machinaris/1.1.4/templates/service.yaml b/test/machinaris/1.1.5/templates/service.yaml similarity index 100% rename from test/machinaris/1.1.4/templates/service.yaml rename to test/machinaris/1.1.5/templates/service.yaml diff --git a/test/machinaris/1.1.4/templates/tests/cactus-check.yaml b/test/machinaris/1.1.5/templates/tests/cactus-check.yaml similarity index 100% rename from test/machinaris/1.1.4/templates/tests/cactus-check.yaml rename to test/machinaris/1.1.5/templates/tests/cactus-check.yaml diff --git a/test/machinaris/1.1.4/templates/tests/machinaris-check.yaml b/test/machinaris/1.1.5/templates/tests/machinaris-check.yaml similarity index 100% rename from test/machinaris/1.1.4/templates/tests/machinaris-check.yaml rename to test/machinaris/1.1.5/templates/tests/machinaris-check.yaml diff --git a/test/machinaris/1.1.4/test_values.yaml b/test/machinaris/1.1.5/test_values.yaml similarity index 99% rename from test/machinaris/1.1.4/test_values.yaml rename to test/machinaris/1.1.5/test_values.yaml index 3ba639af8a..9a63889cf0 100644 --- a/test/machinaris/1.1.4/test_values.yaml +++ b/test/machinaris/1.1.5/test_values.yaml @@ -49,7 +49,7 @@ farmerPort: 8447 image: pullPolicy: IfNotPresent repository: ghcr.io/guydavis/machinaris - tag: v0.7.1 + tag: v0.7.2 machinarisApiPort: 8927 machinaris_ui_port: 31003 memLimit: 1G diff --git a/test/minio/1.6.8/.helmignore b/test/minio/1.6.9/.helmignore similarity index 100% rename from test/minio/1.6.8/.helmignore rename to test/minio/1.6.9/.helmignore diff --git a/test/minio/1.6.8/CHANGELOG.md b/test/minio/1.6.9/CHANGELOG.md similarity index 100% rename from test/minio/1.6.8/CHANGELOG.md rename to test/minio/1.6.9/CHANGELOG.md diff --git a/test/minio/1.6.8/Chart.yaml b/test/minio/1.6.9/Chart.yaml similarity index 91% rename from test/minio/1.6.8/Chart.yaml rename to test/minio/1.6.9/Chart.yaml index 1b34569a64..9d62ce2076 100644 --- a/test/minio/1.6.8/Chart.yaml +++ b/test/minio/1.6.9/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v1 -appVersion: '2022-04-26' +appVersion: '2022-05-08' dependencies: - name: common repository: file://../../../library/common/2112.0.0 @@ -16,4 +16,4 @@ sources: - https://github.com/minio/minio - https://github.com/minio/charts upstream_version: 8.0.5 -version: 1.6.8 +version: 1.6.9 diff --git a/test/minio/1.6.8/README.md b/test/minio/1.6.9/README.md similarity index 100% rename from test/minio/1.6.8/README.md rename to test/minio/1.6.9/README.md diff --git a/test/minio/1.6.8/app-readme.md b/test/minio/1.6.9/app-readme.md similarity index 100% rename from test/minio/1.6.8/app-readme.md rename to test/minio/1.6.9/app-readme.md diff --git a/test/minio/1.6.8/charts/common-2112.0.0.tgz b/test/minio/1.6.9/charts/common-2112.0.0.tgz similarity index 100% rename from test/minio/1.6.8/charts/common-2112.0.0.tgz rename to test/minio/1.6.9/charts/common-2112.0.0.tgz diff --git a/charts/minio/1.6.8/ix_values.yaml b/test/minio/1.6.9/ix_values.yaml similarity index 71% rename from charts/minio/1.6.8/ix_values.yaml rename to test/minio/1.6.9/ix_values.yaml index 0149f129ce..8cb9d45f80 100644 --- a/charts/minio/1.6.8/ix_values.yaml +++ b/test/minio/1.6.9/ix_values.yaml @@ -1,6 +1,6 @@ image: pullPolicy: IfNotPresent repository: minio/minio - tag: RELEASE.2022-04-26T01-20-24Z + tag: RELEASE.2022-05-08T23-50-31Z runAsGroup: 473 runAsUser: 473 diff --git a/test/minio/1.6.8/migrations/migrate b/test/minio/1.6.9/migrations/migrate similarity index 100% rename from test/minio/1.6.8/migrations/migrate rename to test/minio/1.6.9/migrations/migrate diff --git a/test/minio/1.6.8/migrations/migrate_from_1.0.0 b/test/minio/1.6.9/migrations/migrate_from_1.0.0 similarity index 100% rename from test/minio/1.6.8/migrations/migrate_from_1.0.0 rename to test/minio/1.6.9/migrations/migrate_from_1.0.0 diff --git a/test/minio/1.6.8/questions.yaml b/test/minio/1.6.9/questions.yaml similarity index 100% rename from test/minio/1.6.8/questions.yaml rename to test/minio/1.6.9/questions.yaml diff --git a/test/minio/1.6.8/requirements.lock b/test/minio/1.6.9/requirements.lock similarity index 100% rename from test/minio/1.6.8/requirements.lock rename to test/minio/1.6.9/requirements.lock diff --git a/test/minio/1.6.8/templates/NOTES.txt b/test/minio/1.6.9/templates/NOTES.txt similarity index 100% rename from test/minio/1.6.8/templates/NOTES.txt rename to test/minio/1.6.9/templates/NOTES.txt diff --git a/test/minio/1.6.8/templates/_cert.tpl b/test/minio/1.6.9/templates/_cert.tpl similarity index 100% rename from test/minio/1.6.8/templates/_cert.tpl rename to test/minio/1.6.9/templates/_cert.tpl diff --git a/test/minio/1.6.8/templates/_helpers.tpl b/test/minio/1.6.9/templates/_helpers.tpl similarity index 100% rename from test/minio/1.6.8/templates/_helpers.tpl rename to test/minio/1.6.9/templates/_helpers.tpl diff --git a/test/minio/1.6.8/templates/configmap.yaml b/test/minio/1.6.9/templates/configmap.yaml similarity index 100% rename from test/minio/1.6.8/templates/configmap.yaml rename to test/minio/1.6.9/templates/configmap.yaml diff --git a/test/minio/1.6.8/templates/deployment.yaml b/test/minio/1.6.9/templates/deployment.yaml similarity index 100% rename from test/minio/1.6.8/templates/deployment.yaml rename to test/minio/1.6.9/templates/deployment.yaml diff --git a/test/minio/1.6.8/templates/pre-install-job.yaml b/test/minio/1.6.9/templates/pre-install-job.yaml similarity index 100% rename from test/minio/1.6.8/templates/pre-install-job.yaml rename to test/minio/1.6.9/templates/pre-install-job.yaml diff --git a/test/minio/1.6.8/templates/secrets.yaml b/test/minio/1.6.9/templates/secrets.yaml similarity index 100% rename from test/minio/1.6.8/templates/secrets.yaml rename to test/minio/1.6.9/templates/secrets.yaml diff --git a/test/minio/1.6.8/templates/service.yaml b/test/minio/1.6.9/templates/service.yaml similarity index 100% rename from test/minio/1.6.8/templates/service.yaml rename to test/minio/1.6.9/templates/service.yaml diff --git a/test/minio/1.6.8/templates/serviceaccount.yaml b/test/minio/1.6.9/templates/serviceaccount.yaml similarity index 100% rename from test/minio/1.6.8/templates/serviceaccount.yaml rename to test/minio/1.6.9/templates/serviceaccount.yaml diff --git a/test/minio/1.6.8/templates/tests/deployment-check.yaml b/test/minio/1.6.9/templates/tests/deployment-check.yaml similarity index 100% rename from test/minio/1.6.8/templates/tests/deployment-check.yaml rename to test/minio/1.6.9/templates/tests/deployment-check.yaml diff --git a/charts/minio/1.6.8/test_values.yaml b/test/minio/1.6.9/test_values.yaml similarity index 91% rename from charts/minio/1.6.8/test_values.yaml rename to test/minio/1.6.9/test_values.yaml index d70d0e6365..170951211b 100644 --- a/charts/minio/1.6.8/test_values.yaml +++ b/test/minio/1.6.9/test_values.yaml @@ -13,7 +13,7 @@ extraArgs: [] image: pullPolicy: IfNotPresent repository: minio/minio - tag: RELEASE.2022-04-26T01-20-24Z + tag: RELEASE.2022-05-08T23-50-31Z minioDomain: null runAsGroup: 473 runAsUser: 473 diff --git a/test/nextcloud/1.5.0/.helmignore b/test/nextcloud/1.5.1/.helmignore similarity index 100% rename from test/nextcloud/1.5.0/.helmignore rename to test/nextcloud/1.5.1/.helmignore diff --git a/test/nextcloud/1.5.0/Chart.lock b/test/nextcloud/1.5.1/Chart.lock similarity index 100% rename from test/nextcloud/1.5.0/Chart.lock rename to test/nextcloud/1.5.1/Chart.lock diff --git a/test/nextcloud/1.5.0/Chart.yaml b/test/nextcloud/1.5.1/Chart.yaml similarity index 94% rename from test/nextcloud/1.5.0/Chart.yaml rename to test/nextcloud/1.5.1/Chart.yaml index 23fa1fb819..bc1c574763 100644 --- a/test/nextcloud/1.5.0/Chart.yaml +++ b/test/nextcloud/1.5.1/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: 23.0.3 +appVersion: '24' dependencies: - name: common repository: file://../../../library/common/2112.0.0 @@ -19,4 +19,4 @@ sources: - https://github.com/nextcloud/docker - https://github.com/nextcloud/helm upstream_version: 2.3.2 -version: 1.5.0 +version: 1.5.1 diff --git a/test/nextcloud/1.5.0/README.md b/test/nextcloud/1.5.1/README.md similarity index 100% rename from test/nextcloud/1.5.0/README.md rename to test/nextcloud/1.5.1/README.md diff --git a/test/nextcloud/1.5.0/app-readme.md b/test/nextcloud/1.5.1/app-readme.md similarity index 100% rename from test/nextcloud/1.5.0/app-readme.md rename to test/nextcloud/1.5.1/app-readme.md diff --git a/test/nextcloud/1.5.0/charts/common-2112.0.0.tgz b/test/nextcloud/1.5.1/charts/common-2112.0.0.tgz similarity index 100% rename from test/nextcloud/1.5.0/charts/common-2112.0.0.tgz rename to test/nextcloud/1.5.1/charts/common-2112.0.0.tgz diff --git a/charts/nextcloud/1.5.0/ix_values.yaml b/test/nextcloud/1.5.1/ix_values.yaml similarity index 92% rename from charts/nextcloud/1.5.0/ix_values.yaml rename to test/nextcloud/1.5.1/ix_values.yaml index 6687d75333..de3dcd4ceb 100644 --- a/charts/nextcloud/1.5.0/ix_values.yaml +++ b/test/nextcloud/1.5.1/ix_values.yaml @@ -1,7 +1,7 @@ image: pullPolicy: IfNotPresent repository: nextcloud - tag: 23.0.3 + tag: '24' nginx: image: pullPolicy: IfNotPresent diff --git a/test/nextcloud/1.5.0/migrations/migrate_from_1.1.0 b/test/nextcloud/1.5.1/migrations/migrate_from_1.1.0 similarity index 100% rename from test/nextcloud/1.5.0/migrations/migrate_from_1.1.0 rename to test/nextcloud/1.5.1/migrations/migrate_from_1.1.0 diff --git a/test/nextcloud/1.5.0/questions.yaml b/test/nextcloud/1.5.1/questions.yaml similarity index 100% rename from test/nextcloud/1.5.0/questions.yaml rename to test/nextcloud/1.5.1/questions.yaml diff --git a/test/nextcloud/1.5.0/requirements.lock b/test/nextcloud/1.5.1/requirements.lock similarity index 100% rename from test/nextcloud/1.5.0/requirements.lock rename to test/nextcloud/1.5.1/requirements.lock diff --git a/test/nextcloud/1.5.0/templates/NOTES.txt b/test/nextcloud/1.5.1/templates/NOTES.txt similarity index 100% rename from test/nextcloud/1.5.0/templates/NOTES.txt rename to test/nextcloud/1.5.1/templates/NOTES.txt diff --git a/test/nextcloud/1.5.0/templates/_nginx.tpl b/test/nextcloud/1.5.1/templates/_nginx.tpl similarity index 100% rename from test/nextcloud/1.5.0/templates/_nginx.tpl rename to test/nextcloud/1.5.1/templates/_nginx.tpl diff --git a/test/nextcloud/1.5.0/templates/_postgres.tpl b/test/nextcloud/1.5.1/templates/_postgres.tpl similarity index 100% rename from test/nextcloud/1.5.0/templates/_postgres.tpl rename to test/nextcloud/1.5.1/templates/_postgres.tpl diff --git a/test/nextcloud/1.5.0/templates/backup-postgres-config.yaml b/test/nextcloud/1.5.1/templates/backup-postgres-config.yaml similarity index 100% rename from test/nextcloud/1.5.0/templates/backup-postgres-config.yaml rename to test/nextcloud/1.5.1/templates/backup-postgres-config.yaml diff --git a/test/nextcloud/1.5.0/templates/backup-postgres-hook.yaml b/test/nextcloud/1.5.1/templates/backup-postgres-hook.yaml similarity index 100% rename from test/nextcloud/1.5.0/templates/backup-postgres-hook.yaml rename to test/nextcloud/1.5.1/templates/backup-postgres-hook.yaml diff --git a/test/nextcloud/1.5.0/templates/deployment.yaml b/test/nextcloud/1.5.1/templates/deployment.yaml similarity index 100% rename from test/nextcloud/1.5.0/templates/deployment.yaml rename to test/nextcloud/1.5.1/templates/deployment.yaml diff --git a/test/nextcloud/1.5.0/templates/nginx-configmap.yaml b/test/nextcloud/1.5.1/templates/nginx-configmap.yaml similarity index 100% rename from test/nextcloud/1.5.0/templates/nginx-configmap.yaml rename to test/nextcloud/1.5.1/templates/nginx-configmap.yaml diff --git a/test/nextcloud/1.5.0/templates/nginx-secret.yaml b/test/nextcloud/1.5.1/templates/nginx-secret.yaml similarity index 100% rename from test/nextcloud/1.5.0/templates/nginx-secret.yaml rename to test/nextcloud/1.5.1/templates/nginx-secret.yaml diff --git a/test/nextcloud/1.5.0/templates/nuke-deployments-hook.yaml b/test/nextcloud/1.5.1/templates/nuke-deployments-hook.yaml similarity index 100% rename from test/nextcloud/1.5.0/templates/nuke-deployments-hook.yaml rename to test/nextcloud/1.5.1/templates/nuke-deployments-hook.yaml diff --git a/test/nextcloud/1.5.0/templates/postgres-deployment.yaml b/test/nextcloud/1.5.1/templates/postgres-deployment.yaml similarity index 100% rename from test/nextcloud/1.5.0/templates/postgres-deployment.yaml rename to test/nextcloud/1.5.1/templates/postgres-deployment.yaml diff --git a/test/nextcloud/1.5.0/templates/postgres-secret.yaml b/test/nextcloud/1.5.1/templates/postgres-secret.yaml similarity index 100% rename from test/nextcloud/1.5.0/templates/postgres-secret.yaml rename to test/nextcloud/1.5.1/templates/postgres-secret.yaml diff --git a/test/nextcloud/1.5.0/templates/postgres-service.yaml b/test/nextcloud/1.5.1/templates/postgres-service.yaml similarity index 100% rename from test/nextcloud/1.5.0/templates/postgres-service.yaml rename to test/nextcloud/1.5.1/templates/postgres-service.yaml diff --git a/test/nextcloud/1.5.0/templates/secrets.yaml b/test/nextcloud/1.5.1/templates/secrets.yaml similarity index 100% rename from test/nextcloud/1.5.0/templates/secrets.yaml rename to test/nextcloud/1.5.1/templates/secrets.yaml diff --git a/test/nextcloud/1.5.0/templates/service.yaml b/test/nextcloud/1.5.1/templates/service.yaml similarity index 100% rename from test/nextcloud/1.5.0/templates/service.yaml rename to test/nextcloud/1.5.1/templates/service.yaml diff --git a/test/nextcloud/1.5.0/templates/serviceaccount.yaml b/test/nextcloud/1.5.1/templates/serviceaccount.yaml similarity index 100% rename from test/nextcloud/1.5.0/templates/serviceaccount.yaml rename to test/nextcloud/1.5.1/templates/serviceaccount.yaml diff --git a/test/nextcloud/1.5.0/templates/tests/deployment-check.yaml b/test/nextcloud/1.5.1/templates/tests/deployment-check.yaml similarity index 100% rename from test/nextcloud/1.5.0/templates/tests/deployment-check.yaml rename to test/nextcloud/1.5.1/templates/tests/deployment-check.yaml diff --git a/test/nextcloud/1.5.0/test_values.yaml b/test/nextcloud/1.5.1/test_values.yaml similarity index 98% rename from test/nextcloud/1.5.0/test_values.yaml rename to test/nextcloud/1.5.1/test_values.yaml index 5c63dd11f5..909fa4be2e 100644 --- a/test/nextcloud/1.5.0/test_values.yaml +++ b/test/nextcloud/1.5.1/test_values.yaml @@ -9,7 +9,7 @@ environmentVariables: [] image: pullPolicy: IfNotPresent repository: nextcloud - tag: 23.0.3 + tag: '24' ixChartContext: {} nextcloud: datadir: /var/www/html/data diff --git a/test/plex/1.7.3/.helmignore b/test/plex/1.7.4/.helmignore similarity index 100% rename from test/plex/1.7.3/.helmignore rename to test/plex/1.7.4/.helmignore diff --git a/test/plex/1.7.3/Chart.lock b/test/plex/1.7.4/Chart.lock similarity index 100% rename from test/plex/1.7.3/Chart.lock rename to test/plex/1.7.4/Chart.lock diff --git a/test/plex/1.7.3/Chart.yaml b/test/plex/1.7.4/Chart.yaml similarity index 91% rename from test/plex/1.7.3/Chart.yaml rename to test/plex/1.7.4/Chart.yaml index 15007e2a96..97469cebf0 100644 --- a/test/plex/1.7.3/Chart.yaml +++ b/test/plex/1.7.4/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: 1.26.0.5715 +appVersion: 1.26.1.5798 dependencies: - name: common repository: file://../../../library/common/2112.0.0 @@ -14,4 +14,4 @@ sources: - https://hub.docker.com/r/plexinc/pms-docker/ - https://github.com/k8s-at-home/charts/tree/master/charts/plex upstream_version: 2.1.0 -version: 1.7.3 +version: 1.7.4 diff --git a/test/plex/1.7.3/README.md b/test/plex/1.7.4/README.md similarity index 100% rename from test/plex/1.7.3/README.md rename to test/plex/1.7.4/README.md diff --git a/test/plex/1.7.3/app-readme.md b/test/plex/1.7.4/app-readme.md similarity index 100% rename from test/plex/1.7.3/app-readme.md rename to test/plex/1.7.4/app-readme.md diff --git a/test/plex/1.7.3/charts/common-2112.0.0.tgz b/test/plex/1.7.4/charts/common-2112.0.0.tgz similarity index 100% rename from test/plex/1.7.3/charts/common-2112.0.0.tgz rename to test/plex/1.7.4/charts/common-2112.0.0.tgz diff --git a/test/plex/1.7.3/default_values.yaml b/test/plex/1.7.4/default_values.yaml similarity index 100% rename from test/plex/1.7.3/default_values.yaml rename to test/plex/1.7.4/default_values.yaml diff --git a/charts/plex/1.7.3/ix_values.yaml b/test/plex/1.7.4/ix_values.yaml similarity index 84% rename from charts/plex/1.7.3/ix_values.yaml rename to test/plex/1.7.4/ix_values.yaml index bb27536cad..8a1040bfaa 100644 --- a/charts/plex/1.7.3/ix_values.yaml +++ b/test/plex/1.7.4/ix_values.yaml @@ -1,7 +1,7 @@ image: pullPolicy: IfNotPresent repository: plexinc/pms-docker - tag: 1.26.0.5715-8cf78dab3 + tag: 1.26.1.5798-99a4a6ac9 plexpassImage: pullPolicy: IfNotPresent repository: plexinc/pms-docker diff --git a/test/plex/1.7.3/migrations/migrate_from_1.0.0 b/test/plex/1.7.4/migrations/migrate_from_1.0.0 similarity index 100% rename from test/plex/1.7.3/migrations/migrate_from_1.0.0 rename to test/plex/1.7.4/migrations/migrate_from_1.0.0 diff --git a/test/plex/1.7.3/questions.yaml b/test/plex/1.7.4/questions.yaml similarity index 100% rename from test/plex/1.7.3/questions.yaml rename to test/plex/1.7.4/questions.yaml diff --git a/test/plex/1.7.3/templates/NOTES.txt b/test/plex/1.7.4/templates/NOTES.txt similarity index 100% rename from test/plex/1.7.3/templates/NOTES.txt rename to test/plex/1.7.4/templates/NOTES.txt diff --git a/test/plex/1.7.3/templates/deployment.yaml b/test/plex/1.7.4/templates/deployment.yaml similarity index 100% rename from test/plex/1.7.3/templates/deployment.yaml rename to test/plex/1.7.4/templates/deployment.yaml diff --git a/test/plex/1.7.3/templates/probe_config.yaml b/test/plex/1.7.4/templates/probe_config.yaml similarity index 100% rename from test/plex/1.7.3/templates/probe_config.yaml rename to test/plex/1.7.4/templates/probe_config.yaml diff --git a/test/plex/1.7.3/templates/service-tcp.yaml b/test/plex/1.7.4/templates/service-tcp.yaml similarity index 100% rename from test/plex/1.7.3/templates/service-tcp.yaml rename to test/plex/1.7.4/templates/service-tcp.yaml diff --git a/test/plex/1.7.3/templates/service-udp.yaml b/test/plex/1.7.4/templates/service-udp.yaml similarity index 100% rename from test/plex/1.7.3/templates/service-udp.yaml rename to test/plex/1.7.4/templates/service-udp.yaml diff --git a/test/plex/1.7.3/templates/tests/deployment-check.yaml b/test/plex/1.7.4/templates/tests/deployment-check.yaml similarity index 100% rename from test/plex/1.7.3/templates/tests/deployment-check.yaml rename to test/plex/1.7.4/templates/tests/deployment-check.yaml diff --git a/test/plex/1.7.3/test_values.yaml b/test/plex/1.7.4/test_values.yaml similarity index 96% rename from test/plex/1.7.3/test_values.yaml rename to test/plex/1.7.4/test_values.yaml index 04903cf90a..c4646fb790 100644 --- a/test/plex/1.7.3/test_values.yaml +++ b/test/plex/1.7.4/test_values.yaml @@ -29,7 +29,7 @@ hostNetwork: false image: pullPolicy: IfNotPresent repository: plexinc/pms-docker - tag: 1.26.0.5715-8cf78dab3 + tag: 1.26.1.5798-99a4a6ac9 plexServiceTCP: port: 32400 timezone: Etc/UTC diff --git a/charts/syncthing/1.0.0/Chart.yaml b/test/syncthing/1.0.1/Chart.yaml similarity index 90% rename from charts/syncthing/1.0.0/Chart.yaml rename to test/syncthing/1.0.1/Chart.yaml index 3b29762d50..3f4085aec8 100644 --- a/charts/syncthing/1.0.0/Chart.yaml +++ b/test/syncthing/1.0.1/Chart.yaml @@ -1,14 +1,14 @@ apiVersion: v2 -appVersion: 1.19.2 -icon: https://truecharts.org/_static/img/appicons/syncthing.png -description: Syncthing is a continuous file synchronization program. -name: syncthing -version: 1.0.0 +appVersion: 1.20.1 dependencies: - name: common repository: file://../../../library/common/2112.0.0 version: 2112.0.0 +description: Syncthing is a continuous file synchronization program. home: https://syncthing.net/ +icon: https://truecharts.org/_static/img/appicons/syncthing.png keywords: - storage - backup +name: syncthing +version: 1.0.1 diff --git a/test/syncthing/1.0.0/README.md b/test/syncthing/1.0.1/README.md similarity index 100% rename from test/syncthing/1.0.0/README.md rename to test/syncthing/1.0.1/README.md diff --git a/test/syncthing/1.0.0/app-readme.md b/test/syncthing/1.0.1/app-readme.md similarity index 100% rename from test/syncthing/1.0.0/app-readme.md rename to test/syncthing/1.0.1/app-readme.md diff --git a/test/syncthing/1.0.0/charts/common-2112.0.0.tgz b/test/syncthing/1.0.1/charts/common-2112.0.0.tgz similarity index 100% rename from test/syncthing/1.0.0/charts/common-2112.0.0.tgz rename to test/syncthing/1.0.1/charts/common-2112.0.0.tgz diff --git a/test/syncthing/1.0.0/ix_values.yaml b/test/syncthing/1.0.1/ix_values.yaml similarity index 82% rename from test/syncthing/1.0.0/ix_values.yaml rename to test/syncthing/1.0.1/ix_values.yaml index 42d42081e0..bc9a9de0aa 100644 --- a/test/syncthing/1.0.0/ix_values.yaml +++ b/test/syncthing/1.0.1/ix_values.yaml @@ -1,4 +1,4 @@ image: pullPolicy: IfNotPresent repository: syncthing/syncthing - tag: 1.19.2 + tag: 1.20.1 diff --git a/test/syncthing/1.0.0/questions.yaml b/test/syncthing/1.0.1/questions.yaml similarity index 100% rename from test/syncthing/1.0.0/questions.yaml rename to test/syncthing/1.0.1/questions.yaml diff --git a/test/syncthing/1.0.0/templates/deployment.yaml b/test/syncthing/1.0.1/templates/deployment.yaml similarity index 100% rename from test/syncthing/1.0.0/templates/deployment.yaml rename to test/syncthing/1.0.1/templates/deployment.yaml diff --git a/test/syncthing/1.0.0/templates/pre-install-job.yaml b/test/syncthing/1.0.1/templates/pre-install-job.yaml similarity index 100% rename from test/syncthing/1.0.0/templates/pre-install-job.yaml rename to test/syncthing/1.0.1/templates/pre-install-job.yaml diff --git a/test/syncthing/1.0.0/templates/service.yaml b/test/syncthing/1.0.1/templates/service.yaml similarity index 100% rename from test/syncthing/1.0.0/templates/service.yaml rename to test/syncthing/1.0.1/templates/service.yaml diff --git a/test/syncthing/1.0.0/templates/tests/deployment-check.yaml b/test/syncthing/1.0.1/templates/tests/deployment-check.yaml similarity index 100% rename from test/syncthing/1.0.0/templates/tests/deployment-check.yaml rename to test/syncthing/1.0.1/templates/tests/deployment-check.yaml diff --git a/test/syncthing/1.0.0/test_values.yaml b/test/syncthing/1.0.1/test_values.yaml similarity index 100% rename from test/syncthing/1.0.0/test_values.yaml rename to test/syncthing/1.0.1/test_values.yaml