diff --git a/charts/chia/1.3.32/charts/common-2206.0.0.tgz b/charts/chia/1.3.32/charts/common-2206.0.0.tgz deleted file mode 100644 index f3b5eb0c31..0000000000 Binary files a/charts/chia/1.3.32/charts/common-2206.0.0.tgz and /dev/null differ diff --git a/charts/chia/1.3.32/requirements.lock b/charts/chia/1.3.32/requirements.lock deleted file mode 100644 index b3c751eb51..0000000000 --- a/charts/chia/1.3.32/requirements.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: file://../../../library/common/2206.0.0 - version: 2206.0.0 -digest: sha256:b5cc6b211cae3adaa3ab8bd5eca73e34c178b11b3daad489e27e0f72190bb115 -generated: "2022-06-28T00:19:51.06059343+05:00" diff --git a/charts/chia/1.3.32/.helmignore b/charts/chia/1.3.33/.helmignore similarity index 100% rename from charts/chia/1.3.32/.helmignore rename to charts/chia/1.3.33/.helmignore diff --git a/charts/chia/1.3.32/Chart.yaml b/charts/chia/1.3.33/Chart.yaml similarity index 80% rename from charts/chia/1.3.32/Chart.yaml rename to charts/chia/1.3.33/Chart.yaml index ba8a3858b2..53403a8c23 100644 --- a/charts/chia/1.3.32/Chart.yaml +++ b/charts/chia/1.3.33/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v1 appVersion: v1.5.0 dependencies: - name: common - repository: file://../../../library/common/2206.0.0 - version: 2206.0.0 + repository: file://../../../library/common/2207.0.0 + version: 2207.0.0 description: Global, Versioned, peer-to-peer filesystem. home: https://www.chia.net/ icon: https://www.chia.net/img/chia_logo.svg @@ -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.32 +version: 1.3.33 diff --git a/charts/chia/1.3.32/README.md b/charts/chia/1.3.33/README.md similarity index 100% rename from charts/chia/1.3.32/README.md rename to charts/chia/1.3.33/README.md diff --git a/charts/chia/1.3.32/app-readme.md b/charts/chia/1.3.33/app-readme.md similarity index 100% rename from charts/chia/1.3.32/app-readme.md rename to charts/chia/1.3.33/app-readme.md diff --git a/charts/chia/1.3.33/charts/common-2207.0.0.tgz b/charts/chia/1.3.33/charts/common-2207.0.0.tgz new file mode 100644 index 0000000000..2adf94b438 Binary files /dev/null and b/charts/chia/1.3.33/charts/common-2207.0.0.tgz differ diff --git a/charts/chia/1.3.32/default_values.yaml b/charts/chia/1.3.33/default_values.yaml similarity index 100% rename from charts/chia/1.3.32/default_values.yaml rename to charts/chia/1.3.33/default_values.yaml diff --git a/charts/chia/1.3.32/ix_values.yaml b/charts/chia/1.3.33/ix_values.yaml similarity index 100% rename from charts/chia/1.3.32/ix_values.yaml rename to charts/chia/1.3.33/ix_values.yaml diff --git a/charts/chia/1.3.32/questions.yaml b/charts/chia/1.3.33/questions.yaml similarity index 100% rename from charts/chia/1.3.32/questions.yaml rename to charts/chia/1.3.33/questions.yaml diff --git a/charts/chia/1.3.33/requirements.lock b/charts/chia/1.3.33/requirements.lock new file mode 100644 index 0000000000..4247a5f375 --- /dev/null +++ b/charts/chia/1.3.33/requirements.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: file://../../../library/common/2207.0.0 + version: 2207.0.0 +digest: sha256:f17f3d458ca0210a52e39da0dce35034e900b36f2040d4b19bed46a7aae91506 +generated: "2022-07-25T00:20:43.583595794+05:00" diff --git a/test/chia/1.3.32/templates/deployment.yaml b/charts/chia/1.3.33/templates/deployment.yaml similarity index 96% rename from test/chia/1.3.32/templates/deployment.yaml rename to charts/chia/1.3.33/templates/deployment.yaml index 9891ef394d..b3fe0f0077 100644 --- a/test/chia/1.3.32/templates/deployment.yaml +++ b/charts/chia/1.3.33/templates/deployment.yaml @@ -21,7 +21,7 @@ spec: containers: - name: {{ .Chart.Name }} {{ include "common.containers.imageConfig" .Values.image | nindent 10 }} - {{ include "common.resources.limitaion" . | nindent 10 }} + {{ include "common.resources.limitation" . | nindent 10 }} volumeMounts: {{ include "common.storage.configureAppVolumeMountsInContainer" .Values | nindent 12 }} {{ range $index, $hostPathConfiguration := .Values.extraAppVolumeMounts }} - name: extrappvolume-{{ $index }} diff --git a/charts/chia/1.3.32/templates/generate-mnemonic.yaml b/charts/chia/1.3.33/templates/generate-mnemonic.yaml similarity index 100% rename from charts/chia/1.3.32/templates/generate-mnemonic.yaml rename to charts/chia/1.3.33/templates/generate-mnemonic.yaml diff --git a/charts/chia/1.3.32/templates/mnemonic-configmap.yaml b/charts/chia/1.3.33/templates/mnemonic-configmap.yaml similarity index 100% rename from charts/chia/1.3.32/templates/mnemonic-configmap.yaml rename to charts/chia/1.3.33/templates/mnemonic-configmap.yaml diff --git a/charts/chia/1.3.32/templates/networking.tpl b/charts/chia/1.3.33/templates/networking.tpl similarity index 100% rename from charts/chia/1.3.32/templates/networking.tpl rename to charts/chia/1.3.33/templates/networking.tpl diff --git a/charts/chia/1.3.32/templates/service.yaml b/charts/chia/1.3.33/templates/service.yaml similarity index 100% rename from charts/chia/1.3.32/templates/service.yaml rename to charts/chia/1.3.33/templates/service.yaml diff --git a/charts/chia/1.3.32/test_values.yaml b/charts/chia/1.3.33/test_values.yaml similarity index 100% rename from charts/chia/1.3.32/test_values.yaml rename to charts/chia/1.3.33/test_values.yaml diff --git a/charts/chia/1.3.32/values.yaml b/charts/chia/1.3.33/values.yaml similarity index 100% rename from charts/chia/1.3.32/values.yaml rename to charts/chia/1.3.33/values.yaml diff --git a/charts/collabora/1.2.5/charts/common-2206.0.0.tgz b/charts/collabora/1.2.5/charts/common-2206.0.0.tgz deleted file mode 100644 index f3b5eb0c31..0000000000 Binary files a/charts/collabora/1.2.5/charts/common-2206.0.0.tgz and /dev/null differ diff --git a/charts/collabora/1.2.5/requirements.lock b/charts/collabora/1.2.5/requirements.lock deleted file mode 100644 index e55b1a0150..0000000000 --- a/charts/collabora/1.2.5/requirements.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: file://../../../library/common/2206.0.0 - version: 2206.0.0 -digest: sha256:b5cc6b211cae3adaa3ab8bd5eca73e34c178b11b3daad489e27e0f72190bb115 -generated: "2022-06-28T00:19:51.10176596+05:00" diff --git a/charts/collabora/1.2.5/.helmignore b/charts/collabora/1.2.6/.helmignore similarity index 100% rename from charts/collabora/1.2.5/.helmignore rename to charts/collabora/1.2.6/.helmignore diff --git a/test/collabora/1.2.5/Chart.yaml b/charts/collabora/1.2.6/Chart.yaml similarity index 84% rename from test/collabora/1.2.5/Chart.yaml rename to charts/collabora/1.2.6/Chart.yaml index 2c4da5ad30..baeb4d43f9 100644 --- a/test/collabora/1.2.5/Chart.yaml +++ b/charts/collabora/1.2.6/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v1 appVersion: 21.11.4.1.1 dependencies: - name: common - repository: file://../../../library/common/2206.0.0 - version: 2206.0.0 + repository: file://../../../library/common/2207.0.0 + version: 2207.0.0 description: "Collabora Online Development Edition \u2013 an awesome, Online Office\ \ suite image suitable for home use." home: https://github.com/CollaboraOnline/online @@ -16,4 +16,4 @@ name: collabora sources: - https://github.com/CollaboraOnline/online.git - https://hub.docker.com/r/collabora/code -version: 1.2.5 +version: 1.2.6 diff --git a/charts/collabora/1.2.5/README.md b/charts/collabora/1.2.6/README.md similarity index 100% rename from charts/collabora/1.2.5/README.md rename to charts/collabora/1.2.6/README.md diff --git a/charts/collabora/1.2.5/app-readme.md b/charts/collabora/1.2.6/app-readme.md similarity index 100% rename from charts/collabora/1.2.5/app-readme.md rename to charts/collabora/1.2.6/app-readme.md diff --git a/charts/collabora/1.2.6/charts/common-2207.0.0.tgz b/charts/collabora/1.2.6/charts/common-2207.0.0.tgz new file mode 100644 index 0000000000..2adf94b438 Binary files /dev/null and b/charts/collabora/1.2.6/charts/common-2207.0.0.tgz differ diff --git a/charts/collabora/1.2.5/ix_values.yaml b/charts/collabora/1.2.6/ix_values.yaml similarity index 100% rename from charts/collabora/1.2.5/ix_values.yaml rename to charts/collabora/1.2.6/ix_values.yaml diff --git a/charts/collabora/1.2.5/questions.yaml b/charts/collabora/1.2.6/questions.yaml similarity index 100% rename from charts/collabora/1.2.5/questions.yaml rename to charts/collabora/1.2.6/questions.yaml diff --git a/charts/collabora/1.2.6/requirements.lock b/charts/collabora/1.2.6/requirements.lock new file mode 100644 index 0000000000..19014c3eba --- /dev/null +++ b/charts/collabora/1.2.6/requirements.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: file://../../../library/common/2207.0.0 + version: 2207.0.0 +digest: sha256:f17f3d458ca0210a52e39da0dce35034e900b36f2040d4b19bed46a7aae91506 +generated: "2022-07-25T00:20:48.244687333+05:00" diff --git a/charts/collabora/1.2.5/templates/_helpers.tpl b/charts/collabora/1.2.6/templates/_helpers.tpl similarity index 100% rename from charts/collabora/1.2.5/templates/_helpers.tpl rename to charts/collabora/1.2.6/templates/_helpers.tpl diff --git a/charts/collabora/1.2.5/templates/deployment.yaml b/charts/collabora/1.2.6/templates/deployment.yaml similarity index 98% rename from charts/collabora/1.2.5/templates/deployment.yaml rename to charts/collabora/1.2.6/templates/deployment.yaml index fd2e76b5d9..4e19a1caee 100644 --- a/charts/collabora/1.2.5/templates/deployment.yaml +++ b/charts/collabora/1.2.6/templates/deployment.yaml @@ -37,7 +37,7 @@ spec: containerPort: 443 protocol: TCP - name: {{ .Chart.Name }} - {{ include "common.resources.limitaion" . | nindent 10 }} + {{ include "common.resources.limitation" . | nindent 10 }} {{ include "common.containers.imageConfig" .Values.image | nindent 10 }} {{ if .Values.extraAppVolumeMounts }} volumeMounts: diff --git a/charts/collabora/1.2.5/templates/nginx-conf.yaml b/charts/collabora/1.2.6/templates/nginx-conf.yaml similarity index 100% rename from charts/collabora/1.2.5/templates/nginx-conf.yaml rename to charts/collabora/1.2.6/templates/nginx-conf.yaml diff --git a/charts/collabora/1.2.5/templates/nginx-service.yaml b/charts/collabora/1.2.6/templates/nginx-service.yaml similarity index 100% rename from charts/collabora/1.2.5/templates/nginx-service.yaml rename to charts/collabora/1.2.6/templates/nginx-service.yaml diff --git a/charts/collabora/1.2.5/templates/secrets.yaml b/charts/collabora/1.2.6/templates/secrets.yaml similarity index 100% rename from charts/collabora/1.2.5/templates/secrets.yaml rename to charts/collabora/1.2.6/templates/secrets.yaml diff --git a/charts/collabora/1.2.5/templates/tests/deployment-check.yaml b/charts/collabora/1.2.6/templates/tests/deployment-check.yaml similarity index 100% rename from charts/collabora/1.2.5/templates/tests/deployment-check.yaml rename to charts/collabora/1.2.6/templates/tests/deployment-check.yaml diff --git a/charts/collabora/1.2.5/test_values.yaml b/charts/collabora/1.2.6/test_values.yaml similarity index 100% rename from charts/collabora/1.2.5/test_values.yaml rename to charts/collabora/1.2.6/test_values.yaml diff --git a/charts/diskoverdata/1.0.3/Chart.lock b/charts/diskoverdata/1.0.3/Chart.lock deleted file mode 100644 index e2e0733aa3..0000000000 --- a/charts/diskoverdata/1.0.3/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: file://../../../library/common/2206.0.0 - version: 2206.0.0 -digest: sha256:b5cc6b211cae3adaa3ab8bd5eca73e34c178b11b3daad489e27e0f72190bb115 -generated: "2022-06-28T00:19:51.566570138+05:00" diff --git a/charts/diskoverdata/1.0.3/charts/common-2206.0.0.tgz b/charts/diskoverdata/1.0.3/charts/common-2206.0.0.tgz deleted file mode 100644 index f144a0660b..0000000000 Binary files a/charts/diskoverdata/1.0.3/charts/common-2206.0.0.tgz and /dev/null differ diff --git a/charts/diskoverdata/1.0.4/Chart.lock b/charts/diskoverdata/1.0.4/Chart.lock new file mode 100644 index 0000000000..79a866f92f --- /dev/null +++ b/charts/diskoverdata/1.0.4/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: file://../../../library/common/2207.0.0 + version: 2207.0.0 +digest: sha256:f17f3d458ca0210a52e39da0dce35034e900b36f2040d4b19bed46a7aae91506 +generated: "2022-07-25T00:20:48.080698555+05:00" diff --git a/charts/diskoverdata/1.0.3/Chart.yaml b/charts/diskoverdata/1.0.4/Chart.yaml similarity index 81% rename from charts/diskoverdata/1.0.3/Chart.yaml rename to charts/diskoverdata/1.0.4/Chart.yaml index d0cad7c65d..761ea59a17 100644 --- a/charts/diskoverdata/1.0.3/Chart.yaml +++ b/charts/diskoverdata/1.0.4/Chart.yaml @@ -3,11 +3,11 @@ appVersion: "2.0.1" icon: http://www.diskoverdata.com/wp-content/uploads/2019/09/diskover.png description: Diskover is used to monitor size/volumes of distributed dataset. name: diskoverdata -version: 1.0.3 +version: 1.0.4 dependencies: - name: common - repository: file://../../../library/common/2206.0.0 - version: 2206.0.0 + repository: file://../../../library/common/2207.0.0 + version: 2207.0.0 home: https://github.com/diskoverdata/diskover-community/ keywords: - storage diff --git a/charts/diskoverdata/1.0.3/README.md b/charts/diskoverdata/1.0.4/README.md similarity index 100% rename from charts/diskoverdata/1.0.3/README.md rename to charts/diskoverdata/1.0.4/README.md diff --git a/charts/diskoverdata/1.0.3/app-readme.md b/charts/diskoverdata/1.0.4/app-readme.md similarity index 100% rename from charts/diskoverdata/1.0.3/app-readme.md rename to charts/diskoverdata/1.0.4/app-readme.md diff --git a/charts/diskoverdata/1.0.4/charts/common-2207.0.0.tgz b/charts/diskoverdata/1.0.4/charts/common-2207.0.0.tgz new file mode 100644 index 0000000000..2adf94b438 Binary files /dev/null and b/charts/diskoverdata/1.0.4/charts/common-2207.0.0.tgz differ diff --git a/charts/diskoverdata/1.0.3/ix_values.yaml b/charts/diskoverdata/1.0.4/ix_values.yaml similarity index 100% rename from charts/diskoverdata/1.0.3/ix_values.yaml rename to charts/diskoverdata/1.0.4/ix_values.yaml diff --git a/charts/diskoverdata/1.0.3/questions.yaml b/charts/diskoverdata/1.0.4/questions.yaml similarity index 100% rename from charts/diskoverdata/1.0.3/questions.yaml rename to charts/diskoverdata/1.0.4/questions.yaml diff --git a/charts/diskoverdata/1.0.3/templates/_diskover.tpl b/charts/diskoverdata/1.0.4/templates/_diskover.tpl similarity index 100% rename from charts/diskoverdata/1.0.3/templates/_diskover.tpl rename to charts/diskoverdata/1.0.4/templates/_diskover.tpl diff --git a/test/diskoverdata/1.0.3/templates/deployment.yaml b/charts/diskoverdata/1.0.4/templates/deployment.yaml similarity index 98% rename from test/diskoverdata/1.0.3/templates/deployment.yaml rename to charts/diskoverdata/1.0.4/templates/deployment.yaml index f1bbd9c14c..08117a0bee 100644 --- a/test/diskoverdata/1.0.3/templates/deployment.yaml +++ b/charts/diskoverdata/1.0.4/templates/deployment.yaml @@ -74,7 +74,7 @@ spec: containers: - name: {{ .Chart.Name }} - {{ include "common.resources.limitaion" . | nindent 10 }} + {{ include "common.resources.limitation" . | nindent 10 }} {{ include "common.containers.imageConfig" .Values.image | nindent 10 }} volumeMounts: {{ include "common.storage.configureAppVolumeMountsInContainer" .Values | nindent 12 }} - name: diskover-initial-scripts diff --git a/charts/diskoverdata/1.0.3/templates/diskover-secrets.yaml b/charts/diskoverdata/1.0.4/templates/diskover-secrets.yaml similarity index 100% rename from charts/diskoverdata/1.0.3/templates/diskover-secrets.yaml rename to charts/diskoverdata/1.0.4/templates/diskover-secrets.yaml diff --git a/charts/diskoverdata/1.0.3/templates/elastic_search_deployment.yaml b/charts/diskoverdata/1.0.4/templates/elastic_search_deployment.yaml similarity index 100% rename from charts/diskoverdata/1.0.3/templates/elastic_search_deployment.yaml rename to charts/diskoverdata/1.0.4/templates/elastic_search_deployment.yaml diff --git a/charts/diskoverdata/1.0.3/templates/elastic_search_service.yaml b/charts/diskoverdata/1.0.4/templates/elastic_search_service.yaml similarity index 100% rename from charts/diskoverdata/1.0.3/templates/elastic_search_service.yaml rename to charts/diskoverdata/1.0.4/templates/elastic_search_service.yaml diff --git a/charts/diskoverdata/1.0.3/templates/elasticsearch-secret.yaml b/charts/diskoverdata/1.0.4/templates/elasticsearch-secret.yaml similarity index 100% rename from charts/diskoverdata/1.0.3/templates/elasticsearch-secret.yaml rename to charts/diskoverdata/1.0.4/templates/elasticsearch-secret.yaml diff --git a/charts/diskoverdata/1.0.3/templates/initial_scripts.yaml b/charts/diskoverdata/1.0.4/templates/initial_scripts.yaml similarity index 100% rename from charts/diskoverdata/1.0.3/templates/initial_scripts.yaml rename to charts/diskoverdata/1.0.4/templates/initial_scripts.yaml diff --git a/charts/diskoverdata/1.0.3/templates/pre-install-job.yaml b/charts/diskoverdata/1.0.4/templates/pre-install-job.yaml similarity index 100% rename from charts/diskoverdata/1.0.3/templates/pre-install-job.yaml rename to charts/diskoverdata/1.0.4/templates/pre-install-job.yaml diff --git a/charts/diskoverdata/1.0.3/templates/service.yaml b/charts/diskoverdata/1.0.4/templates/service.yaml similarity index 100% rename from charts/diskoverdata/1.0.3/templates/service.yaml rename to charts/diskoverdata/1.0.4/templates/service.yaml diff --git a/charts/diskoverdata/1.0.3/templates/tests/deployment-check.yaml b/charts/diskoverdata/1.0.4/templates/tests/deployment-check.yaml similarity index 100% rename from charts/diskoverdata/1.0.3/templates/tests/deployment-check.yaml rename to charts/diskoverdata/1.0.4/templates/tests/deployment-check.yaml diff --git a/charts/diskoverdata/1.0.3/test_values.yaml b/charts/diskoverdata/1.0.4/test_values.yaml similarity index 100% rename from charts/diskoverdata/1.0.3/test_values.yaml rename to charts/diskoverdata/1.0.4/test_values.yaml diff --git a/charts/emby/1.0.9/.helmignore b/charts/emby/1.0.10/.helmignore similarity index 100% rename from charts/emby/1.0.9/.helmignore rename to charts/emby/1.0.10/.helmignore diff --git a/charts/emby/1.0.10/Chart.lock b/charts/emby/1.0.10/Chart.lock new file mode 100644 index 0000000000..f64cd228a3 --- /dev/null +++ b/charts/emby/1.0.10/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: file://../../../library/common/2207.0.0 + version: 2207.0.0 +digest: sha256:f17f3d458ca0210a52e39da0dce35034e900b36f2040d4b19bed46a7aae91506 +generated: "2022-07-28T22:31:02.894743529+05:00" diff --git a/test/emby/1.0.9/Chart.yaml b/charts/emby/1.0.10/Chart.yaml similarity index 75% rename from test/emby/1.0.9/Chart.yaml rename to charts/emby/1.0.10/Chart.yaml index b60775170e..ad6883fdcd 100644 --- a/test/emby/1.0.9/Chart.yaml +++ b/charts/emby/1.0.10/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 appVersion: 4.8.0.2 dependencies: - name: common - repository: file://../../../library/common/2206.0.0 - version: 2206.0.0 + repository: file://../../../library/common/2207.0.0 + version: 2207.0.0 description: Emby Server home: https://emby.media/ icon: https://images-na.ssl-images-amazon.com/images/I/41NwssJC1iL.png @@ -13,4 +13,4 @@ keywords: name: emby sources: - https://hub.docker.com/r/emby/embyserver -version: 1.0.9 +version: 1.0.10 diff --git a/charts/emby/1.0.9/README.md b/charts/emby/1.0.10/README.md similarity index 100% rename from charts/emby/1.0.9/README.md rename to charts/emby/1.0.10/README.md diff --git a/charts/emby/1.0.9/app-readme.md b/charts/emby/1.0.10/app-readme.md similarity index 100% rename from charts/emby/1.0.9/app-readme.md rename to charts/emby/1.0.10/app-readme.md diff --git a/charts/emby/1.0.10/charts/common-2207.0.0.tgz b/charts/emby/1.0.10/charts/common-2207.0.0.tgz new file mode 100644 index 0000000000..2adf94b438 Binary files /dev/null and b/charts/emby/1.0.10/charts/common-2207.0.0.tgz differ diff --git a/charts/emby/1.0.9/ix_values.yaml b/charts/emby/1.0.10/ix_values.yaml similarity index 100% rename from charts/emby/1.0.9/ix_values.yaml rename to charts/emby/1.0.10/ix_values.yaml diff --git a/charts/emby/1.0.9/questions.yaml b/charts/emby/1.0.10/questions.yaml similarity index 100% rename from charts/emby/1.0.9/questions.yaml rename to charts/emby/1.0.10/questions.yaml diff --git a/charts/emby/1.0.9/requirements.lock b/charts/emby/1.0.10/requirements.lock similarity index 67% rename from charts/emby/1.0.9/requirements.lock rename to charts/emby/1.0.10/requirements.lock index b4b664582d..77e599c9ce 100644 --- a/charts/emby/1.0.9/requirements.lock +++ b/charts/emby/1.0.10/requirements.lock @@ -1,6 +1,6 @@ dependencies: - name: common - repository: file://../../../library/common/2206.0.0 - version: 2206.0.0 + repository: file://../../../library/common/2207.0.0 + version: 2207.0.0 digest: sha256:47115d9b91afe42c8537dcf0fd8224f2f7d1c775f9ff860efa68a6b57d17d1c0 generated: "2021-12-06T21:24:36.674776+05:00" diff --git a/charts/emby/1.0.9/templates/NOTES.txt b/charts/emby/1.0.10/templates/NOTES.txt similarity index 100% rename from charts/emby/1.0.9/templates/NOTES.txt rename to charts/emby/1.0.10/templates/NOTES.txt diff --git a/charts/emby/1.0.9/templates/deployment.yaml b/charts/emby/1.0.10/templates/deployment.yaml similarity index 95% rename from charts/emby/1.0.9/templates/deployment.yaml rename to charts/emby/1.0.10/templates/deployment.yaml index 17ba9c54fd..ac3cb712ec 100644 --- a/charts/emby/1.0.9/templates/deployment.yaml +++ b/charts/emby/1.0.10/templates/deployment.yaml @@ -10,9 +10,8 @@ spec: {{ include "common.deployment.common_spec" . | nindent 2 }} hostname: {{ template "common.names.fullname" . }} containers: - name: {{ .Chart.Name }} - {{ include "common.resources.limitaion" . | nindent 10 }} + {{ include "common.resources.limitation" . | nindent 10 }} {{ include "common.containers.imageConfig" .Values.image | nindent 10 }} - {{ include "common.containers.gpuConfiguration" .Values | nindent 10 }} volumeMounts: {{ include "common.storage.configureAppVolumeMountsInContainer" .Values | nindent 12 }} {{ range $index, $hostPathConfiguration := .Values.extraAppVolumeMounts }} - name: extrappvolume-{{ $index }} diff --git a/charts/emby/1.0.9/templates/service-tcp.yaml b/charts/emby/1.0.10/templates/service-tcp.yaml similarity index 100% rename from charts/emby/1.0.9/templates/service-tcp.yaml rename to charts/emby/1.0.10/templates/service-tcp.yaml diff --git a/charts/emby/1.0.9/templates/service-udp.yaml b/charts/emby/1.0.10/templates/service-udp.yaml similarity index 100% rename from charts/emby/1.0.9/templates/service-udp.yaml rename to charts/emby/1.0.10/templates/service-udp.yaml diff --git a/charts/emby/1.0.9/templates/tests/deployment-check.yaml b/charts/emby/1.0.10/templates/tests/deployment-check.yaml similarity index 100% rename from charts/emby/1.0.9/templates/tests/deployment-check.yaml rename to charts/emby/1.0.10/templates/tests/deployment-check.yaml diff --git a/charts/emby/1.0.9/test_values.yaml b/charts/emby/1.0.10/test_values.yaml similarity index 100% rename from charts/emby/1.0.9/test_values.yaml rename to charts/emby/1.0.10/test_values.yaml diff --git a/charts/emby/1.0.9/Chart.lock b/charts/emby/1.0.9/Chart.lock deleted file mode 100644 index b3a4e3c9bb..0000000000 --- a/charts/emby/1.0.9/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: file://../../../library/common/2206.0.0 - version: 2206.0.0 -digest: sha256:b5cc6b211cae3adaa3ab8bd5eca73e34c178b11b3daad489e27e0f72190bb115 -generated: "2022-06-28T00:19:50.877815231+05:00" diff --git a/charts/emby/1.0.9/charts/common-2206.0.0.tgz b/charts/emby/1.0.9/charts/common-2206.0.0.tgz deleted file mode 100644 index f3b5eb0c31..0000000000 Binary files a/charts/emby/1.0.9/charts/common-2206.0.0.tgz and /dev/null differ diff --git a/charts/emby/upgrade_strategy_disable b/charts/emby/upgrade_strategy similarity index 68% rename from charts/emby/upgrade_strategy_disable rename to charts/emby/upgrade_strategy index 26b1870b43..96df7efc04 100755 --- a/charts/emby/upgrade_strategy_disable +++ b/charts/emby/upgrade_strategy @@ -1,13 +1,20 @@ #!/usr/bin/python3 import json +import re import sys from catalog_update.upgrade_strategy import semantic_versioning +RE_STABLE_VERSION = re.compile(r'\d+.\d+.\d+.\d+') + + def newer_mapping(image_tags): key = list(image_tags.keys())[0] - version = semantic_versioning(sorted(image_tags[key], reverse=True)) + version = semantic_versioning(sorted( + [tag for tag in image_tags[key] if RE_STABLE_VERSION.fullmatch(tag) and tag.split('.')[2] != '0'], + reverse=True + )) if not version: return {} diff --git a/charts/home-assistant/1.0.20/Chart.lock b/charts/home-assistant/1.0.20/Chart.lock deleted file mode 100644 index 040ffc0865..0000000000 --- a/charts/home-assistant/1.0.20/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: file://../../../library/common/2206.0.0 - version: 2206.0.0 -digest: sha256:b5cc6b211cae3adaa3ab8bd5eca73e34c178b11b3daad489e27e0f72190bb115 -generated: "2022-06-28T00:19:51.430542161+05:00" diff --git a/charts/home-assistant/1.0.20/charts/common-2206.0.0.tgz b/charts/home-assistant/1.0.20/charts/common-2206.0.0.tgz deleted file mode 100644 index f3b5eb0c31..0000000000 Binary files a/charts/home-assistant/1.0.20/charts/common-2206.0.0.tgz and /dev/null differ diff --git a/charts/home-assistant/1.0.21/Chart.lock b/charts/home-assistant/1.0.21/Chart.lock new file mode 100644 index 0000000000..75536ecc2b --- /dev/null +++ b/charts/home-assistant/1.0.21/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: file://../../../library/common/2207.0.0 + version: 2207.0.0 +digest: sha256:f17f3d458ca0210a52e39da0dce35034e900b36f2040d4b19bed46a7aae91506 +generated: "2022-07-25T00:20:48.151643214+05:00" diff --git a/test/home-assistant/1.0.20/Chart.yaml b/charts/home-assistant/1.0.21/Chart.yaml similarity index 79% rename from test/home-assistant/1.0.20/Chart.yaml rename to charts/home-assistant/1.0.21/Chart.yaml index f36b25af6d..ecfd0b12f5 100644 --- a/test/home-assistant/1.0.20/Chart.yaml +++ b/charts/home-assistant/1.0.21/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 appVersion: 2022.7.7 dependencies: - name: common - repository: file://../../../library/common/2206.0.0 - version: 2206.0.0 + repository: file://../../../library/common/2207.0.0 + version: 2207.0.0 description: home-assistant App for TrueNAS SCALE home: https://github.com/home-assistant/home-assistant icon: https://truecharts.org/_static/img/appicons/home-assistant.png @@ -12,4 +12,4 @@ keywords: name: home-assistant sources: - https://github.com/home-assistant/home-assistant -version: 1.0.20 +version: 1.0.21 diff --git a/charts/home-assistant/1.0.20/README.md b/charts/home-assistant/1.0.21/README.md similarity index 100% rename from charts/home-assistant/1.0.20/README.md rename to charts/home-assistant/1.0.21/README.md diff --git a/charts/home-assistant/1.0.20/app-readme.md b/charts/home-assistant/1.0.21/app-readme.md similarity index 100% rename from charts/home-assistant/1.0.20/app-readme.md rename to charts/home-assistant/1.0.21/app-readme.md diff --git a/charts/home-assistant/1.0.21/charts/common-2207.0.0.tgz b/charts/home-assistant/1.0.21/charts/common-2207.0.0.tgz new file mode 100644 index 0000000000..2adf94b438 Binary files /dev/null and b/charts/home-assistant/1.0.21/charts/common-2207.0.0.tgz differ diff --git a/charts/home-assistant/1.0.20/ix_values.yaml b/charts/home-assistant/1.0.21/ix_values.yaml similarity index 100% rename from charts/home-assistant/1.0.20/ix_values.yaml rename to charts/home-assistant/1.0.21/ix_values.yaml diff --git a/charts/home-assistant/1.0.20/questions.yaml b/charts/home-assistant/1.0.21/questions.yaml similarity index 100% rename from charts/home-assistant/1.0.20/questions.yaml rename to charts/home-assistant/1.0.21/questions.yaml diff --git a/charts/home-assistant/1.0.20/templates/_postgres.tpl b/charts/home-assistant/1.0.21/templates/_postgres.tpl similarity index 100% rename from charts/home-assistant/1.0.20/templates/_postgres.tpl rename to charts/home-assistant/1.0.21/templates/_postgres.tpl diff --git a/charts/home-assistant/1.0.20/templates/backup-postgres-config.yaml b/charts/home-assistant/1.0.21/templates/backup-postgres-config.yaml similarity index 100% rename from charts/home-assistant/1.0.20/templates/backup-postgres-config.yaml rename to charts/home-assistant/1.0.21/templates/backup-postgres-config.yaml diff --git a/charts/home-assistant/1.0.20/templates/backup-postgres-hook.yaml b/charts/home-assistant/1.0.21/templates/backup-postgres-hook.yaml similarity index 100% rename from charts/home-assistant/1.0.20/templates/backup-postgres-hook.yaml rename to charts/home-assistant/1.0.21/templates/backup-postgres-hook.yaml diff --git a/charts/home-assistant/1.0.20/templates/deployment.yaml b/charts/home-assistant/1.0.21/templates/deployment.yaml similarity index 98% rename from charts/home-assistant/1.0.20/templates/deployment.yaml rename to charts/home-assistant/1.0.21/templates/deployment.yaml index 65ab647567..bc2a353325 100644 --- a/charts/home-assistant/1.0.20/templates/deployment.yaml +++ b/charts/home-assistant/1.0.21/templates/deployment.yaml @@ -55,7 +55,7 @@ spec: containers: - name: {{ .Chart.Name }} - {{ include "common.resources.limitaion" . | nindent 10 }} + {{ include "common.resources.limitation" . | nindent 10 }} {{ include "common.containers.imageConfig" .Values.image | nindent 10 }} volumeMounts: {{ include "common.storage.configureAppVolumeMountsInContainer" .Values | nindent 12 }} {{ range $index, $hostPathConfiguration := .Values.extraAppVolumeMounts }} diff --git a/charts/home-assistant/1.0.20/templates/home-assistance-init-config.yaml b/charts/home-assistant/1.0.21/templates/home-assistance-init-config.yaml similarity index 100% rename from charts/home-assistant/1.0.20/templates/home-assistance-init-config.yaml rename to charts/home-assistant/1.0.21/templates/home-assistance-init-config.yaml diff --git a/charts/home-assistant/1.0.20/templates/postgres-config.yaml b/charts/home-assistant/1.0.21/templates/postgres-config.yaml similarity index 100% rename from charts/home-assistant/1.0.20/templates/postgres-config.yaml rename to charts/home-assistant/1.0.21/templates/postgres-config.yaml diff --git a/charts/home-assistant/1.0.20/templates/postgres-deployment.yaml b/charts/home-assistant/1.0.21/templates/postgres-deployment.yaml similarity index 100% rename from charts/home-assistant/1.0.20/templates/postgres-deployment.yaml rename to charts/home-assistant/1.0.21/templates/postgres-deployment.yaml diff --git a/charts/home-assistant/1.0.20/templates/postgres-secret.yaml b/charts/home-assistant/1.0.21/templates/postgres-secret.yaml similarity index 100% rename from charts/home-assistant/1.0.20/templates/postgres-secret.yaml rename to charts/home-assistant/1.0.21/templates/postgres-secret.yaml diff --git a/charts/home-assistant/1.0.20/templates/postgres-service.yaml b/charts/home-assistant/1.0.21/templates/postgres-service.yaml similarity index 100% rename from charts/home-assistant/1.0.20/templates/postgres-service.yaml rename to charts/home-assistant/1.0.21/templates/postgres-service.yaml diff --git a/charts/home-assistant/1.0.20/templates/pre-install-job.yaml b/charts/home-assistant/1.0.21/templates/pre-install-job.yaml similarity index 100% rename from charts/home-assistant/1.0.20/templates/pre-install-job.yaml rename to charts/home-assistant/1.0.21/templates/pre-install-job.yaml diff --git a/charts/home-assistant/1.0.20/templates/service.yaml b/charts/home-assistant/1.0.21/templates/service.yaml similarity index 100% rename from charts/home-assistant/1.0.20/templates/service.yaml rename to charts/home-assistant/1.0.21/templates/service.yaml diff --git a/charts/home-assistant/1.0.20/templates/tests/deployment-check.yaml b/charts/home-assistant/1.0.21/templates/tests/deployment-check.yaml similarity index 100% rename from charts/home-assistant/1.0.20/templates/tests/deployment-check.yaml rename to charts/home-assistant/1.0.21/templates/tests/deployment-check.yaml diff --git a/charts/home-assistant/1.0.20/test_values.yaml b/charts/home-assistant/1.0.21/test_values.yaml similarity index 100% rename from charts/home-assistant/1.0.20/test_values.yaml rename to charts/home-assistant/1.0.21/test_values.yaml diff --git a/charts/ipfs/1.2.7/charts/common-2206.0.0.tgz b/charts/ipfs/1.2.7/charts/common-2206.0.0.tgz deleted file mode 100644 index f3b5eb0c31..0000000000 Binary files a/charts/ipfs/1.2.7/charts/common-2206.0.0.tgz and /dev/null differ diff --git a/charts/ipfs/1.2.7/requirements.lock b/charts/ipfs/1.2.7/requirements.lock deleted file mode 100644 index df0bbfa57e..0000000000 --- a/charts/ipfs/1.2.7/requirements.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: file://../../../library/common/2206.0.0 - version: 2206.0.0 -digest: sha256:b5cc6b211cae3adaa3ab8bd5eca73e34c178b11b3daad489e27e0f72190bb115 -generated: "2022-06-28T00:19:51.187672514+05:00" diff --git a/charts/ipfs/1.2.7/.helmignore b/charts/ipfs/1.2.8/.helmignore similarity index 100% rename from charts/ipfs/1.2.7/.helmignore rename to charts/ipfs/1.2.8/.helmignore diff --git a/test/ipfs/1.2.7/Chart.yaml b/charts/ipfs/1.2.8/Chart.yaml similarity index 80% rename from test/ipfs/1.2.7/Chart.yaml rename to charts/ipfs/1.2.8/Chart.yaml index c8b5594aa9..6d2f174a9b 100644 --- a/test/ipfs/1.2.7/Chart.yaml +++ b/charts/ipfs/1.2.8/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v1 appVersion: v0.14.0 dependencies: - name: common - repository: file://../../../library/common/2206.0.0 - version: 2206.0.0 + repository: file://../../../library/common/2207.0.0 + version: 2207.0.0 description: Global, Versioned, peer-to-peer filesystem. home: https://ipfs.io icon: https://ipfs.io/ipfs/QmVk7srrwahXLNmcDYvyUEJptyoxpndnRa57YJ11L4jV26/ipfs.go.png @@ -15,4 +15,4 @@ sources: - https://github.com/ipfs/go-ipfs - https://hub.docker.com/r/ipfs/go-ipfs upstream_version: 0.8.0-rc1 -version: 1.2.7 +version: 1.2.8 diff --git a/charts/ipfs/1.2.7/README.md b/charts/ipfs/1.2.8/README.md similarity index 100% rename from charts/ipfs/1.2.7/README.md rename to charts/ipfs/1.2.8/README.md diff --git a/charts/ipfs/1.2.7/app-readme.md b/charts/ipfs/1.2.8/app-readme.md similarity index 100% rename from charts/ipfs/1.2.7/app-readme.md rename to charts/ipfs/1.2.8/app-readme.md diff --git a/charts/ipfs/1.2.8/charts/common-2207.0.0.tgz b/charts/ipfs/1.2.8/charts/common-2207.0.0.tgz new file mode 100644 index 0000000000..2adf94b438 Binary files /dev/null and b/charts/ipfs/1.2.8/charts/common-2207.0.0.tgz differ diff --git a/charts/ipfs/1.2.7/ix_values.yaml b/charts/ipfs/1.2.8/ix_values.yaml similarity index 100% rename from charts/ipfs/1.2.7/ix_values.yaml rename to charts/ipfs/1.2.8/ix_values.yaml diff --git a/charts/ipfs/1.2.7/questions.yaml b/charts/ipfs/1.2.8/questions.yaml similarity index 100% rename from charts/ipfs/1.2.7/questions.yaml rename to charts/ipfs/1.2.8/questions.yaml diff --git a/charts/ipfs/1.2.8/requirements.lock b/charts/ipfs/1.2.8/requirements.lock new file mode 100644 index 0000000000..ce9757b291 --- /dev/null +++ b/charts/ipfs/1.2.8/requirements.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: file://../../../library/common/2207.0.0 + version: 2207.0.0 +digest: sha256:f17f3d458ca0210a52e39da0dce35034e900b36f2040d4b19bed46a7aae91506 +generated: "2022-07-25T00:20:48.197830691+05:00" diff --git a/charts/ipfs/1.2.7/templates/NOTES.txt b/charts/ipfs/1.2.8/templates/NOTES.txt similarity index 100% rename from charts/ipfs/1.2.7/templates/NOTES.txt rename to charts/ipfs/1.2.8/templates/NOTES.txt diff --git a/test/ipfs/1.2.7/templates/deployment.yaml b/charts/ipfs/1.2.8/templates/deployment.yaml similarity index 98% rename from test/ipfs/1.2.7/templates/deployment.yaml rename to charts/ipfs/1.2.8/templates/deployment.yaml index 87f2e70a35..429fedd1ac 100644 --- a/test/ipfs/1.2.7/templates/deployment.yaml +++ b/charts/ipfs/1.2.8/templates/deployment.yaml @@ -46,7 +46,7 @@ spec: {{ include "common.storage.allContainerVolumeMounts" .Values | nindent 10 }} containers: - name: {{ .Chart.Name }} - {{ include "common.resources.limitaion" . | nindent 10 }} + {{ include "common.resources.limitation" . | nindent 10 }} {{ include "common.containers.imageConfig" .Values.image | nindent 10 }} {{ include "common.storage.allContainerVolumeMounts" .Values | nindent 10 }} ports: diff --git a/charts/ipfs/1.2.7/templates/service.yaml b/charts/ipfs/1.2.8/templates/service.yaml similarity index 100% rename from charts/ipfs/1.2.7/templates/service.yaml rename to charts/ipfs/1.2.8/templates/service.yaml diff --git a/charts/ipfs/1.2.7/templates/serviceaccount.yaml b/charts/ipfs/1.2.8/templates/serviceaccount.yaml similarity index 100% rename from charts/ipfs/1.2.7/templates/serviceaccount.yaml rename to charts/ipfs/1.2.8/templates/serviceaccount.yaml diff --git a/charts/ipfs/1.2.7/templates/tests/deployment-check.yaml b/charts/ipfs/1.2.8/templates/tests/deployment-check.yaml similarity index 100% rename from charts/ipfs/1.2.7/templates/tests/deployment-check.yaml rename to charts/ipfs/1.2.8/templates/tests/deployment-check.yaml diff --git a/charts/ipfs/1.2.7/test_values.yaml b/charts/ipfs/1.2.8/test_values.yaml similarity index 100% rename from charts/ipfs/1.2.7/test_values.yaml rename to charts/ipfs/1.2.8/test_values.yaml diff --git a/charts/ix-chart/2207.1.0/Chart.lock b/charts/ix-chart/2207.1.0/Chart.lock deleted file mode 100644 index 2b3f24a8f6..0000000000 --- a/charts/ix-chart/2207.1.0/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: file://../../../library/common/2206.0.0 - version: 2206.0.0 -digest: sha256:b5cc6b211cae3adaa3ab8bd5eca73e34c178b11b3daad489e27e0f72190bb115 -generated: "2022-06-28T00:19:50.913701514+05:00" diff --git a/charts/ix-chart/2207.1.0/charts/common-2206.0.0.tgz b/charts/ix-chart/2207.1.0/charts/common-2206.0.0.tgz deleted file mode 100644 index f3b5eb0c31..0000000000 Binary files a/charts/ix-chart/2207.1.0/charts/common-2206.0.0.tgz and /dev/null differ diff --git a/charts/ix-chart/2207.1.0/.helmignore b/charts/ix-chart/2207.2.0/.helmignore similarity index 100% rename from charts/ix-chart/2207.1.0/.helmignore rename to charts/ix-chart/2207.2.0/.helmignore diff --git a/charts/ix-chart/2207.2.0/Chart.lock b/charts/ix-chart/2207.2.0/Chart.lock new file mode 100644 index 0000000000..755de5eb06 --- /dev/null +++ b/charts/ix-chart/2207.2.0/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: file://../../../library/common/2207.0.0 + version: 2207.0.0 +digest: sha256:f17f3d458ca0210a52e39da0dce35034e900b36f2040d4b19bed46a7aae91506 +generated: "2022-07-25T00:20:48.266895679+05:00" diff --git a/charts/ix-chart/2207.1.0/Chart.yaml b/charts/ix-chart/2207.2.0/Chart.yaml similarity index 92% rename from charts/ix-chart/2207.1.0/Chart.yaml rename to charts/ix-chart/2207.2.0/Chart.yaml index 3d31d9263d..55ac2c186e 100644 --- a/charts/ix-chart/2207.1.0/Chart.yaml +++ b/charts/ix-chart/2207.2.0/Chart.yaml @@ -15,7 +15,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 2207.1.0 +version: 2207.2.0 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to @@ -23,5 +23,5 @@ version: 2207.1.0 appVersion: v1 dependencies: - name: common - repository: file://../../../library/common/2206.0.0 - version: 2206.0.0 + repository: file://../../../library/common/2207.0.0 + version: 2207.0.0 diff --git a/charts/ix-chart/2207.1.0/README.md b/charts/ix-chart/2207.2.0/README.md similarity index 100% rename from charts/ix-chart/2207.1.0/README.md rename to charts/ix-chart/2207.2.0/README.md diff --git a/charts/ix-chart/2207.1.0/app-readme.md b/charts/ix-chart/2207.2.0/app-readme.md similarity index 100% rename from charts/ix-chart/2207.1.0/app-readme.md rename to charts/ix-chart/2207.2.0/app-readme.md diff --git a/charts/ix-chart/2207.2.0/charts/common-2207.0.0.tgz b/charts/ix-chart/2207.2.0/charts/common-2207.0.0.tgz new file mode 100644 index 0000000000..2adf94b438 Binary files /dev/null and b/charts/ix-chart/2207.2.0/charts/common-2207.0.0.tgz differ diff --git a/charts/ix-chart/2207.1.0/questions.yaml b/charts/ix-chart/2207.2.0/questions.yaml similarity index 100% rename from charts/ix-chart/2207.1.0/questions.yaml rename to charts/ix-chart/2207.2.0/questions.yaml diff --git a/charts/ix-chart/2207.1.0/templates/NOTES.txt b/charts/ix-chart/2207.2.0/templates/NOTES.txt similarity index 100% rename from charts/ix-chart/2207.1.0/templates/NOTES.txt rename to charts/ix-chart/2207.2.0/templates/NOTES.txt diff --git a/charts/ix-chart/2207.1.0/templates/_containers.tpl b/charts/ix-chart/2207.2.0/templates/_containers.tpl similarity index 100% rename from charts/ix-chart/2207.1.0/templates/_containers.tpl rename to charts/ix-chart/2207.2.0/templates/_containers.tpl diff --git a/charts/ix-chart/2207.1.0/templates/_helpers.tpl b/charts/ix-chart/2207.2.0/templates/_helpers.tpl similarity index 100% rename from charts/ix-chart/2207.1.0/templates/_helpers.tpl rename to charts/ix-chart/2207.2.0/templates/_helpers.tpl diff --git a/charts/ix-chart/2207.1.0/templates/_networking.tpl b/charts/ix-chart/2207.2.0/templates/_networking.tpl similarity index 100% rename from charts/ix-chart/2207.1.0/templates/_networking.tpl rename to charts/ix-chart/2207.2.0/templates/_networking.tpl diff --git a/charts/ix-chart/2207.1.0/templates/_volumes.tpl b/charts/ix-chart/2207.2.0/templates/_volumes.tpl similarity index 100% rename from charts/ix-chart/2207.1.0/templates/_volumes.tpl rename to charts/ix-chart/2207.2.0/templates/_volumes.tpl diff --git a/test/ix-chart/2207.1.0/templates/_workload.tpl b/charts/ix-chart/2207.2.0/templates/_workload.tpl similarity index 98% rename from test/ix-chart/2207.1.0/templates/_workload.tpl rename to charts/ix-chart/2207.2.0/templates/_workload.tpl index f0026ab02b..dc41b08957 100644 --- a/test/ix-chart/2207.1.0/templates/_workload.tpl +++ b/charts/ix-chart/2207.2.0/templates/_workload.tpl @@ -54,7 +54,7 @@ restartPolicy: {{ template "restartPolicy" . }} hostNetwork: {{ template "hostNetworkingConfiguration" . }} containers: - name: {{ .Chart.Name }} - {{ include "common.resources.limitaion" . | nindent 2 }} + {{ include "common.resources.limitation" . | nindent 2 }} {{- include "volumeMountsConfiguration" . | indent 2}} tty: {{ .Values.tty }} stdin: {{ .Values.stdin }} diff --git a/charts/ix-chart/2207.1.0/templates/external-interfaces.yaml b/charts/ix-chart/2207.2.0/templates/external-interfaces.yaml similarity index 100% rename from charts/ix-chart/2207.1.0/templates/external-interfaces.yaml rename to charts/ix-chart/2207.2.0/templates/external-interfaces.yaml diff --git a/charts/ix-chart/2207.1.0/templates/service.yaml b/charts/ix-chart/2207.2.0/templates/service.yaml similarity index 100% rename from charts/ix-chart/2207.1.0/templates/service.yaml rename to charts/ix-chart/2207.2.0/templates/service.yaml diff --git a/charts/ix-chart/2207.1.0/templates/tests/deployment-check.yaml b/charts/ix-chart/2207.2.0/templates/tests/deployment-check.yaml similarity index 100% rename from charts/ix-chart/2207.1.0/templates/tests/deployment-check.yaml rename to charts/ix-chart/2207.2.0/templates/tests/deployment-check.yaml diff --git a/charts/ix-chart/2207.1.0/templates/workload.yaml b/charts/ix-chart/2207.2.0/templates/workload.yaml similarity index 100% rename from charts/ix-chart/2207.1.0/templates/workload.yaml rename to charts/ix-chart/2207.2.0/templates/workload.yaml diff --git a/charts/ix-chart/2207.1.0/test_values.yaml b/charts/ix-chart/2207.2.0/test_values.yaml similarity index 100% rename from charts/ix-chart/2207.1.0/test_values.yaml rename to charts/ix-chart/2207.2.0/test_values.yaml diff --git a/charts/machinaris/1.1.10/charts/common-2206.0.0.tgz b/charts/machinaris/1.1.10/charts/common-2206.0.0.tgz deleted file mode 100644 index f144a0660b..0000000000 Binary files a/charts/machinaris/1.1.10/charts/common-2206.0.0.tgz and /dev/null differ diff --git a/charts/machinaris/1.1.10/requirements.lock b/charts/machinaris/1.1.10/requirements.lock deleted file mode 100644 index 1ea08df473..0000000000 --- a/charts/machinaris/1.1.10/requirements.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: file://../../../library/common/2206.0.0 - version: 2206.0.0 -digest: sha256:b5cc6b211cae3adaa3ab8bd5eca73e34c178b11b3daad489e27e0f72190bb115 -generated: "2022-06-28T00:19:51.521131693+05:00" diff --git a/charts/machinaris/1.1.10/.helmignore b/charts/machinaris/1.1.11/.helmignore similarity index 100% rename from charts/machinaris/1.1.10/.helmignore rename to charts/machinaris/1.1.11/.helmignore diff --git a/charts/machinaris/1.1.10/Chart.yaml b/charts/machinaris/1.1.11/Chart.yaml similarity index 80% rename from charts/machinaris/1.1.10/Chart.yaml rename to charts/machinaris/1.1.11/Chart.yaml index 4691bdfd65..2d1109e256 100644 --- a/charts/machinaris/1.1.10/Chart.yaml +++ b/charts/machinaris/1.1.11/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v1 appVersion: v0.8.1 dependencies: - name: common - repository: file://../../../library/common/2206.0.0 - version: 2206.0.0 + repository: file://../../../library/common/2207.0.0 + version: 2207.0.0 description: Global, Versioned, peer-to-peer filesystem. home: https://github.com/guydavis/machinaris icon: https://raw.githubusercontent.com/guydavis/machinaris/main/web/static/favicon.ico @@ -14,4 +14,4 @@ keywords: name: machinaris sources: - https://github.com/guydavis/machinaris -version: 1.1.10 +version: 1.1.11 diff --git a/charts/machinaris/1.1.10/README.md b/charts/machinaris/1.1.11/README.md similarity index 100% rename from charts/machinaris/1.1.10/README.md rename to charts/machinaris/1.1.11/README.md diff --git a/charts/machinaris/1.1.10/app-readme.md b/charts/machinaris/1.1.11/app-readme.md similarity index 100% rename from charts/machinaris/1.1.10/app-readme.md rename to charts/machinaris/1.1.11/app-readme.md diff --git a/charts/machinaris/1.1.11/charts/common-2207.0.0.tgz b/charts/machinaris/1.1.11/charts/common-2207.0.0.tgz new file mode 100644 index 0000000000..2adf94b438 Binary files /dev/null and b/charts/machinaris/1.1.11/charts/common-2207.0.0.tgz differ diff --git a/charts/machinaris/1.1.10/ix_values.yaml b/charts/machinaris/1.1.11/ix_values.yaml similarity index 100% rename from charts/machinaris/1.1.10/ix_values.yaml rename to charts/machinaris/1.1.11/ix_values.yaml diff --git a/charts/machinaris/1.1.10/questions.yaml b/charts/machinaris/1.1.11/questions.yaml similarity index 100% rename from charts/machinaris/1.1.10/questions.yaml rename to charts/machinaris/1.1.11/questions.yaml diff --git a/charts/machinaris/1.1.11/requirements.lock b/charts/machinaris/1.1.11/requirements.lock new file mode 100644 index 0000000000..6e41de62f6 --- /dev/null +++ b/charts/machinaris/1.1.11/requirements.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: file://../../../library/common/2207.0.0 + version: 2207.0.0 +digest: sha256:f17f3d458ca0210a52e39da0dce35034e900b36f2040d4b19bed46a7aae91506 +generated: "2022-07-25T00:20:48.128962914+05:00" diff --git a/charts/machinaris/1.1.10/templates/_helpers.tpl b/charts/machinaris/1.1.11/templates/_helpers.tpl similarity index 100% rename from charts/machinaris/1.1.10/templates/_helpers.tpl rename to charts/machinaris/1.1.11/templates/_helpers.tpl diff --git a/charts/machinaris/1.1.10/templates/coins-deployment.yaml b/charts/machinaris/1.1.11/templates/coins-deployment.yaml similarity index 100% rename from charts/machinaris/1.1.10/templates/coins-deployment.yaml rename to charts/machinaris/1.1.11/templates/coins-deployment.yaml diff --git a/charts/machinaris/1.1.10/templates/deployment.yaml b/charts/machinaris/1.1.11/templates/deployment.yaml similarity index 100% rename from charts/machinaris/1.1.10/templates/deployment.yaml rename to charts/machinaris/1.1.11/templates/deployment.yaml diff --git a/charts/machinaris/1.1.10/templates/service.yaml b/charts/machinaris/1.1.11/templates/service.yaml similarity index 100% rename from charts/machinaris/1.1.10/templates/service.yaml rename to charts/machinaris/1.1.11/templates/service.yaml diff --git a/charts/machinaris/1.1.10/templates/tests/cactus-check.yaml b/charts/machinaris/1.1.11/templates/tests/cactus-check.yaml similarity index 100% rename from charts/machinaris/1.1.10/templates/tests/cactus-check.yaml rename to charts/machinaris/1.1.11/templates/tests/cactus-check.yaml diff --git a/charts/machinaris/1.1.10/templates/tests/machinaris-check.yaml b/charts/machinaris/1.1.11/templates/tests/machinaris-check.yaml similarity index 100% rename from charts/machinaris/1.1.10/templates/tests/machinaris-check.yaml rename to charts/machinaris/1.1.11/templates/tests/machinaris-check.yaml diff --git a/charts/machinaris/1.1.10/test_values.yaml b/charts/machinaris/1.1.11/test_values.yaml similarity index 100% rename from charts/machinaris/1.1.10/test_values.yaml rename to charts/machinaris/1.1.11/test_values.yaml diff --git a/charts/machinaris/upgrade_strategy b/charts/machinaris/upgrade_strategy_disable similarity index 100% rename from charts/machinaris/upgrade_strategy rename to charts/machinaris/upgrade_strategy_disable diff --git a/charts/minio/1.6.35/charts/common-2206.0.0.tgz b/charts/minio/1.6.35/charts/common-2206.0.0.tgz deleted file mode 100644 index f3b5eb0c31..0000000000 Binary files a/charts/minio/1.6.35/charts/common-2206.0.0.tgz and /dev/null differ diff --git a/charts/minio/1.6.35/requirements.lock b/charts/minio/1.6.35/requirements.lock deleted file mode 100644 index d6dffce599..0000000000 --- a/charts/minio/1.6.35/requirements.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: file://../../../library/common/2206.0.0 - version: 2206.0.0 -digest: sha256:b5cc6b211cae3adaa3ab8bd5eca73e34c178b11b3daad489e27e0f72190bb115 -generated: "2022-06-28T00:19:51.476831005+05:00" diff --git a/charts/minio/1.6.35/.helmignore b/charts/minio/1.6.36/.helmignore similarity index 100% rename from charts/minio/1.6.35/.helmignore rename to charts/minio/1.6.36/.helmignore diff --git a/charts/minio/1.6.35/CHANGELOG.md b/charts/minio/1.6.36/CHANGELOG.md similarity index 100% rename from charts/minio/1.6.35/CHANGELOG.md rename to charts/minio/1.6.36/CHANGELOG.md diff --git a/charts/minio/1.6.35/Chart.yaml b/charts/minio/1.6.36/Chart.yaml similarity index 80% rename from charts/minio/1.6.35/Chart.yaml rename to charts/minio/1.6.36/Chart.yaml index ce9550df02..ddff506443 100644 --- a/charts/minio/1.6.35/Chart.yaml +++ b/charts/minio/1.6.36/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v1 appVersion: '2022-07-26' dependencies: - name: common - repository: file://../../../library/common/2206.0.0 - version: 2206.0.0 + repository: file://../../../library/common/2207.0.0 + version: 2207.0.0 description: High Performance, Kubernetes Native Object Storage home: https://min.io icon: https://min.io/resources/img/logo/MINIO_wordmark.png @@ -16,4 +16,4 @@ sources: - https://github.com/minio/minio - https://github.com/minio/charts upstream_version: 8.0.5 -version: 1.6.35 +version: 1.6.36 diff --git a/charts/minio/1.6.35/README.md b/charts/minio/1.6.36/README.md similarity index 100% rename from charts/minio/1.6.35/README.md rename to charts/minio/1.6.36/README.md diff --git a/charts/minio/1.6.35/app-readme.md b/charts/minio/1.6.36/app-readme.md similarity index 100% rename from charts/minio/1.6.35/app-readme.md rename to charts/minio/1.6.36/app-readme.md diff --git a/charts/minio/1.6.36/charts/common-2207.0.0.tgz b/charts/minio/1.6.36/charts/common-2207.0.0.tgz new file mode 100644 index 0000000000..2adf94b438 Binary files /dev/null and b/charts/minio/1.6.36/charts/common-2207.0.0.tgz differ diff --git a/charts/minio/1.6.35/ix_values.yaml b/charts/minio/1.6.36/ix_values.yaml similarity index 100% rename from charts/minio/1.6.35/ix_values.yaml rename to charts/minio/1.6.36/ix_values.yaml diff --git a/charts/minio/1.6.35/migrations/migrate b/charts/minio/1.6.36/migrations/migrate similarity index 100% rename from charts/minio/1.6.35/migrations/migrate rename to charts/minio/1.6.36/migrations/migrate diff --git a/charts/minio/1.6.35/migrations/migrate_from_1.0.0 b/charts/minio/1.6.36/migrations/migrate_from_1.0.0 similarity index 100% rename from charts/minio/1.6.35/migrations/migrate_from_1.0.0 rename to charts/minio/1.6.36/migrations/migrate_from_1.0.0 diff --git a/charts/minio/1.6.35/questions.yaml b/charts/minio/1.6.36/questions.yaml similarity index 100% rename from charts/minio/1.6.35/questions.yaml rename to charts/minio/1.6.36/questions.yaml diff --git a/charts/minio/1.6.36/requirements.lock b/charts/minio/1.6.36/requirements.lock new file mode 100644 index 0000000000..b787c28a7b --- /dev/null +++ b/charts/minio/1.6.36/requirements.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: file://../../../library/common/2207.0.0 + version: 2207.0.0 +digest: sha256:f17f3d458ca0210a52e39da0dce35034e900b36f2040d4b19bed46a7aae91506 +generated: "2022-07-25T00:20:47.987169596+05:00" diff --git a/charts/minio/1.6.35/templates/NOTES.txt b/charts/minio/1.6.36/templates/NOTES.txt similarity index 100% rename from charts/minio/1.6.35/templates/NOTES.txt rename to charts/minio/1.6.36/templates/NOTES.txt diff --git a/charts/minio/1.6.35/templates/_cert.tpl b/charts/minio/1.6.36/templates/_cert.tpl similarity index 100% rename from charts/minio/1.6.35/templates/_cert.tpl rename to charts/minio/1.6.36/templates/_cert.tpl diff --git a/charts/minio/1.6.35/templates/_helpers.tpl b/charts/minio/1.6.36/templates/_helpers.tpl similarity index 100% rename from charts/minio/1.6.35/templates/_helpers.tpl rename to charts/minio/1.6.36/templates/_helpers.tpl diff --git a/charts/minio/1.6.35/templates/configmap.yaml b/charts/minio/1.6.36/templates/configmap.yaml similarity index 100% rename from charts/minio/1.6.35/templates/configmap.yaml rename to charts/minio/1.6.36/templates/configmap.yaml diff --git a/charts/minio/1.6.35/templates/deployment.yaml b/charts/minio/1.6.36/templates/deployment.yaml similarity index 98% rename from charts/minio/1.6.35/templates/deployment.yaml rename to charts/minio/1.6.36/templates/deployment.yaml index 042eabe123..05d3ebe366 100644 --- a/charts/minio/1.6.35/templates/deployment.yaml +++ b/charts/minio/1.6.36/templates/deployment.yaml @@ -34,7 +34,7 @@ spec: hostNetwork: {{ include "minio.hostNetworking" . }} containers: - name: {{ .Chart.Name }} - {{ include "common.resources.limitaion" . | nindent 10 }} + {{ include "common.resources.limitation" . | nindent 10 }} {{ include "common.containers.imageConfig" .Values.image | nindent 10 }} volumeMounts: {{ include "common.storage.configureAppVolumeMountsInContainer" .Values | nindent 12 }} {{- include "minio.tlsKeysVolumeMount" . | nindent 12 }} diff --git a/charts/minio/1.6.35/templates/pre-install-job.yaml b/charts/minio/1.6.36/templates/pre-install-job.yaml similarity index 100% rename from charts/minio/1.6.35/templates/pre-install-job.yaml rename to charts/minio/1.6.36/templates/pre-install-job.yaml diff --git a/charts/minio/1.6.35/templates/secrets.yaml b/charts/minio/1.6.36/templates/secrets.yaml similarity index 100% rename from charts/minio/1.6.35/templates/secrets.yaml rename to charts/minio/1.6.36/templates/secrets.yaml diff --git a/charts/minio/1.6.35/templates/service.yaml b/charts/minio/1.6.36/templates/service.yaml similarity index 100% rename from charts/minio/1.6.35/templates/service.yaml rename to charts/minio/1.6.36/templates/service.yaml diff --git a/charts/minio/1.6.35/templates/serviceaccount.yaml b/charts/minio/1.6.36/templates/serviceaccount.yaml similarity index 100% rename from charts/minio/1.6.35/templates/serviceaccount.yaml rename to charts/minio/1.6.36/templates/serviceaccount.yaml diff --git a/charts/minio/1.6.35/templates/tests/deployment-check.yaml b/charts/minio/1.6.36/templates/tests/deployment-check.yaml similarity index 100% rename from charts/minio/1.6.35/templates/tests/deployment-check.yaml rename to charts/minio/1.6.36/templates/tests/deployment-check.yaml diff --git a/charts/minio/1.6.35/test_values.yaml b/charts/minio/1.6.36/test_values.yaml similarity index 100% rename from charts/minio/1.6.35/test_values.yaml rename to charts/minio/1.6.36/test_values.yaml diff --git a/charts/netdata/1.0.8/charts/common-2206.0.0.tgz b/charts/netdata/1.0.8/charts/common-2206.0.0.tgz deleted file mode 100644 index f3b5eb0c31..0000000000 Binary files a/charts/netdata/1.0.8/charts/common-2206.0.0.tgz and /dev/null differ diff --git a/charts/netdata/1.0.8/requirements.lock b/charts/netdata/1.0.8/requirements.lock deleted file mode 100644 index 2257736493..0000000000 --- a/charts/netdata/1.0.8/requirements.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: file://../../../library/common/2206.0.0 - version: 2206.0.0 -digest: sha256:b5cc6b211cae3adaa3ab8bd5eca73e34c178b11b3daad489e27e0f72190bb115 -generated: "2022-06-28T00:19:51.02504434+05:00" diff --git a/charts/netdata/1.0.8/.helmignore b/charts/netdata/1.0.9/.helmignore similarity index 100% rename from charts/netdata/1.0.8/.helmignore rename to charts/netdata/1.0.9/.helmignore diff --git a/test/netdata/1.0.8/Chart.yaml b/charts/netdata/1.0.9/Chart.yaml similarity index 80% rename from test/netdata/1.0.8/Chart.yaml rename to charts/netdata/1.0.9/Chart.yaml index 4f6d65dba8..13030ee39e 100644 --- a/test/netdata/1.0.8/Chart.yaml +++ b/charts/netdata/1.0.9/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v1 appVersion: v1.35.1 dependencies: - name: common - repository: file://../../../library/common/2206.0.0 - version: 2206.0.0 + repository: file://../../../library/common/2207.0.0 + version: 2207.0.0 description: Real-time performance monitoring, done right! home: https://www.netdata.cloud/ icon: https://netdata.github.io/helmchart/logo.png @@ -16,4 +16,4 @@ sources: - https://github.com/netdata/helmchart - https://github.com/netdata/netdata upstream_version: 3.7.12 -version: 1.0.8 +version: 1.0.9 diff --git a/charts/netdata/1.0.8/README.md b/charts/netdata/1.0.9/README.md similarity index 100% rename from charts/netdata/1.0.8/README.md rename to charts/netdata/1.0.9/README.md diff --git a/charts/netdata/1.0.8/app-readme.md b/charts/netdata/1.0.9/app-readme.md similarity index 100% rename from charts/netdata/1.0.8/app-readme.md rename to charts/netdata/1.0.9/app-readme.md diff --git a/charts/netdata/1.0.9/charts/common-2207.0.0.tgz b/charts/netdata/1.0.9/charts/common-2207.0.0.tgz new file mode 100644 index 0000000000..2adf94b438 Binary files /dev/null and b/charts/netdata/1.0.9/charts/common-2207.0.0.tgz differ diff --git a/charts/netdata/1.0.8/ix_values.yaml b/charts/netdata/1.0.9/ix_values.yaml similarity index 100% rename from charts/netdata/1.0.8/ix_values.yaml rename to charts/netdata/1.0.9/ix_values.yaml diff --git a/charts/netdata/1.0.8/questions.yaml b/charts/netdata/1.0.9/questions.yaml similarity index 100% rename from charts/netdata/1.0.8/questions.yaml rename to charts/netdata/1.0.9/questions.yaml diff --git a/charts/netdata/1.0.9/requirements.lock b/charts/netdata/1.0.9/requirements.lock new file mode 100644 index 0000000000..f4e963b14b --- /dev/null +++ b/charts/netdata/1.0.9/requirements.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: file://../../../library/common/2207.0.0 + version: 2207.0.0 +digest: sha256:f17f3d458ca0210a52e39da0dce35034e900b36f2040d4b19bed46a7aae91506 +generated: "2022-07-25T00:20:48.220631642+05:00" diff --git a/charts/netdata/1.0.8/templates/_helpers.tpl b/charts/netdata/1.0.9/templates/_helpers.tpl similarity index 100% rename from charts/netdata/1.0.8/templates/_helpers.tpl rename to charts/netdata/1.0.9/templates/_helpers.tpl diff --git a/charts/netdata/1.0.8/templates/clusterrole.yaml b/charts/netdata/1.0.9/templates/clusterrole.yaml similarity index 100% rename from charts/netdata/1.0.8/templates/clusterrole.yaml rename to charts/netdata/1.0.9/templates/clusterrole.yaml diff --git a/charts/netdata/1.0.8/templates/clusterrolebinding.yaml b/charts/netdata/1.0.9/templates/clusterrolebinding.yaml similarity index 100% rename from charts/netdata/1.0.8/templates/clusterrolebinding.yaml rename to charts/netdata/1.0.9/templates/clusterrolebinding.yaml diff --git a/test/netdata/1.0.8/templates/deployment.yaml b/charts/netdata/1.0.9/templates/deployment.yaml similarity index 97% rename from test/netdata/1.0.8/templates/deployment.yaml rename to charts/netdata/1.0.9/templates/deployment.yaml index aed5f5a367..f453fa05ad 100644 --- a/test/netdata/1.0.8/templates/deployment.yaml +++ b/charts/netdata/1.0.9/templates/deployment.yaml @@ -28,7 +28,7 @@ spec: - name: {{ .Chart.Name }} image: "{{ .Values.image.repository }}:{{ tpl .Values.image.tag . }}" imagePullPolicy: {{ .Values.image.pullPolicy }} - {{ include "common.resources.limitaion" . | nindent 10 }} + {{ include "common.resources.limitation" . | nindent 10 }} env: {{ $envList := (default list .Values.environmentVariables) }} {{ include "common.containers.environmentVariables" (dict "environmentVariables" $envList) | nindent 12 }} diff --git a/charts/netdata/1.0.8/templates/pre-install-job.yaml b/charts/netdata/1.0.9/templates/pre-install-job.yaml similarity index 100% rename from charts/netdata/1.0.8/templates/pre-install-job.yaml rename to charts/netdata/1.0.9/templates/pre-install-job.yaml diff --git a/charts/netdata/1.0.8/templates/service.yaml b/charts/netdata/1.0.9/templates/service.yaml similarity index 100% rename from charts/netdata/1.0.8/templates/service.yaml rename to charts/netdata/1.0.9/templates/service.yaml diff --git a/charts/netdata/1.0.8/templates/serviceaccount.yaml b/charts/netdata/1.0.9/templates/serviceaccount.yaml similarity index 100% rename from charts/netdata/1.0.8/templates/serviceaccount.yaml rename to charts/netdata/1.0.9/templates/serviceaccount.yaml diff --git a/charts/netdata/1.0.8/templates/tests/deployment-check.yaml b/charts/netdata/1.0.9/templates/tests/deployment-check.yaml similarity index 100% rename from charts/netdata/1.0.8/templates/tests/deployment-check.yaml rename to charts/netdata/1.0.9/templates/tests/deployment-check.yaml diff --git a/charts/netdata/1.0.8/test_values.yaml b/charts/netdata/1.0.9/test_values.yaml similarity index 100% rename from charts/netdata/1.0.8/test_values.yaml rename to charts/netdata/1.0.9/test_values.yaml diff --git a/charts/nextcloud/1.6.6/Chart.lock b/charts/nextcloud/1.6.6/Chart.lock deleted file mode 100644 index 2fff9bc91e..0000000000 --- a/charts/nextcloud/1.6.6/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: file://../../../library/common/2206.0.0 - version: 2206.0.0 -digest: sha256:b5cc6b211cae3adaa3ab8bd5eca73e34c178b11b3daad489e27e0f72190bb115 -generated: "2022-06-28T00:19:50.949598386+05:00" diff --git a/charts/nextcloud/1.6.6/charts/common-2206.0.0.tgz b/charts/nextcloud/1.6.6/charts/common-2206.0.0.tgz deleted file mode 100644 index f3b5eb0c31..0000000000 Binary files a/charts/nextcloud/1.6.6/charts/common-2206.0.0.tgz and /dev/null differ diff --git a/charts/nextcloud/1.6.6/.helmignore b/charts/nextcloud/1.6.7/.helmignore similarity index 100% rename from charts/nextcloud/1.6.6/.helmignore rename to charts/nextcloud/1.6.7/.helmignore diff --git a/charts/nextcloud/1.6.7/Chart.lock b/charts/nextcloud/1.6.7/Chart.lock new file mode 100644 index 0000000000..265acc741b --- /dev/null +++ b/charts/nextcloud/1.6.7/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: file://../../../library/common/2207.0.0 + version: 2207.0.0 +digest: sha256:f17f3d458ca0210a52e39da0dce35034e900b36f2040d4b19bed46a7aae91506 +generated: "2022-07-28T22:31:02.992776385+05:00" diff --git a/charts/nextcloud/1.6.6/Chart.yaml b/charts/nextcloud/1.6.7/Chart.yaml similarity index 84% rename from charts/nextcloud/1.6.6/Chart.yaml rename to charts/nextcloud/1.6.7/Chart.yaml index 53a901f0a5..9e2ed3f6bb 100644 --- a/charts/nextcloud/1.6.6/Chart.yaml +++ b/charts/nextcloud/1.6.7/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 appVersion: 24.0.3 dependencies: - name: common - repository: file://../../../library/common/2206.0.0 - version: 2206.0.0 + repository: file://../../../library/common/2207.0.0 + version: 2207.0.0 description: A file sharing server that puts the control and security of your own data back into your hands. home: https://nextcloud.com/ @@ -19,4 +19,4 @@ sources: - https://github.com/nextcloud/docker - https://github.com/nextcloud/helm upstream_version: 2.3.2 -version: 1.6.6 +version: 1.6.7 diff --git a/charts/nextcloud/1.6.6/README.md b/charts/nextcloud/1.6.7/README.md similarity index 100% rename from charts/nextcloud/1.6.6/README.md rename to charts/nextcloud/1.6.7/README.md diff --git a/charts/nextcloud/1.6.6/app-readme.md b/charts/nextcloud/1.6.7/app-readme.md similarity index 100% rename from charts/nextcloud/1.6.6/app-readme.md rename to charts/nextcloud/1.6.7/app-readme.md diff --git a/charts/nextcloud/1.6.7/charts/common-2207.0.0.tgz b/charts/nextcloud/1.6.7/charts/common-2207.0.0.tgz new file mode 100644 index 0000000000..2adf94b438 Binary files /dev/null and b/charts/nextcloud/1.6.7/charts/common-2207.0.0.tgz differ diff --git a/charts/nextcloud/1.6.6/ix_values.yaml b/charts/nextcloud/1.6.7/ix_values.yaml similarity index 100% rename from charts/nextcloud/1.6.6/ix_values.yaml rename to charts/nextcloud/1.6.7/ix_values.yaml diff --git a/charts/nextcloud/1.6.6/migrations/migrate_from_1.1.0 b/charts/nextcloud/1.6.7/migrations/migrate_from_1.1.0 similarity index 100% rename from charts/nextcloud/1.6.6/migrations/migrate_from_1.1.0 rename to charts/nextcloud/1.6.7/migrations/migrate_from_1.1.0 diff --git a/charts/nextcloud/1.6.6/questions.yaml b/charts/nextcloud/1.6.7/questions.yaml similarity index 100% rename from charts/nextcloud/1.6.6/questions.yaml rename to charts/nextcloud/1.6.7/questions.yaml diff --git a/charts/nextcloud/1.6.6/requirements.lock b/charts/nextcloud/1.6.7/requirements.lock similarity index 67% rename from charts/nextcloud/1.6.6/requirements.lock rename to charts/nextcloud/1.6.7/requirements.lock index dabf2b287f..3ead4ef6e6 100644 --- a/charts/nextcloud/1.6.6/requirements.lock +++ b/charts/nextcloud/1.6.7/requirements.lock @@ -1,6 +1,6 @@ dependencies: - name: common - repository: file://../../../library/common/2206.0.0 - version: 2206.0.0 + repository: file://../../../library/common/2207.0.0 + version: 2207.0.0 digest: sha256:11522ab36487826700d7ad0f86f713a4bb5d35248014bcef690fe94acbc09ef6 generated: "2021-05-10T13:07:35.423192+05:00" diff --git a/charts/nextcloud/1.6.6/templates/NOTES.txt b/charts/nextcloud/1.6.7/templates/NOTES.txt similarity index 100% rename from charts/nextcloud/1.6.6/templates/NOTES.txt rename to charts/nextcloud/1.6.7/templates/NOTES.txt diff --git a/charts/nextcloud/1.6.6/templates/_nginx.tpl b/charts/nextcloud/1.6.7/templates/_nginx.tpl similarity index 100% rename from charts/nextcloud/1.6.6/templates/_nginx.tpl rename to charts/nextcloud/1.6.7/templates/_nginx.tpl diff --git a/charts/nextcloud/1.6.6/templates/_postgres.tpl b/charts/nextcloud/1.6.7/templates/_postgres.tpl similarity index 100% rename from charts/nextcloud/1.6.6/templates/_postgres.tpl rename to charts/nextcloud/1.6.7/templates/_postgres.tpl diff --git a/charts/nextcloud/1.6.6/templates/backup-postgres-config.yaml b/charts/nextcloud/1.6.7/templates/backup-postgres-config.yaml similarity index 100% rename from charts/nextcloud/1.6.6/templates/backup-postgres-config.yaml rename to charts/nextcloud/1.6.7/templates/backup-postgres-config.yaml diff --git a/charts/nextcloud/1.6.6/templates/backup-postgres-hook.yaml b/charts/nextcloud/1.6.7/templates/backup-postgres-hook.yaml similarity index 100% rename from charts/nextcloud/1.6.6/templates/backup-postgres-hook.yaml rename to charts/nextcloud/1.6.7/templates/backup-postgres-hook.yaml diff --git a/charts/nextcloud/1.6.6/templates/cronjob.yaml b/charts/nextcloud/1.6.7/templates/cronjob.yaml similarity index 100% rename from charts/nextcloud/1.6.6/templates/cronjob.yaml rename to charts/nextcloud/1.6.7/templates/cronjob.yaml diff --git a/test/nextcloud/1.6.6/templates/deployment.yaml b/charts/nextcloud/1.6.7/templates/deployment.yaml similarity index 98% rename from test/nextcloud/1.6.6/templates/deployment.yaml rename to charts/nextcloud/1.6.7/templates/deployment.yaml index f89ebe180b..d2bc2e02b2 100644 --- a/test/nextcloud/1.6.6/templates/deployment.yaml +++ b/charts/nextcloud/1.6.7/templates/deployment.yaml @@ -28,7 +28,7 @@ spec: {{ include "common.deployment.common_spec" . | nindent 2 }} protocol: TCP {{ end }} - name: {{ .Chart.Name }} - {{ include "common.resources.limitaion" . | nindent 8 }} + {{ include "common.resources.limitation" . | nindent 8 }} {{ include "common.containers.imageConfig" .Values.image | nindent 8 }} env: {{ include "postgres.envVariableConfiguration" $postgres_values | nindent 10 }} {{ $envList := list }} diff --git a/charts/nextcloud/1.6.6/templates/nginx-configmap.yaml b/charts/nextcloud/1.6.7/templates/nginx-configmap.yaml similarity index 100% rename from charts/nextcloud/1.6.6/templates/nginx-configmap.yaml rename to charts/nextcloud/1.6.7/templates/nginx-configmap.yaml diff --git a/charts/nextcloud/1.6.6/templates/nginx-secret.yaml b/charts/nextcloud/1.6.7/templates/nginx-secret.yaml similarity index 100% rename from charts/nextcloud/1.6.6/templates/nginx-secret.yaml rename to charts/nextcloud/1.6.7/templates/nginx-secret.yaml diff --git a/charts/nextcloud/1.6.6/templates/nuke-deployments-hook.yaml b/charts/nextcloud/1.6.7/templates/nuke-deployments-hook.yaml similarity index 100% rename from charts/nextcloud/1.6.6/templates/nuke-deployments-hook.yaml rename to charts/nextcloud/1.6.7/templates/nuke-deployments-hook.yaml diff --git a/charts/nextcloud/1.6.6/templates/postgres-deployment.yaml b/charts/nextcloud/1.6.7/templates/postgres-deployment.yaml similarity index 100% rename from charts/nextcloud/1.6.6/templates/postgres-deployment.yaml rename to charts/nextcloud/1.6.7/templates/postgres-deployment.yaml diff --git a/charts/nextcloud/1.6.6/templates/postgres-secret.yaml b/charts/nextcloud/1.6.7/templates/postgres-secret.yaml similarity index 100% rename from charts/nextcloud/1.6.6/templates/postgres-secret.yaml rename to charts/nextcloud/1.6.7/templates/postgres-secret.yaml diff --git a/charts/nextcloud/1.6.6/templates/postgres-service.yaml b/charts/nextcloud/1.6.7/templates/postgres-service.yaml similarity index 100% rename from charts/nextcloud/1.6.6/templates/postgres-service.yaml rename to charts/nextcloud/1.6.7/templates/postgres-service.yaml diff --git a/charts/nextcloud/1.6.6/templates/secrets.yaml b/charts/nextcloud/1.6.7/templates/secrets.yaml similarity index 100% rename from charts/nextcloud/1.6.6/templates/secrets.yaml rename to charts/nextcloud/1.6.7/templates/secrets.yaml diff --git a/charts/nextcloud/1.6.6/templates/service.yaml b/charts/nextcloud/1.6.7/templates/service.yaml similarity index 100% rename from charts/nextcloud/1.6.6/templates/service.yaml rename to charts/nextcloud/1.6.7/templates/service.yaml diff --git a/charts/nextcloud/1.6.6/templates/serviceaccount.yaml b/charts/nextcloud/1.6.7/templates/serviceaccount.yaml similarity index 100% rename from charts/nextcloud/1.6.6/templates/serviceaccount.yaml rename to charts/nextcloud/1.6.7/templates/serviceaccount.yaml diff --git a/charts/nextcloud/1.6.6/templates/tests/deployment-check.yaml b/charts/nextcloud/1.6.7/templates/tests/deployment-check.yaml similarity index 100% rename from charts/nextcloud/1.6.6/templates/tests/deployment-check.yaml rename to charts/nextcloud/1.6.7/templates/tests/deployment-check.yaml diff --git a/charts/nextcloud/1.6.6/test_values.yaml b/charts/nextcloud/1.6.7/test_values.yaml similarity index 100% rename from charts/nextcloud/1.6.6/test_values.yaml rename to charts/nextcloud/1.6.7/test_values.yaml diff --git a/charts/photoprism/1.0.4/Chart.lock b/charts/photoprism/1.0.4/Chart.lock deleted file mode 100644 index 2b4d22651e..0000000000 --- a/charts/photoprism/1.0.4/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: file://../../../library/common/2206.0.0 - version: 2206.0.0 -digest: sha256:b5cc6b211cae3adaa3ab8bd5eca73e34c178b11b3daad489e27e0f72190bb115 -generated: "2022-06-28T00:19:51.245474471+05:00" diff --git a/charts/photoprism/1.0.4/charts/common-2206.0.0.tgz b/charts/photoprism/1.0.4/charts/common-2206.0.0.tgz deleted file mode 100644 index f3b5eb0c31..0000000000 Binary files a/charts/photoprism/1.0.4/charts/common-2206.0.0.tgz and /dev/null differ diff --git a/charts/photoprism/1.0.5/Chart.lock b/charts/photoprism/1.0.5/Chart.lock new file mode 100644 index 0000000000..7b54f57ea6 --- /dev/null +++ b/charts/photoprism/1.0.5/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: file://../../../library/common/2207.0.0 + version: 2207.0.0 +digest: sha256:f17f3d458ca0210a52e39da0dce35034e900b36f2040d4b19bed46a7aae91506 +generated: "2022-07-25T00:20:47.96354528+05:00" diff --git a/charts/photoprism/1.0.4/Chart.yaml b/charts/photoprism/1.0.5/Chart.yaml similarity index 75% rename from charts/photoprism/1.0.4/Chart.yaml rename to charts/photoprism/1.0.5/Chart.yaml index a2d6c6985e..4802bcd575 100644 --- a/charts/photoprism/1.0.4/Chart.yaml +++ b/charts/photoprism/1.0.5/Chart.yaml @@ -3,11 +3,11 @@ appVersion: "20220121" icon: https://photoprism.app/static/icons/logo.svg description: AI-powered app for browsing, organizing & sharing your photo collection. name: photoprism -version: 1.0.4 +version: 1.0.5 dependencies: - name: common - repository: file://../../../library/common/2206.0.0 - version: 2206.0.0 + repository: file://../../../library/common/2207.0.0 + version: 2207.0.0 home: https://photoprism.app/ keywords: - media diff --git a/charts/photoprism/1.0.4/README.md b/charts/photoprism/1.0.5/README.md similarity index 100% rename from charts/photoprism/1.0.4/README.md rename to charts/photoprism/1.0.5/README.md diff --git a/charts/photoprism/1.0.4/app-readme.md b/charts/photoprism/1.0.5/app-readme.md similarity index 100% rename from charts/photoprism/1.0.4/app-readme.md rename to charts/photoprism/1.0.5/app-readme.md diff --git a/charts/photoprism/1.0.5/charts/common-2207.0.0.tgz b/charts/photoprism/1.0.5/charts/common-2207.0.0.tgz new file mode 100644 index 0000000000..2adf94b438 Binary files /dev/null and b/charts/photoprism/1.0.5/charts/common-2207.0.0.tgz differ diff --git a/charts/photoprism/1.0.4/ix_values.yaml b/charts/photoprism/1.0.5/ix_values.yaml similarity index 100% rename from charts/photoprism/1.0.4/ix_values.yaml rename to charts/photoprism/1.0.5/ix_values.yaml diff --git a/charts/photoprism/1.0.4/questions.yaml b/charts/photoprism/1.0.5/questions.yaml similarity index 100% rename from charts/photoprism/1.0.4/questions.yaml rename to charts/photoprism/1.0.5/questions.yaml diff --git a/charts/photoprism/1.0.4/templates/deployment.yaml b/charts/photoprism/1.0.5/templates/deployment.yaml similarity index 97% rename from charts/photoprism/1.0.4/templates/deployment.yaml rename to charts/photoprism/1.0.5/templates/deployment.yaml index b06f324420..c59277be0a 100644 --- a/charts/photoprism/1.0.4/templates/deployment.yaml +++ b/charts/photoprism/1.0.5/templates/deployment.yaml @@ -30,7 +30,7 @@ spec: hostNetwork: false containers: - name: {{ .Chart.Name }} - {{ include "common.resources.limitaion" . | nindent 10 }} + {{ include "common.resources.limitation" . | nindent 10 }} {{ include "common.containers.imageConfig" .Values.image | nindent 10 }} volumeMounts: {{ include "common.storage.configureAppVolumeMountsInContainer" .Values | nindent 12 }} {{ range $index, $hostPathConfiguration := .Values.extraAppVolumeMounts }} diff --git a/charts/photoprism/1.0.4/templates/pre-install-job.yaml b/charts/photoprism/1.0.5/templates/pre-install-job.yaml similarity index 100% rename from charts/photoprism/1.0.4/templates/pre-install-job.yaml rename to charts/photoprism/1.0.5/templates/pre-install-job.yaml diff --git a/charts/photoprism/1.0.4/templates/secret.yaml b/charts/photoprism/1.0.5/templates/secret.yaml similarity index 100% rename from charts/photoprism/1.0.4/templates/secret.yaml rename to charts/photoprism/1.0.5/templates/secret.yaml diff --git a/charts/photoprism/1.0.4/templates/service.yaml b/charts/photoprism/1.0.5/templates/service.yaml similarity index 100% rename from charts/photoprism/1.0.4/templates/service.yaml rename to charts/photoprism/1.0.5/templates/service.yaml diff --git a/charts/photoprism/1.0.4/templates/tests/deployment-check.yaml b/charts/photoprism/1.0.5/templates/tests/deployment-check.yaml similarity index 100% rename from charts/photoprism/1.0.4/templates/tests/deployment-check.yaml rename to charts/photoprism/1.0.5/templates/tests/deployment-check.yaml diff --git a/charts/photoprism/1.0.4/test_values.yaml b/charts/photoprism/1.0.5/test_values.yaml similarity index 100% rename from charts/photoprism/1.0.4/test_values.yaml rename to charts/photoprism/1.0.5/test_values.yaml diff --git a/charts/pihole/1.0.4/Chart.lock b/charts/pihole/1.0.4/Chart.lock deleted file mode 100644 index c9228c9abc..0000000000 --- a/charts/pihole/1.0.4/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: file://../../../library/common/2206.0.0 - version: 2206.0.0 -digest: sha256:b5cc6b211cae3adaa3ab8bd5eca73e34c178b11b3daad489e27e0f72190bb115 -generated: "2022-06-28T00:19:51.387055978+05:00" diff --git a/charts/pihole/1.0.4/charts/common-2206.0.0.tgz b/charts/pihole/1.0.4/charts/common-2206.0.0.tgz deleted file mode 100644 index f3b5eb0c31..0000000000 Binary files a/charts/pihole/1.0.4/charts/common-2206.0.0.tgz and /dev/null differ diff --git a/charts/pihole/1.0.5/Chart.lock b/charts/pihole/1.0.5/Chart.lock new file mode 100644 index 0000000000..9d78dd0ba2 --- /dev/null +++ b/charts/pihole/1.0.5/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: file://../../../library/common/2207.0.0 + version: 2207.0.0 +digest: sha256:f17f3d458ca0210a52e39da0dce35034e900b36f2040d4b19bed46a7aae91506 +generated: "2022-07-25T00:20:48.289564886+05:00" diff --git a/charts/pihole/1.0.4/Chart.yaml b/charts/pihole/1.0.5/Chart.yaml similarity index 73% rename from charts/pihole/1.0.4/Chart.yaml rename to charts/pihole/1.0.5/Chart.yaml index 4493c3e86e..bcde973ca7 100644 --- a/charts/pihole/1.0.4/Chart.yaml +++ b/charts/pihole/1.0.5/Chart.yaml @@ -3,11 +3,11 @@ appVersion: 2022.04.3 icon: https://truecharts.org/_static/img/appicons/pihole.png description: DNS and Ad-filtering for your network. name: pihole -version: 1.0.4 +version: 1.0.5 dependencies: - name: common - repository: file://../../../library/common/2206.0.0 - version: 2206.0.0 + repository: file://../../../library/common/2207.0.0 + version: 2207.0.0 home: https://pi-hole.net/ keywords: - networking diff --git a/charts/pihole/1.0.4/README.md b/charts/pihole/1.0.5/README.md similarity index 100% rename from charts/pihole/1.0.4/README.md rename to charts/pihole/1.0.5/README.md diff --git a/charts/pihole/1.0.4/app-readme.md b/charts/pihole/1.0.5/app-readme.md similarity index 100% rename from charts/pihole/1.0.4/app-readme.md rename to charts/pihole/1.0.5/app-readme.md diff --git a/charts/pihole/1.0.5/charts/common-2207.0.0.tgz b/charts/pihole/1.0.5/charts/common-2207.0.0.tgz new file mode 100644 index 0000000000..2adf94b438 Binary files /dev/null and b/charts/pihole/1.0.5/charts/common-2207.0.0.tgz differ diff --git a/charts/pihole/1.0.4/ix_values.yaml b/charts/pihole/1.0.5/ix_values.yaml similarity index 100% rename from charts/pihole/1.0.4/ix_values.yaml rename to charts/pihole/1.0.5/ix_values.yaml diff --git a/charts/pihole/1.0.4/questions.yaml b/charts/pihole/1.0.5/questions.yaml similarity index 100% rename from charts/pihole/1.0.4/questions.yaml rename to charts/pihole/1.0.5/questions.yaml diff --git a/test/pihole/1.0.4/templates/deployment.yaml b/charts/pihole/1.0.5/templates/deployment.yaml similarity index 97% rename from test/pihole/1.0.4/templates/deployment.yaml rename to charts/pihole/1.0.5/templates/deployment.yaml index fb737c0326..eb404f4835 100644 --- a/test/pihole/1.0.4/templates/deployment.yaml +++ b/charts/pihole/1.0.5/templates/deployment.yaml @@ -30,7 +30,7 @@ spec: hostNetwork: {{ .Values.hostNetwork }} containers: - name: {{ .Chart.Name }} - {{ include "common.resources.limitaion" . | nindent 10 }} + {{ include "common.resources.limitation" . | nindent 10 }} {{ include "common.containers.imageConfig" .Values.image | nindent 10 }} volumeMounts: {{ include "common.storage.configureAppVolumeMountsInContainer" .Values | nindent 12 }} {{ range $index, $hostPathConfiguration := .Values.extraAppVolumeMounts }} diff --git a/charts/pihole/1.0.4/templates/pre-install-job.yaml b/charts/pihole/1.0.5/templates/pre-install-job.yaml similarity index 100% rename from charts/pihole/1.0.4/templates/pre-install-job.yaml rename to charts/pihole/1.0.5/templates/pre-install-job.yaml diff --git a/charts/pihole/1.0.4/templates/secret.yaml b/charts/pihole/1.0.5/templates/secret.yaml similarity index 100% rename from charts/pihole/1.0.4/templates/secret.yaml rename to charts/pihole/1.0.5/templates/secret.yaml diff --git a/charts/pihole/1.0.4/templates/service.yaml b/charts/pihole/1.0.5/templates/service.yaml similarity index 100% rename from charts/pihole/1.0.4/templates/service.yaml rename to charts/pihole/1.0.5/templates/service.yaml diff --git a/charts/pihole/1.0.4/templates/tests/deployment-check.yaml b/charts/pihole/1.0.5/templates/tests/deployment-check.yaml similarity index 100% rename from charts/pihole/1.0.4/templates/tests/deployment-check.yaml rename to charts/pihole/1.0.5/templates/tests/deployment-check.yaml diff --git a/charts/pihole/1.0.4/test_values.yaml b/charts/pihole/1.0.5/test_values.yaml similarity index 100% rename from charts/pihole/1.0.4/test_values.yaml rename to charts/pihole/1.0.5/test_values.yaml diff --git a/charts/plex/1.7.14/Chart.lock b/charts/plex/1.7.14/Chart.lock deleted file mode 100644 index 9360a2a646..0000000000 --- a/charts/plex/1.7.14/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: file://../../../library/common/2206.0.0 - version: 2206.0.0 -digest: sha256:b5cc6b211cae3adaa3ab8bd5eca73e34c178b11b3daad489e27e0f72190bb115 -generated: "2022-06-28T00:19:50.989496155+05:00" diff --git a/charts/plex/1.7.14/charts/common-2206.0.0.tgz b/charts/plex/1.7.14/charts/common-2206.0.0.tgz deleted file mode 100644 index f3b5eb0c31..0000000000 Binary files a/charts/plex/1.7.14/charts/common-2206.0.0.tgz and /dev/null differ diff --git a/charts/plex/1.7.14/.helmignore b/charts/plex/1.7.15/.helmignore similarity index 100% rename from charts/plex/1.7.14/.helmignore rename to charts/plex/1.7.15/.helmignore diff --git a/charts/plex/1.7.15/Chart.lock b/charts/plex/1.7.15/Chart.lock new file mode 100644 index 0000000000..ed178dfc29 --- /dev/null +++ b/charts/plex/1.7.15/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: file://../../../library/common/2207.0.0 + version: 2207.0.0 +digest: sha256:f17f3d458ca0210a52e39da0dce35034e900b36f2040d4b19bed46a7aae91506 +generated: "2022-07-25T00:20:48.105219554+05:00" diff --git a/charts/plex/1.7.14/Chart.yaml b/charts/plex/1.7.15/Chart.yaml similarity index 80% rename from charts/plex/1.7.14/Chart.yaml rename to charts/plex/1.7.15/Chart.yaml index 52a2369f6d..dd3bbd5f23 100644 --- a/charts/plex/1.7.14/Chart.yaml +++ b/charts/plex/1.7.15/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 appVersion: 1.27.2.5929 dependencies: - name: common - repository: file://../../../library/common/2206.0.0 - version: 2206.0.0 + repository: file://../../../library/common/2207.0.0 + version: 2207.0.0 description: Plex Media Server home: https://plex.tv/ icon: https://www.plex.tv/wp-content/uploads/2018/01/pmp-icon-1.png @@ -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.14 +version: 1.7.15 diff --git a/charts/plex/1.7.14/README.md b/charts/plex/1.7.15/README.md similarity index 100% rename from charts/plex/1.7.14/README.md rename to charts/plex/1.7.15/README.md diff --git a/charts/plex/1.7.14/app-readme.md b/charts/plex/1.7.15/app-readme.md similarity index 100% rename from charts/plex/1.7.14/app-readme.md rename to charts/plex/1.7.15/app-readme.md diff --git a/charts/plex/1.7.15/charts/common-2207.0.0.tgz b/charts/plex/1.7.15/charts/common-2207.0.0.tgz new file mode 100644 index 0000000000..2adf94b438 Binary files /dev/null and b/charts/plex/1.7.15/charts/common-2207.0.0.tgz differ diff --git a/charts/plex/1.7.14/default_values.yaml b/charts/plex/1.7.15/default_values.yaml similarity index 100% rename from charts/plex/1.7.14/default_values.yaml rename to charts/plex/1.7.15/default_values.yaml diff --git a/charts/plex/1.7.14/ix_values.yaml b/charts/plex/1.7.15/ix_values.yaml similarity index 100% rename from charts/plex/1.7.14/ix_values.yaml rename to charts/plex/1.7.15/ix_values.yaml diff --git a/charts/plex/1.7.14/migrations/migrate_from_1.0.0 b/charts/plex/1.7.15/migrations/migrate_from_1.0.0 similarity index 100% rename from charts/plex/1.7.14/migrations/migrate_from_1.0.0 rename to charts/plex/1.7.15/migrations/migrate_from_1.0.0 diff --git a/charts/plex/1.7.14/questions.yaml b/charts/plex/1.7.15/questions.yaml similarity index 100% rename from charts/plex/1.7.14/questions.yaml rename to charts/plex/1.7.15/questions.yaml diff --git a/charts/plex/1.7.14/templates/NOTES.txt b/charts/plex/1.7.15/templates/NOTES.txt similarity index 100% rename from charts/plex/1.7.14/templates/NOTES.txt rename to charts/plex/1.7.15/templates/NOTES.txt diff --git a/test/plex/1.7.14/templates/deployment.yaml b/charts/plex/1.7.15/templates/deployment.yaml similarity index 96% rename from test/plex/1.7.14/templates/deployment.yaml rename to charts/plex/1.7.15/templates/deployment.yaml index 78b6a631c8..0dce64e7c9 100644 --- a/test/plex/1.7.14/templates/deployment.yaml +++ b/charts/plex/1.7.15/templates/deployment.yaml @@ -10,13 +10,12 @@ spec: {{ include "common.deployment.common_spec" . | nindent 2 }} hostname: {{ template "common.names.fullname" . }} containers: - name: {{ .Chart.Name }} - {{ include "common.resources.limitaion" . | nindent 10 }} + {{ include "common.resources.limitation" . | nindent 10 }} {{ if .Values.enablePlexPass }} {{ include "common.containers.imageConfig" .Values.plexpassImage | nindent 10 }} {{ else }} {{ include "common.containers.imageConfig" .Values.image | nindent 10 }} {{ end }} - {{ include "common.containers.gpuConfiguration" .Values | nindent 10 }} volumeMounts: {{ include "common.storage.configureAppVolumeMountsInContainer" .Values | nindent 12 }} - name: plex-probe-check mountPath: /bin/plex_probe_check.sh diff --git a/charts/plex/1.7.14/templates/probe_config.yaml b/charts/plex/1.7.15/templates/probe_config.yaml similarity index 100% rename from charts/plex/1.7.14/templates/probe_config.yaml rename to charts/plex/1.7.15/templates/probe_config.yaml diff --git a/charts/plex/1.7.14/templates/service-tcp.yaml b/charts/plex/1.7.15/templates/service-tcp.yaml similarity index 100% rename from charts/plex/1.7.14/templates/service-tcp.yaml rename to charts/plex/1.7.15/templates/service-tcp.yaml diff --git a/charts/plex/1.7.14/templates/service-udp.yaml b/charts/plex/1.7.15/templates/service-udp.yaml similarity index 100% rename from charts/plex/1.7.14/templates/service-udp.yaml rename to charts/plex/1.7.15/templates/service-udp.yaml diff --git a/charts/plex/1.7.14/templates/tests/deployment-check.yaml b/charts/plex/1.7.15/templates/tests/deployment-check.yaml similarity index 100% rename from charts/plex/1.7.14/templates/tests/deployment-check.yaml rename to charts/plex/1.7.15/templates/tests/deployment-check.yaml diff --git a/charts/plex/1.7.14/test_values.yaml b/charts/plex/1.7.15/test_values.yaml similarity index 100% rename from charts/plex/1.7.14/test_values.yaml rename to charts/plex/1.7.15/test_values.yaml diff --git a/charts/qbittorent/1.0.5/Chart.lock b/charts/qbittorent/1.0.5/Chart.lock deleted file mode 100644 index 811ac5dea2..0000000000 --- a/charts/qbittorent/1.0.5/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: file://../../../library/common/2206.0.0 - version: 2206.0.0 -digest: sha256:b5cc6b211cae3adaa3ab8bd5eca73e34c178b11b3daad489e27e0f72190bb115 -generated: "2022-06-28T00:19:51.304590324+05:00" diff --git a/charts/qbittorent/1.0.5/charts/common-2206.0.0.tgz b/charts/qbittorent/1.0.5/charts/common-2206.0.0.tgz deleted file mode 100644 index f3b5eb0c31..0000000000 Binary files a/charts/qbittorent/1.0.5/charts/common-2206.0.0.tgz and /dev/null differ diff --git a/charts/qbittorent/1.0.6/Chart.lock b/charts/qbittorent/1.0.6/Chart.lock new file mode 100644 index 0000000000..8790eff19e --- /dev/null +++ b/charts/qbittorent/1.0.6/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: file://../../../library/common/2207.0.0 + version: 2207.0.0 +digest: sha256:f17f3d458ca0210a52e39da0dce35034e900b36f2040d4b19bed46a7aae91506 +generated: "2022-07-25T00:20:48.056303531+05:00" diff --git a/test/qbittorent/1.0.5/Chart.yaml b/charts/qbittorent/1.0.6/Chart.yaml similarity index 74% rename from test/qbittorent/1.0.5/Chart.yaml rename to charts/qbittorent/1.0.6/Chart.yaml index 7c6c310fbd..5f1adcef2a 100644 --- a/test/qbittorent/1.0.5/Chart.yaml +++ b/charts/qbittorent/1.0.6/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 appVersion: 4.4.3 dependencies: - name: common - repository: file://../../../library/common/2206.0.0 - version: 2206.0.0 + repository: file://../../../library/common/2207.0.0 + version: 2207.0.0 description: Download data from qbittorent. home: https://www.qbittorrent.org/ icon: https://truecharts.org/_static/img/appicons/qbittorrent.png @@ -11,4 +11,4 @@ keywords: - storage - torrent name: qbittorent -version: 1.0.5 +version: 1.0.6 diff --git a/charts/qbittorent/1.0.5/README.md b/charts/qbittorent/1.0.6/README.md similarity index 100% rename from charts/qbittorent/1.0.5/README.md rename to charts/qbittorent/1.0.6/README.md diff --git a/charts/qbittorent/1.0.5/app-readme.md b/charts/qbittorent/1.0.6/app-readme.md similarity index 100% rename from charts/qbittorent/1.0.5/app-readme.md rename to charts/qbittorent/1.0.6/app-readme.md diff --git a/charts/qbittorent/1.0.6/charts/common-2207.0.0.tgz b/charts/qbittorent/1.0.6/charts/common-2207.0.0.tgz new file mode 100644 index 0000000000..2adf94b438 Binary files /dev/null and b/charts/qbittorent/1.0.6/charts/common-2207.0.0.tgz differ diff --git a/charts/qbittorent/1.0.5/ix_values.yaml b/charts/qbittorent/1.0.6/ix_values.yaml similarity index 100% rename from charts/qbittorent/1.0.5/ix_values.yaml rename to charts/qbittorent/1.0.6/ix_values.yaml diff --git a/charts/qbittorent/1.0.5/questions.yaml b/charts/qbittorent/1.0.6/questions.yaml similarity index 100% rename from charts/qbittorent/1.0.5/questions.yaml rename to charts/qbittorent/1.0.6/questions.yaml diff --git a/charts/qbittorent/1.0.5/templates/deployment.yaml b/charts/qbittorent/1.0.6/templates/deployment.yaml similarity index 97% rename from charts/qbittorent/1.0.5/templates/deployment.yaml rename to charts/qbittorent/1.0.6/templates/deployment.yaml index a13bf36dc9..a1cea8a6e2 100644 --- a/charts/qbittorent/1.0.5/templates/deployment.yaml +++ b/charts/qbittorent/1.0.6/templates/deployment.yaml @@ -30,7 +30,7 @@ spec: hostNetwork: false containers: - name: {{ .Chart.Name }} - {{ include "common.resources.limitaion" . | nindent 10 }} + {{ include "common.resources.limitation" . | nindent 10 }} {{ include "common.containers.imageConfig" .Values.image | nindent 10 }} volumeMounts: {{ include "common.storage.configureAppVolumeMountsInContainer" .Values | nindent 12 }} {{ range $index, $hostPathConfiguration := .Values.extraAppVolumeMounts }} diff --git a/charts/qbittorent/1.0.5/templates/pre-install-job.yaml b/charts/qbittorent/1.0.6/templates/pre-install-job.yaml similarity index 100% rename from charts/qbittorent/1.0.5/templates/pre-install-job.yaml rename to charts/qbittorent/1.0.6/templates/pre-install-job.yaml diff --git a/charts/qbittorent/1.0.5/templates/service.yaml b/charts/qbittorent/1.0.6/templates/service.yaml similarity index 100% rename from charts/qbittorent/1.0.5/templates/service.yaml rename to charts/qbittorent/1.0.6/templates/service.yaml diff --git a/charts/qbittorent/1.0.5/templates/tests/deployment-check.yaml b/charts/qbittorent/1.0.6/templates/tests/deployment-check.yaml similarity index 100% rename from charts/qbittorent/1.0.5/templates/tests/deployment-check.yaml rename to charts/qbittorent/1.0.6/templates/tests/deployment-check.yaml diff --git a/charts/qbittorent/1.0.5/test_values.yaml b/charts/qbittorent/1.0.6/test_values.yaml similarity index 100% rename from charts/qbittorent/1.0.5/test_values.yaml rename to charts/qbittorent/1.0.6/test_values.yaml diff --git a/charts/qbittorent/upgrade_info.json b/charts/qbittorent/upgrade_info.json index 5bf84fb901..f22ddd1aee 100644 --- a/charts/qbittorent/upgrade_info.json +++ b/charts/qbittorent/upgrade_info.json @@ -1 +1 @@ -{"filename": "ix_values.yaml", "keys": ["image"]} +{"filename": "ix_values.yaml", "keys": ["image"], "test_filename": "test_values.yaml"} diff --git a/charts/qbittorent/upgrade_strategy_disable b/charts/qbittorent/upgrade_strategy similarity index 79% rename from charts/qbittorent/upgrade_strategy_disable rename to charts/qbittorent/upgrade_strategy index 39bb56546a..a17d0d1fb3 100755 --- a/charts/qbittorent/upgrade_strategy_disable +++ b/charts/qbittorent/upgrade_strategy @@ -1,13 +1,17 @@ #!/usr/bin/python3 import json +import re import sys from catalog_update.upgrade_strategy import semantic_versioning +RE_STABLE_VERSION = re.compile(r'[0-9]\.[0-9]\.[0-9]') + + def newer_mapping(image_tags): key = list(image_tags.keys())[0] - tags = {t: t for t in image_tags[key]} + tags = {t: t for t in image_tags[key] if RE_STABLE_VERSION.fullmatch(t)} version = semantic_versioning(list(tags)) if not version: return {} diff --git a/charts/syncthing/1.0.8/Chart.lock b/charts/syncthing/1.0.8/Chart.lock deleted file mode 100644 index b7897a5d16..0000000000 --- a/charts/syncthing/1.0.8/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: file://../../../library/common/2206.0.0 - version: 2206.0.0 -digest: sha256:b5cc6b211cae3adaa3ab8bd5eca73e34c178b11b3daad489e27e0f72190bb115 -generated: "2022-06-28T00:19:51.349055892+05:00" diff --git a/charts/syncthing/1.0.8/charts/common-2206.0.0.tgz b/charts/syncthing/1.0.8/charts/common-2206.0.0.tgz deleted file mode 100644 index f3b5eb0c31..0000000000 Binary files a/charts/syncthing/1.0.8/charts/common-2206.0.0.tgz and /dev/null differ diff --git a/charts/syncthing/1.0.9/Chart.lock b/charts/syncthing/1.0.9/Chart.lock new file mode 100644 index 0000000000..34f351403c --- /dev/null +++ b/charts/syncthing/1.0.9/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: file://../../../library/common/2207.0.0 + version: 2207.0.0 +digest: sha256:f17f3d458ca0210a52e39da0dce35034e900b36f2040d4b19bed46a7aae91506 +generated: "2022-07-25T00:20:48.009872898+05:00" diff --git a/charts/syncthing/1.0.8/Chart.yaml b/charts/syncthing/1.0.9/Chart.yaml similarity index 75% rename from charts/syncthing/1.0.8/Chart.yaml rename to charts/syncthing/1.0.9/Chart.yaml index ec01fc45c7..936df1b7f2 100644 --- a/charts/syncthing/1.0.8/Chart.yaml +++ b/charts/syncthing/1.0.9/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 appVersion: 1.20.3 dependencies: - name: common - repository: file://../../../library/common/2206.0.0 - version: 2206.0.0 + repository: file://../../../library/common/2207.0.0 + version: 2207.0.0 description: Syncthing is a continuous file synchronization program. home: https://syncthing.net/ icon: https://truecharts.org/_static/img/appicons/syncthing.png @@ -11,4 +11,4 @@ keywords: - storage - backup name: syncthing -version: 1.0.8 +version: 1.0.9 diff --git a/charts/syncthing/1.0.8/README.md b/charts/syncthing/1.0.9/README.md similarity index 100% rename from charts/syncthing/1.0.8/README.md rename to charts/syncthing/1.0.9/README.md diff --git a/charts/syncthing/1.0.8/app-readme.md b/charts/syncthing/1.0.9/app-readme.md similarity index 100% rename from charts/syncthing/1.0.8/app-readme.md rename to charts/syncthing/1.0.9/app-readme.md diff --git a/charts/syncthing/1.0.9/charts/common-2207.0.0.tgz b/charts/syncthing/1.0.9/charts/common-2207.0.0.tgz new file mode 100644 index 0000000000..2adf94b438 Binary files /dev/null and b/charts/syncthing/1.0.9/charts/common-2207.0.0.tgz differ diff --git a/charts/syncthing/1.0.8/ix_values.yaml b/charts/syncthing/1.0.9/ix_values.yaml similarity index 100% rename from charts/syncthing/1.0.8/ix_values.yaml rename to charts/syncthing/1.0.9/ix_values.yaml diff --git a/charts/syncthing/1.0.8/questions.yaml b/charts/syncthing/1.0.9/questions.yaml similarity index 100% rename from charts/syncthing/1.0.8/questions.yaml rename to charts/syncthing/1.0.9/questions.yaml diff --git a/charts/syncthing/1.0.8/templates/deployment.yaml b/charts/syncthing/1.0.9/templates/deployment.yaml similarity index 97% rename from charts/syncthing/1.0.8/templates/deployment.yaml rename to charts/syncthing/1.0.9/templates/deployment.yaml index 63c8982488..6161992205 100644 --- a/charts/syncthing/1.0.8/templates/deployment.yaml +++ b/charts/syncthing/1.0.9/templates/deployment.yaml @@ -31,7 +31,7 @@ spec: hostname: {{ .Release.Name }} containers: - name: {{ .Chart.Name }} - {{ include "common.resources.limitaion" . | nindent 10 }} + {{ include "common.resources.limitation" . | nindent 10 }} {{ include "common.containers.imageConfig" .Values.image | nindent 10 }} volumeMounts: {{ include "common.storage.configureAppVolumeMountsInContainer" .Values | nindent 12 }} {{ range $index, $hostPathConfiguration := .Values.extraAppVolumeMounts }} diff --git a/charts/syncthing/1.0.8/templates/pre-install-job.yaml b/charts/syncthing/1.0.9/templates/pre-install-job.yaml similarity index 100% rename from charts/syncthing/1.0.8/templates/pre-install-job.yaml rename to charts/syncthing/1.0.9/templates/pre-install-job.yaml diff --git a/charts/syncthing/1.0.8/templates/service.yaml b/charts/syncthing/1.0.9/templates/service.yaml similarity index 100% rename from charts/syncthing/1.0.8/templates/service.yaml rename to charts/syncthing/1.0.9/templates/service.yaml diff --git a/charts/syncthing/1.0.8/templates/tests/deployment-check.yaml b/charts/syncthing/1.0.9/templates/tests/deployment-check.yaml similarity index 100% rename from charts/syncthing/1.0.8/templates/tests/deployment-check.yaml rename to charts/syncthing/1.0.9/templates/tests/deployment-check.yaml diff --git a/charts/syncthing/1.0.8/test_values.yaml b/charts/syncthing/1.0.9/test_values.yaml similarity index 100% rename from charts/syncthing/1.0.8/test_values.yaml rename to charts/syncthing/1.0.9/test_values.yaml diff --git a/charts/syncthing/upgrade_info.json b/charts/syncthing/upgrade_info.json index 5bf84fb901..f22ddd1aee 100644 --- a/charts/syncthing/upgrade_info.json +++ b/charts/syncthing/upgrade_info.json @@ -1 +1 @@ -{"filename": "ix_values.yaml", "keys": ["image"]} +{"filename": "ix_values.yaml", "keys": ["image"], "test_filename": "test_values.yaml"} diff --git a/library/common/2206.0.0/templates/lib/containers/_resource.tpl b/library/common/2206.0.0/templates/lib/containers/_resource.tpl deleted file mode 100644 index fd4f6eef02..0000000000 --- a/library/common/2206.0.0/templates/lib/containers/_resource.tpl +++ /dev/null @@ -1,10 +0,0 @@ -{{/* -Retrieve GPU Configuration -*/}} -{{- define "common.containers.gpuConfiguration" -}} -{{- $values := . -}} -{{ if $values.gpuConfiguration }} -resources: - limits: {{- toYaml $values.gpuConfiguration | nindent 4 }} -{{ end }} -{{- end -}} diff --git a/library/common/2206.0.0/templates/lib/resources/_limitations.tpl b/library/common/2206.0.0/templates/lib/resources/_limitations.tpl deleted file mode 100644 index dd3a98c3f4..0000000000 --- a/library/common/2206.0.0/templates/lib/resources/_limitations.tpl +++ /dev/null @@ -1,11 +0,0 @@ -{{/* - Resource limitations -*/}} -{{- define "common.resources.limitaion" -}} -{{- if .Values.enableResourceLimits -}} -resources: - limits: - cpu: {{ .Values.cpuLimit }} - memory: {{ .Values.memLimit }} -{{- end -}} -{{- end -}} diff --git a/library/common/2206.0.0/.helmignore b/library/common/2207.0.0/.helmignore similarity index 100% rename from library/common/2206.0.0/.helmignore rename to library/common/2207.0.0/.helmignore diff --git a/library/common/2206.0.0/Chart.yaml b/library/common/2207.0.0/Chart.yaml similarity index 98% rename from library/common/2206.0.0/Chart.yaml rename to library/common/2207.0.0/Chart.yaml index bcf75581f2..9db4b449b5 100644 --- a/library/common/2206.0.0/Chart.yaml +++ b/library/common/2207.0.0/Chart.yaml @@ -15,7 +15,7 @@ type: library # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 2206.0.0 +version: 2207.0.0 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to diff --git a/library/common/2206.0.0/README.md b/library/common/2207.0.0/README.md similarity index 100% rename from library/common/2206.0.0/README.md rename to library/common/2207.0.0/README.md diff --git a/library/common/2206.0.0/templates/_serviceaccount.tpl b/library/common/2207.0.0/templates/_serviceaccount.tpl similarity index 100% rename from library/common/2206.0.0/templates/_serviceaccount.tpl rename to library/common/2207.0.0/templates/_serviceaccount.tpl diff --git a/library/common/2206.0.0/templates/classes/_service.tpl b/library/common/2207.0.0/templates/classes/_service.tpl similarity index 100% rename from library/common/2206.0.0/templates/classes/_service.tpl rename to library/common/2207.0.0/templates/classes/_service.tpl diff --git a/library/common/2206.0.0/templates/classes/_service_ports.tpl b/library/common/2207.0.0/templates/classes/_service_ports.tpl similarity index 100% rename from library/common/2206.0.0/templates/classes/_service_ports.tpl rename to library/common/2207.0.0/templates/classes/_service_ports.tpl diff --git a/library/common/2206.0.0/templates/lib/chart/_annotations.tpl b/library/common/2207.0.0/templates/lib/chart/_annotations.tpl similarity index 100% rename from library/common/2206.0.0/templates/lib/chart/_annotations.tpl rename to library/common/2207.0.0/templates/lib/chart/_annotations.tpl diff --git a/library/common/2206.0.0/templates/lib/chart/_capabilities.tpl b/library/common/2207.0.0/templates/lib/chart/_capabilities.tpl similarity index 100% rename from library/common/2206.0.0/templates/lib/chart/_capabilities.tpl rename to library/common/2207.0.0/templates/lib/chart/_capabilities.tpl diff --git a/library/common/2206.0.0/templates/lib/chart/_labels.tpl b/library/common/2207.0.0/templates/lib/chart/_labels.tpl similarity index 100% rename from library/common/2206.0.0/templates/lib/chart/_labels.tpl rename to library/common/2207.0.0/templates/lib/chart/_labels.tpl diff --git a/library/common/2206.0.0/templates/lib/chart/_names.tpl b/library/common/2207.0.0/templates/lib/chart/_names.tpl similarity index 100% rename from library/common/2206.0.0/templates/lib/chart/_names.tpl rename to library/common/2207.0.0/templates/lib/chart/_names.tpl diff --git a/library/common/2206.0.0/templates/lib/containers/_environment.tpl b/library/common/2207.0.0/templates/lib/containers/_environment.tpl similarity index 100% rename from library/common/2206.0.0/templates/lib/containers/_environment.tpl rename to library/common/2207.0.0/templates/lib/containers/_environment.tpl diff --git a/library/common/2206.0.0/templates/lib/containers/_image.tpl b/library/common/2207.0.0/templates/lib/containers/_image.tpl similarity index 100% rename from library/common/2206.0.0/templates/lib/containers/_image.tpl rename to library/common/2207.0.0/templates/lib/containers/_image.tpl diff --git a/library/common/2206.0.0/templates/lib/containers/_port.tpl b/library/common/2207.0.0/templates/lib/containers/_port.tpl similarity index 100% rename from library/common/2206.0.0/templates/lib/containers/_port.tpl rename to library/common/2207.0.0/templates/lib/containers/_port.tpl diff --git a/library/common/2206.0.0/templates/lib/deployments/_utils.tpl b/library/common/2207.0.0/templates/lib/deployments/_utils.tpl similarity index 100% rename from library/common/2206.0.0/templates/lib/deployments/_utils.tpl rename to library/common/2207.0.0/templates/lib/deployments/_utils.tpl diff --git a/library/common/2206.0.0/templates/lib/networking/_dns.tpl b/library/common/2207.0.0/templates/lib/networking/_dns.tpl similarity index 100% rename from library/common/2206.0.0/templates/lib/networking/_dns.tpl rename to library/common/2207.0.0/templates/lib/networking/_dns.tpl diff --git a/library/common/2206.0.0/templates/lib/resources/_certs.tpl b/library/common/2207.0.0/templates/lib/resources/_certs.tpl similarity index 100% rename from library/common/2206.0.0/templates/lib/resources/_certs.tpl rename to library/common/2207.0.0/templates/lib/resources/_certs.tpl diff --git a/library/common/2207.0.0/templates/lib/resources/_limitations.tpl b/library/common/2207.0.0/templates/lib/resources/_limitations.tpl new file mode 100644 index 0000000000..081007fefa --- /dev/null +++ b/library/common/2207.0.0/templates/lib/resources/_limitations.tpl @@ -0,0 +1,16 @@ +{{/* + Resource limitations +*/}} +{{ define "common.resources.limitation" }} +{{ if (or .Values.enableResourceLimits .Values.gpuConfiguration) }} +resources: + limits: +{{ if .Values.enableResourceLimits }} + cpu: {{ .Values.cpuLimit }} + memory: {{ .Values.memLimit }} +{{ end }} +{{ if .Values.gpuConfiguration }} + {{ toYaml .Values.gpuConfiguration | nindent 4 }} +{{ end }} +{{ end }} +{{ end }} diff --git a/library/common/2206.0.0/templates/lib/schema/_utils.tpl b/library/common/2207.0.0/templates/lib/schema/_utils.tpl similarity index 100% rename from library/common/2206.0.0/templates/lib/schema/_utils.tpl rename to library/common/2207.0.0/templates/lib/schema/_utils.tpl diff --git a/library/common/2206.0.0/templates/lib/storage/_appStorage.tpl b/library/common/2207.0.0/templates/lib/storage/_appStorage.tpl similarity index 97% rename from library/common/2206.0.0/templates/lib/storage/_appStorage.tpl rename to library/common/2207.0.0/templates/lib/storage/_appStorage.tpl index b97a8b2c09..cd73dbda80 100644 --- a/library/common/2206.0.0/templates/lib/storage/_appStorage.tpl +++ b/library/common/2207.0.0/templates/lib/storage/_appStorage.tpl @@ -65,7 +65,7 @@ volumes: {{- include "common.storage.configureAppVolumes" . | nindent 2 -}} {{/* -Get all container volume moutns configuration +Get all container volume mounts configuration */}} {{- define "common.storage.allContainerVolumeMounts" -}} {{- $appVolumeMounts := .appVolumeMounts -}} diff --git a/library/common/2206.0.0/templates/lib/storage/_hostpathValidation.tpl b/library/common/2207.0.0/templates/lib/storage/_hostpathValidation.tpl similarity index 100% rename from library/common/2206.0.0/templates/lib/storage/_hostpathValidation.tpl rename to library/common/2207.0.0/templates/lib/storage/_hostpathValidation.tpl diff --git a/library/common/2206.0.0/templates/lib/storage/_ixvolumes.tpl b/library/common/2207.0.0/templates/lib/storage/_ixvolumes.tpl similarity index 100% rename from library/common/2206.0.0/templates/lib/storage/_ixvolumes.tpl rename to library/common/2207.0.0/templates/lib/storage/_ixvolumes.tpl diff --git a/test/chia/1.3.32/charts/common-2206.0.0.tgz b/test/chia/1.3.32/charts/common-2206.0.0.tgz deleted file mode 100644 index f3b5eb0c31..0000000000 Binary files a/test/chia/1.3.32/charts/common-2206.0.0.tgz and /dev/null differ diff --git a/test/chia/1.3.32/requirements.lock b/test/chia/1.3.32/requirements.lock deleted file mode 100644 index b3c751eb51..0000000000 --- a/test/chia/1.3.32/requirements.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: file://../../../library/common/2206.0.0 - version: 2206.0.0 -digest: sha256:b5cc6b211cae3adaa3ab8bd5eca73e34c178b11b3daad489e27e0f72190bb115 -generated: "2022-06-28T00:19:51.06059343+05:00" diff --git a/test/chia/1.3.32/.helmignore b/test/chia/1.3.33/.helmignore similarity index 100% rename from test/chia/1.3.32/.helmignore rename to test/chia/1.3.33/.helmignore diff --git a/test/chia/1.3.32/Chart.yaml b/test/chia/1.3.33/Chart.yaml similarity index 80% rename from test/chia/1.3.32/Chart.yaml rename to test/chia/1.3.33/Chart.yaml index ba8a3858b2..53403a8c23 100644 --- a/test/chia/1.3.32/Chart.yaml +++ b/test/chia/1.3.33/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v1 appVersion: v1.5.0 dependencies: - name: common - repository: file://../../../library/common/2206.0.0 - version: 2206.0.0 + repository: file://../../../library/common/2207.0.0 + version: 2207.0.0 description: Global, Versioned, peer-to-peer filesystem. home: https://www.chia.net/ icon: https://www.chia.net/img/chia_logo.svg @@ -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.32 +version: 1.3.33 diff --git a/test/chia/1.3.32/README.md b/test/chia/1.3.33/README.md similarity index 100% rename from test/chia/1.3.32/README.md rename to test/chia/1.3.33/README.md diff --git a/test/chia/1.3.32/app-readme.md b/test/chia/1.3.33/app-readme.md similarity index 100% rename from test/chia/1.3.32/app-readme.md rename to test/chia/1.3.33/app-readme.md diff --git a/test/chia/1.3.33/charts/common-2207.0.0.tgz b/test/chia/1.3.33/charts/common-2207.0.0.tgz new file mode 100644 index 0000000000..2adf94b438 Binary files /dev/null and b/test/chia/1.3.33/charts/common-2207.0.0.tgz differ diff --git a/test/chia/1.3.32/default_values.yaml b/test/chia/1.3.33/default_values.yaml similarity index 100% rename from test/chia/1.3.32/default_values.yaml rename to test/chia/1.3.33/default_values.yaml diff --git a/test/chia/1.3.32/ix_values.yaml b/test/chia/1.3.33/ix_values.yaml similarity index 100% rename from test/chia/1.3.32/ix_values.yaml rename to test/chia/1.3.33/ix_values.yaml diff --git a/test/chia/1.3.32/questions.yaml b/test/chia/1.3.33/questions.yaml similarity index 100% rename from test/chia/1.3.32/questions.yaml rename to test/chia/1.3.33/questions.yaml diff --git a/test/chia/1.3.33/requirements.lock b/test/chia/1.3.33/requirements.lock new file mode 100644 index 0000000000..4247a5f375 --- /dev/null +++ b/test/chia/1.3.33/requirements.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: file://../../../library/common/2207.0.0 + version: 2207.0.0 +digest: sha256:f17f3d458ca0210a52e39da0dce35034e900b36f2040d4b19bed46a7aae91506 +generated: "2022-07-25T00:20:43.583595794+05:00" diff --git a/charts/chia/1.3.32/templates/deployment.yaml b/test/chia/1.3.33/templates/deployment.yaml similarity index 96% rename from charts/chia/1.3.32/templates/deployment.yaml rename to test/chia/1.3.33/templates/deployment.yaml index 9891ef394d..b3fe0f0077 100644 --- a/charts/chia/1.3.32/templates/deployment.yaml +++ b/test/chia/1.3.33/templates/deployment.yaml @@ -21,7 +21,7 @@ spec: containers: - name: {{ .Chart.Name }} {{ include "common.containers.imageConfig" .Values.image | nindent 10 }} - {{ include "common.resources.limitaion" . | nindent 10 }} + {{ include "common.resources.limitation" . | nindent 10 }} volumeMounts: {{ include "common.storage.configureAppVolumeMountsInContainer" .Values | nindent 12 }} {{ range $index, $hostPathConfiguration := .Values.extraAppVolumeMounts }} - name: extrappvolume-{{ $index }} diff --git a/test/chia/1.3.32/templates/generate-mnemonic.yaml b/test/chia/1.3.33/templates/generate-mnemonic.yaml similarity index 100% rename from test/chia/1.3.32/templates/generate-mnemonic.yaml rename to test/chia/1.3.33/templates/generate-mnemonic.yaml diff --git a/test/chia/1.3.32/templates/mnemonic-configmap.yaml b/test/chia/1.3.33/templates/mnemonic-configmap.yaml similarity index 100% rename from test/chia/1.3.32/templates/mnemonic-configmap.yaml rename to test/chia/1.3.33/templates/mnemonic-configmap.yaml diff --git a/test/chia/1.3.32/templates/networking.tpl b/test/chia/1.3.33/templates/networking.tpl similarity index 100% rename from test/chia/1.3.32/templates/networking.tpl rename to test/chia/1.3.33/templates/networking.tpl diff --git a/test/chia/1.3.32/templates/service.yaml b/test/chia/1.3.33/templates/service.yaml similarity index 100% rename from test/chia/1.3.32/templates/service.yaml rename to test/chia/1.3.33/templates/service.yaml diff --git a/test/chia/1.3.32/test_values.yaml b/test/chia/1.3.33/test_values.yaml similarity index 100% rename from test/chia/1.3.32/test_values.yaml rename to test/chia/1.3.33/test_values.yaml diff --git a/test/chia/1.3.32/values.yaml b/test/chia/1.3.33/values.yaml similarity index 100% rename from test/chia/1.3.32/values.yaml rename to test/chia/1.3.33/values.yaml diff --git a/test/collabora/1.2.5/charts/common-2206.0.0.tgz b/test/collabora/1.2.5/charts/common-2206.0.0.tgz deleted file mode 100644 index f3b5eb0c31..0000000000 Binary files a/test/collabora/1.2.5/charts/common-2206.0.0.tgz and /dev/null differ diff --git a/test/collabora/1.2.5/requirements.lock b/test/collabora/1.2.5/requirements.lock deleted file mode 100644 index e55b1a0150..0000000000 --- a/test/collabora/1.2.5/requirements.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: file://../../../library/common/2206.0.0 - version: 2206.0.0 -digest: sha256:b5cc6b211cae3adaa3ab8bd5eca73e34c178b11b3daad489e27e0f72190bb115 -generated: "2022-06-28T00:19:51.10176596+05:00" diff --git a/test/collabora/1.2.5/.helmignore b/test/collabora/1.2.6/.helmignore similarity index 100% rename from test/collabora/1.2.5/.helmignore rename to test/collabora/1.2.6/.helmignore diff --git a/charts/collabora/1.2.5/Chart.yaml b/test/collabora/1.2.6/Chart.yaml similarity index 84% rename from charts/collabora/1.2.5/Chart.yaml rename to test/collabora/1.2.6/Chart.yaml index 2c4da5ad30..baeb4d43f9 100644 --- a/charts/collabora/1.2.5/Chart.yaml +++ b/test/collabora/1.2.6/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v1 appVersion: 21.11.4.1.1 dependencies: - name: common - repository: file://../../../library/common/2206.0.0 - version: 2206.0.0 + repository: file://../../../library/common/2207.0.0 + version: 2207.0.0 description: "Collabora Online Development Edition \u2013 an awesome, Online Office\ \ suite image suitable for home use." home: https://github.com/CollaboraOnline/online @@ -16,4 +16,4 @@ name: collabora sources: - https://github.com/CollaboraOnline/online.git - https://hub.docker.com/r/collabora/code -version: 1.2.5 +version: 1.2.6 diff --git a/test/collabora/1.2.5/README.md b/test/collabora/1.2.6/README.md similarity index 100% rename from test/collabora/1.2.5/README.md rename to test/collabora/1.2.6/README.md diff --git a/test/collabora/1.2.5/app-readme.md b/test/collabora/1.2.6/app-readme.md similarity index 100% rename from test/collabora/1.2.5/app-readme.md rename to test/collabora/1.2.6/app-readme.md diff --git a/test/collabora/1.2.6/charts/common-2207.0.0.tgz b/test/collabora/1.2.6/charts/common-2207.0.0.tgz new file mode 100644 index 0000000000..2adf94b438 Binary files /dev/null and b/test/collabora/1.2.6/charts/common-2207.0.0.tgz differ diff --git a/test/collabora/1.2.5/ix_values.yaml b/test/collabora/1.2.6/ix_values.yaml similarity index 100% rename from test/collabora/1.2.5/ix_values.yaml rename to test/collabora/1.2.6/ix_values.yaml diff --git a/test/collabora/1.2.5/questions.yaml b/test/collabora/1.2.6/questions.yaml similarity index 100% rename from test/collabora/1.2.5/questions.yaml rename to test/collabora/1.2.6/questions.yaml diff --git a/test/collabora/1.2.6/requirements.lock b/test/collabora/1.2.6/requirements.lock new file mode 100644 index 0000000000..19014c3eba --- /dev/null +++ b/test/collabora/1.2.6/requirements.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: file://../../../library/common/2207.0.0 + version: 2207.0.0 +digest: sha256:f17f3d458ca0210a52e39da0dce35034e900b36f2040d4b19bed46a7aae91506 +generated: "2022-07-25T00:20:48.244687333+05:00" diff --git a/test/collabora/1.2.5/templates/_helpers.tpl b/test/collabora/1.2.6/templates/_helpers.tpl similarity index 100% rename from test/collabora/1.2.5/templates/_helpers.tpl rename to test/collabora/1.2.6/templates/_helpers.tpl diff --git a/test/collabora/1.2.5/templates/deployment.yaml b/test/collabora/1.2.6/templates/deployment.yaml similarity index 98% rename from test/collabora/1.2.5/templates/deployment.yaml rename to test/collabora/1.2.6/templates/deployment.yaml index fd2e76b5d9..4e19a1caee 100644 --- a/test/collabora/1.2.5/templates/deployment.yaml +++ b/test/collabora/1.2.6/templates/deployment.yaml @@ -37,7 +37,7 @@ spec: containerPort: 443 protocol: TCP - name: {{ .Chart.Name }} - {{ include "common.resources.limitaion" . | nindent 10 }} + {{ include "common.resources.limitation" . | nindent 10 }} {{ include "common.containers.imageConfig" .Values.image | nindent 10 }} {{ if .Values.extraAppVolumeMounts }} volumeMounts: diff --git a/test/collabora/1.2.5/templates/nginx-conf.yaml b/test/collabora/1.2.6/templates/nginx-conf.yaml similarity index 100% rename from test/collabora/1.2.5/templates/nginx-conf.yaml rename to test/collabora/1.2.6/templates/nginx-conf.yaml diff --git a/test/collabora/1.2.5/templates/nginx-service.yaml b/test/collabora/1.2.6/templates/nginx-service.yaml similarity index 100% rename from test/collabora/1.2.5/templates/nginx-service.yaml rename to test/collabora/1.2.6/templates/nginx-service.yaml diff --git a/test/collabora/1.2.5/templates/secrets.yaml b/test/collabora/1.2.6/templates/secrets.yaml similarity index 100% rename from test/collabora/1.2.5/templates/secrets.yaml rename to test/collabora/1.2.6/templates/secrets.yaml diff --git a/test/collabora/1.2.5/templates/tests/deployment-check.yaml b/test/collabora/1.2.6/templates/tests/deployment-check.yaml similarity index 100% rename from test/collabora/1.2.5/templates/tests/deployment-check.yaml rename to test/collabora/1.2.6/templates/tests/deployment-check.yaml diff --git a/test/collabora/1.2.5/test_values.yaml b/test/collabora/1.2.6/test_values.yaml similarity index 100% rename from test/collabora/1.2.5/test_values.yaml rename to test/collabora/1.2.6/test_values.yaml diff --git a/test/diskoverdata/1.0.3/Chart.lock b/test/diskoverdata/1.0.3/Chart.lock deleted file mode 100644 index e2e0733aa3..0000000000 --- a/test/diskoverdata/1.0.3/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: file://../../../library/common/2206.0.0 - version: 2206.0.0 -digest: sha256:b5cc6b211cae3adaa3ab8bd5eca73e34c178b11b3daad489e27e0f72190bb115 -generated: "2022-06-28T00:19:51.566570138+05:00" diff --git a/test/diskoverdata/1.0.3/charts/common-2206.0.0.tgz b/test/diskoverdata/1.0.3/charts/common-2206.0.0.tgz deleted file mode 100644 index f144a0660b..0000000000 Binary files a/test/diskoverdata/1.0.3/charts/common-2206.0.0.tgz and /dev/null differ diff --git a/test/diskoverdata/1.0.4/Chart.lock b/test/diskoverdata/1.0.4/Chart.lock new file mode 100644 index 0000000000..79a866f92f --- /dev/null +++ b/test/diskoverdata/1.0.4/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: file://../../../library/common/2207.0.0 + version: 2207.0.0 +digest: sha256:f17f3d458ca0210a52e39da0dce35034e900b36f2040d4b19bed46a7aae91506 +generated: "2022-07-25T00:20:48.080698555+05:00" diff --git a/test/diskoverdata/1.0.3/Chart.yaml b/test/diskoverdata/1.0.4/Chart.yaml similarity index 81% rename from test/diskoverdata/1.0.3/Chart.yaml rename to test/diskoverdata/1.0.4/Chart.yaml index d0cad7c65d..761ea59a17 100644 --- a/test/diskoverdata/1.0.3/Chart.yaml +++ b/test/diskoverdata/1.0.4/Chart.yaml @@ -3,11 +3,11 @@ appVersion: "2.0.1" icon: http://www.diskoverdata.com/wp-content/uploads/2019/09/diskover.png description: Diskover is used to monitor size/volumes of distributed dataset. name: diskoverdata -version: 1.0.3 +version: 1.0.4 dependencies: - name: common - repository: file://../../../library/common/2206.0.0 - version: 2206.0.0 + repository: file://../../../library/common/2207.0.0 + version: 2207.0.0 home: https://github.com/diskoverdata/diskover-community/ keywords: - storage diff --git a/test/diskoverdata/1.0.3/README.md b/test/diskoverdata/1.0.4/README.md similarity index 100% rename from test/diskoverdata/1.0.3/README.md rename to test/diskoverdata/1.0.4/README.md diff --git a/test/diskoverdata/1.0.3/app-readme.md b/test/diskoverdata/1.0.4/app-readme.md similarity index 100% rename from test/diskoverdata/1.0.3/app-readme.md rename to test/diskoverdata/1.0.4/app-readme.md diff --git a/test/diskoverdata/1.0.4/charts/common-2207.0.0.tgz b/test/diskoverdata/1.0.4/charts/common-2207.0.0.tgz new file mode 100644 index 0000000000..2adf94b438 Binary files /dev/null and b/test/diskoverdata/1.0.4/charts/common-2207.0.0.tgz differ diff --git a/test/diskoverdata/1.0.3/ix_values.yaml b/test/diskoverdata/1.0.4/ix_values.yaml similarity index 100% rename from test/diskoverdata/1.0.3/ix_values.yaml rename to test/diskoverdata/1.0.4/ix_values.yaml diff --git a/test/diskoverdata/1.0.3/questions.yaml b/test/diskoverdata/1.0.4/questions.yaml similarity index 100% rename from test/diskoverdata/1.0.3/questions.yaml rename to test/diskoverdata/1.0.4/questions.yaml diff --git a/test/diskoverdata/1.0.3/templates/_diskover.tpl b/test/diskoverdata/1.0.4/templates/_diskover.tpl similarity index 100% rename from test/diskoverdata/1.0.3/templates/_diskover.tpl rename to test/diskoverdata/1.0.4/templates/_diskover.tpl diff --git a/charts/diskoverdata/1.0.3/templates/deployment.yaml b/test/diskoverdata/1.0.4/templates/deployment.yaml similarity index 98% rename from charts/diskoverdata/1.0.3/templates/deployment.yaml rename to test/diskoverdata/1.0.4/templates/deployment.yaml index f1bbd9c14c..08117a0bee 100644 --- a/charts/diskoverdata/1.0.3/templates/deployment.yaml +++ b/test/diskoverdata/1.0.4/templates/deployment.yaml @@ -74,7 +74,7 @@ spec: containers: - name: {{ .Chart.Name }} - {{ include "common.resources.limitaion" . | nindent 10 }} + {{ include "common.resources.limitation" . | nindent 10 }} {{ include "common.containers.imageConfig" .Values.image | nindent 10 }} volumeMounts: {{ include "common.storage.configureAppVolumeMountsInContainer" .Values | nindent 12 }} - name: diskover-initial-scripts diff --git a/test/diskoverdata/1.0.3/templates/diskover-secrets.yaml b/test/diskoverdata/1.0.4/templates/diskover-secrets.yaml similarity index 100% rename from test/diskoverdata/1.0.3/templates/diskover-secrets.yaml rename to test/diskoverdata/1.0.4/templates/diskover-secrets.yaml diff --git a/test/diskoverdata/1.0.3/templates/elastic_search_deployment.yaml b/test/diskoverdata/1.0.4/templates/elastic_search_deployment.yaml similarity index 100% rename from test/diskoverdata/1.0.3/templates/elastic_search_deployment.yaml rename to test/diskoverdata/1.0.4/templates/elastic_search_deployment.yaml diff --git a/test/diskoverdata/1.0.3/templates/elastic_search_service.yaml b/test/diskoverdata/1.0.4/templates/elastic_search_service.yaml similarity index 100% rename from test/diskoverdata/1.0.3/templates/elastic_search_service.yaml rename to test/diskoverdata/1.0.4/templates/elastic_search_service.yaml diff --git a/test/diskoverdata/1.0.3/templates/elasticsearch-secret.yaml b/test/diskoverdata/1.0.4/templates/elasticsearch-secret.yaml similarity index 100% rename from test/diskoverdata/1.0.3/templates/elasticsearch-secret.yaml rename to test/diskoverdata/1.0.4/templates/elasticsearch-secret.yaml diff --git a/test/diskoverdata/1.0.3/templates/initial_scripts.yaml b/test/diskoverdata/1.0.4/templates/initial_scripts.yaml similarity index 100% rename from test/diskoverdata/1.0.3/templates/initial_scripts.yaml rename to test/diskoverdata/1.0.4/templates/initial_scripts.yaml diff --git a/test/diskoverdata/1.0.3/templates/pre-install-job.yaml b/test/diskoverdata/1.0.4/templates/pre-install-job.yaml similarity index 100% rename from test/diskoverdata/1.0.3/templates/pre-install-job.yaml rename to test/diskoverdata/1.0.4/templates/pre-install-job.yaml diff --git a/test/diskoverdata/1.0.3/templates/service.yaml b/test/diskoverdata/1.0.4/templates/service.yaml similarity index 100% rename from test/diskoverdata/1.0.3/templates/service.yaml rename to test/diskoverdata/1.0.4/templates/service.yaml diff --git a/test/diskoverdata/1.0.3/templates/tests/deployment-check.yaml b/test/diskoverdata/1.0.4/templates/tests/deployment-check.yaml similarity index 100% rename from test/diskoverdata/1.0.3/templates/tests/deployment-check.yaml rename to test/diskoverdata/1.0.4/templates/tests/deployment-check.yaml diff --git a/test/diskoverdata/1.0.3/test_values.yaml b/test/diskoverdata/1.0.4/test_values.yaml similarity index 100% rename from test/diskoverdata/1.0.3/test_values.yaml rename to test/diskoverdata/1.0.4/test_values.yaml diff --git a/test/emby/1.0.9/.helmignore b/test/emby/1.0.10/.helmignore similarity index 100% rename from test/emby/1.0.9/.helmignore rename to test/emby/1.0.10/.helmignore diff --git a/test/emby/1.0.10/Chart.lock b/test/emby/1.0.10/Chart.lock new file mode 100644 index 0000000000..f64cd228a3 --- /dev/null +++ b/test/emby/1.0.10/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: file://../../../library/common/2207.0.0 + version: 2207.0.0 +digest: sha256:f17f3d458ca0210a52e39da0dce35034e900b36f2040d4b19bed46a7aae91506 +generated: "2022-07-28T22:31:02.894743529+05:00" diff --git a/charts/emby/1.0.9/Chart.yaml b/test/emby/1.0.10/Chart.yaml similarity index 75% rename from charts/emby/1.0.9/Chart.yaml rename to test/emby/1.0.10/Chart.yaml index b60775170e..ad6883fdcd 100644 --- a/charts/emby/1.0.9/Chart.yaml +++ b/test/emby/1.0.10/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 appVersion: 4.8.0.2 dependencies: - name: common - repository: file://../../../library/common/2206.0.0 - version: 2206.0.0 + repository: file://../../../library/common/2207.0.0 + version: 2207.0.0 description: Emby Server home: https://emby.media/ icon: https://images-na.ssl-images-amazon.com/images/I/41NwssJC1iL.png @@ -13,4 +13,4 @@ keywords: name: emby sources: - https://hub.docker.com/r/emby/embyserver -version: 1.0.9 +version: 1.0.10 diff --git a/test/emby/1.0.9/README.md b/test/emby/1.0.10/README.md similarity index 100% rename from test/emby/1.0.9/README.md rename to test/emby/1.0.10/README.md diff --git a/test/emby/1.0.9/app-readme.md b/test/emby/1.0.10/app-readme.md similarity index 100% rename from test/emby/1.0.9/app-readme.md rename to test/emby/1.0.10/app-readme.md diff --git a/test/emby/1.0.10/charts/common-2207.0.0.tgz b/test/emby/1.0.10/charts/common-2207.0.0.tgz new file mode 100644 index 0000000000..2adf94b438 Binary files /dev/null and b/test/emby/1.0.10/charts/common-2207.0.0.tgz differ diff --git a/test/emby/1.0.9/ix_values.yaml b/test/emby/1.0.10/ix_values.yaml similarity index 100% rename from test/emby/1.0.9/ix_values.yaml rename to test/emby/1.0.10/ix_values.yaml diff --git a/test/emby/1.0.9/questions.yaml b/test/emby/1.0.10/questions.yaml similarity index 100% rename from test/emby/1.0.9/questions.yaml rename to test/emby/1.0.10/questions.yaml diff --git a/test/emby/1.0.9/requirements.lock b/test/emby/1.0.10/requirements.lock similarity index 67% rename from test/emby/1.0.9/requirements.lock rename to test/emby/1.0.10/requirements.lock index b4b664582d..77e599c9ce 100644 --- a/test/emby/1.0.9/requirements.lock +++ b/test/emby/1.0.10/requirements.lock @@ -1,6 +1,6 @@ dependencies: - name: common - repository: file://../../../library/common/2206.0.0 - version: 2206.0.0 + repository: file://../../../library/common/2207.0.0 + version: 2207.0.0 digest: sha256:47115d9b91afe42c8537dcf0fd8224f2f7d1c775f9ff860efa68a6b57d17d1c0 generated: "2021-12-06T21:24:36.674776+05:00" diff --git a/test/emby/1.0.9/templates/NOTES.txt b/test/emby/1.0.10/templates/NOTES.txt similarity index 100% rename from test/emby/1.0.9/templates/NOTES.txt rename to test/emby/1.0.10/templates/NOTES.txt diff --git a/test/emby/1.0.9/templates/deployment.yaml b/test/emby/1.0.10/templates/deployment.yaml similarity index 95% rename from test/emby/1.0.9/templates/deployment.yaml rename to test/emby/1.0.10/templates/deployment.yaml index 17ba9c54fd..ac3cb712ec 100644 --- a/test/emby/1.0.9/templates/deployment.yaml +++ b/test/emby/1.0.10/templates/deployment.yaml @@ -10,9 +10,8 @@ spec: {{ include "common.deployment.common_spec" . | nindent 2 }} hostname: {{ template "common.names.fullname" . }} containers: - name: {{ .Chart.Name }} - {{ include "common.resources.limitaion" . | nindent 10 }} + {{ include "common.resources.limitation" . | nindent 10 }} {{ include "common.containers.imageConfig" .Values.image | nindent 10 }} - {{ include "common.containers.gpuConfiguration" .Values | nindent 10 }} volumeMounts: {{ include "common.storage.configureAppVolumeMountsInContainer" .Values | nindent 12 }} {{ range $index, $hostPathConfiguration := .Values.extraAppVolumeMounts }} - name: extrappvolume-{{ $index }} diff --git a/test/emby/1.0.9/templates/service-tcp.yaml b/test/emby/1.0.10/templates/service-tcp.yaml similarity index 100% rename from test/emby/1.0.9/templates/service-tcp.yaml rename to test/emby/1.0.10/templates/service-tcp.yaml diff --git a/test/emby/1.0.9/templates/service-udp.yaml b/test/emby/1.0.10/templates/service-udp.yaml similarity index 100% rename from test/emby/1.0.9/templates/service-udp.yaml rename to test/emby/1.0.10/templates/service-udp.yaml diff --git a/test/emby/1.0.9/templates/tests/deployment-check.yaml b/test/emby/1.0.10/templates/tests/deployment-check.yaml similarity index 100% rename from test/emby/1.0.9/templates/tests/deployment-check.yaml rename to test/emby/1.0.10/templates/tests/deployment-check.yaml diff --git a/test/emby/1.0.9/test_values.yaml b/test/emby/1.0.10/test_values.yaml similarity index 100% rename from test/emby/1.0.9/test_values.yaml rename to test/emby/1.0.10/test_values.yaml diff --git a/test/emby/1.0.9/Chart.lock b/test/emby/1.0.9/Chart.lock deleted file mode 100644 index b3a4e3c9bb..0000000000 --- a/test/emby/1.0.9/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: file://../../../library/common/2206.0.0 - version: 2206.0.0 -digest: sha256:b5cc6b211cae3adaa3ab8bd5eca73e34c178b11b3daad489e27e0f72190bb115 -generated: "2022-06-28T00:19:50.877815231+05:00" diff --git a/test/emby/1.0.9/charts/common-2206.0.0.tgz b/test/emby/1.0.9/charts/common-2206.0.0.tgz deleted file mode 100644 index f3b5eb0c31..0000000000 Binary files a/test/emby/1.0.9/charts/common-2206.0.0.tgz and /dev/null differ diff --git a/test/home-assistant/1.0.20/Chart.lock b/test/home-assistant/1.0.20/Chart.lock deleted file mode 100644 index 040ffc0865..0000000000 --- a/test/home-assistant/1.0.20/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: file://../../../library/common/2206.0.0 - version: 2206.0.0 -digest: sha256:b5cc6b211cae3adaa3ab8bd5eca73e34c178b11b3daad489e27e0f72190bb115 -generated: "2022-06-28T00:19:51.430542161+05:00" diff --git a/test/home-assistant/1.0.20/charts/common-2206.0.0.tgz b/test/home-assistant/1.0.20/charts/common-2206.0.0.tgz deleted file mode 100644 index f3b5eb0c31..0000000000 Binary files a/test/home-assistant/1.0.20/charts/common-2206.0.0.tgz and /dev/null differ diff --git a/test/home-assistant/1.0.21/Chart.lock b/test/home-assistant/1.0.21/Chart.lock new file mode 100644 index 0000000000..75536ecc2b --- /dev/null +++ b/test/home-assistant/1.0.21/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: file://../../../library/common/2207.0.0 + version: 2207.0.0 +digest: sha256:f17f3d458ca0210a52e39da0dce35034e900b36f2040d4b19bed46a7aae91506 +generated: "2022-07-25T00:20:48.151643214+05:00" diff --git a/charts/home-assistant/1.0.20/Chart.yaml b/test/home-assistant/1.0.21/Chart.yaml similarity index 79% rename from charts/home-assistant/1.0.20/Chart.yaml rename to test/home-assistant/1.0.21/Chart.yaml index f36b25af6d..ecfd0b12f5 100644 --- a/charts/home-assistant/1.0.20/Chart.yaml +++ b/test/home-assistant/1.0.21/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 appVersion: 2022.7.7 dependencies: - name: common - repository: file://../../../library/common/2206.0.0 - version: 2206.0.0 + repository: file://../../../library/common/2207.0.0 + version: 2207.0.0 description: home-assistant App for TrueNAS SCALE home: https://github.com/home-assistant/home-assistant icon: https://truecharts.org/_static/img/appicons/home-assistant.png @@ -12,4 +12,4 @@ keywords: name: home-assistant sources: - https://github.com/home-assistant/home-assistant -version: 1.0.20 +version: 1.0.21 diff --git a/test/home-assistant/1.0.20/README.md b/test/home-assistant/1.0.21/README.md similarity index 100% rename from test/home-assistant/1.0.20/README.md rename to test/home-assistant/1.0.21/README.md diff --git a/test/home-assistant/1.0.20/app-readme.md b/test/home-assistant/1.0.21/app-readme.md similarity index 100% rename from test/home-assistant/1.0.20/app-readme.md rename to test/home-assistant/1.0.21/app-readme.md diff --git a/test/home-assistant/1.0.21/charts/common-2207.0.0.tgz b/test/home-assistant/1.0.21/charts/common-2207.0.0.tgz new file mode 100644 index 0000000000..2adf94b438 Binary files /dev/null and b/test/home-assistant/1.0.21/charts/common-2207.0.0.tgz differ diff --git a/test/home-assistant/1.0.20/ix_values.yaml b/test/home-assistant/1.0.21/ix_values.yaml similarity index 100% rename from test/home-assistant/1.0.20/ix_values.yaml rename to test/home-assistant/1.0.21/ix_values.yaml diff --git a/test/home-assistant/1.0.20/questions.yaml b/test/home-assistant/1.0.21/questions.yaml similarity index 100% rename from test/home-assistant/1.0.20/questions.yaml rename to test/home-assistant/1.0.21/questions.yaml diff --git a/test/home-assistant/1.0.20/templates/_postgres.tpl b/test/home-assistant/1.0.21/templates/_postgres.tpl similarity index 100% rename from test/home-assistant/1.0.20/templates/_postgres.tpl rename to test/home-assistant/1.0.21/templates/_postgres.tpl diff --git a/test/home-assistant/1.0.20/templates/backup-postgres-config.yaml b/test/home-assistant/1.0.21/templates/backup-postgres-config.yaml similarity index 100% rename from test/home-assistant/1.0.20/templates/backup-postgres-config.yaml rename to test/home-assistant/1.0.21/templates/backup-postgres-config.yaml diff --git a/test/home-assistant/1.0.20/templates/backup-postgres-hook.yaml b/test/home-assistant/1.0.21/templates/backup-postgres-hook.yaml similarity index 100% rename from test/home-assistant/1.0.20/templates/backup-postgres-hook.yaml rename to test/home-assistant/1.0.21/templates/backup-postgres-hook.yaml diff --git a/test/home-assistant/1.0.20/templates/deployment.yaml b/test/home-assistant/1.0.21/templates/deployment.yaml similarity index 98% rename from test/home-assistant/1.0.20/templates/deployment.yaml rename to test/home-assistant/1.0.21/templates/deployment.yaml index 65ab647567..bc2a353325 100644 --- a/test/home-assistant/1.0.20/templates/deployment.yaml +++ b/test/home-assistant/1.0.21/templates/deployment.yaml @@ -55,7 +55,7 @@ spec: containers: - name: {{ .Chart.Name }} - {{ include "common.resources.limitaion" . | nindent 10 }} + {{ include "common.resources.limitation" . | nindent 10 }} {{ include "common.containers.imageConfig" .Values.image | nindent 10 }} volumeMounts: {{ include "common.storage.configureAppVolumeMountsInContainer" .Values | nindent 12 }} {{ range $index, $hostPathConfiguration := .Values.extraAppVolumeMounts }} diff --git a/test/home-assistant/1.0.20/templates/home-assistance-init-config.yaml b/test/home-assistant/1.0.21/templates/home-assistance-init-config.yaml similarity index 100% rename from test/home-assistant/1.0.20/templates/home-assistance-init-config.yaml rename to test/home-assistant/1.0.21/templates/home-assistance-init-config.yaml diff --git a/test/home-assistant/1.0.20/templates/postgres-config.yaml b/test/home-assistant/1.0.21/templates/postgres-config.yaml similarity index 100% rename from test/home-assistant/1.0.20/templates/postgres-config.yaml rename to test/home-assistant/1.0.21/templates/postgres-config.yaml diff --git a/test/home-assistant/1.0.20/templates/postgres-deployment.yaml b/test/home-assistant/1.0.21/templates/postgres-deployment.yaml similarity index 100% rename from test/home-assistant/1.0.20/templates/postgres-deployment.yaml rename to test/home-assistant/1.0.21/templates/postgres-deployment.yaml diff --git a/test/home-assistant/1.0.20/templates/postgres-secret.yaml b/test/home-assistant/1.0.21/templates/postgres-secret.yaml similarity index 100% rename from test/home-assistant/1.0.20/templates/postgres-secret.yaml rename to test/home-assistant/1.0.21/templates/postgres-secret.yaml diff --git a/test/home-assistant/1.0.20/templates/postgres-service.yaml b/test/home-assistant/1.0.21/templates/postgres-service.yaml similarity index 100% rename from test/home-assistant/1.0.20/templates/postgres-service.yaml rename to test/home-assistant/1.0.21/templates/postgres-service.yaml diff --git a/test/home-assistant/1.0.20/templates/pre-install-job.yaml b/test/home-assistant/1.0.21/templates/pre-install-job.yaml similarity index 100% rename from test/home-assistant/1.0.20/templates/pre-install-job.yaml rename to test/home-assistant/1.0.21/templates/pre-install-job.yaml diff --git a/test/home-assistant/1.0.20/templates/service.yaml b/test/home-assistant/1.0.21/templates/service.yaml similarity index 100% rename from test/home-assistant/1.0.20/templates/service.yaml rename to test/home-assistant/1.0.21/templates/service.yaml diff --git a/test/home-assistant/1.0.20/templates/tests/deployment-check.yaml b/test/home-assistant/1.0.21/templates/tests/deployment-check.yaml similarity index 100% rename from test/home-assistant/1.0.20/templates/tests/deployment-check.yaml rename to test/home-assistant/1.0.21/templates/tests/deployment-check.yaml diff --git a/test/home-assistant/1.0.20/test_values.yaml b/test/home-assistant/1.0.21/test_values.yaml similarity index 100% rename from test/home-assistant/1.0.20/test_values.yaml rename to test/home-assistant/1.0.21/test_values.yaml diff --git a/test/ipfs/1.2.7/charts/common-2206.0.0.tgz b/test/ipfs/1.2.7/charts/common-2206.0.0.tgz deleted file mode 100644 index f3b5eb0c31..0000000000 Binary files a/test/ipfs/1.2.7/charts/common-2206.0.0.tgz and /dev/null differ diff --git a/test/ipfs/1.2.7/requirements.lock b/test/ipfs/1.2.7/requirements.lock deleted file mode 100644 index df0bbfa57e..0000000000 --- a/test/ipfs/1.2.7/requirements.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: file://../../../library/common/2206.0.0 - version: 2206.0.0 -digest: sha256:b5cc6b211cae3adaa3ab8bd5eca73e34c178b11b3daad489e27e0f72190bb115 -generated: "2022-06-28T00:19:51.187672514+05:00" diff --git a/test/ipfs/1.2.7/.helmignore b/test/ipfs/1.2.8/.helmignore similarity index 100% rename from test/ipfs/1.2.7/.helmignore rename to test/ipfs/1.2.8/.helmignore diff --git a/charts/ipfs/1.2.7/Chart.yaml b/test/ipfs/1.2.8/Chart.yaml similarity index 80% rename from charts/ipfs/1.2.7/Chart.yaml rename to test/ipfs/1.2.8/Chart.yaml index c8b5594aa9..6d2f174a9b 100644 --- a/charts/ipfs/1.2.7/Chart.yaml +++ b/test/ipfs/1.2.8/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v1 appVersion: v0.14.0 dependencies: - name: common - repository: file://../../../library/common/2206.0.0 - version: 2206.0.0 + repository: file://../../../library/common/2207.0.0 + version: 2207.0.0 description: Global, Versioned, peer-to-peer filesystem. home: https://ipfs.io icon: https://ipfs.io/ipfs/QmVk7srrwahXLNmcDYvyUEJptyoxpndnRa57YJ11L4jV26/ipfs.go.png @@ -15,4 +15,4 @@ sources: - https://github.com/ipfs/go-ipfs - https://hub.docker.com/r/ipfs/go-ipfs upstream_version: 0.8.0-rc1 -version: 1.2.7 +version: 1.2.8 diff --git a/test/ipfs/1.2.7/README.md b/test/ipfs/1.2.8/README.md similarity index 100% rename from test/ipfs/1.2.7/README.md rename to test/ipfs/1.2.8/README.md diff --git a/test/ipfs/1.2.7/app-readme.md b/test/ipfs/1.2.8/app-readme.md similarity index 100% rename from test/ipfs/1.2.7/app-readme.md rename to test/ipfs/1.2.8/app-readme.md diff --git a/test/ipfs/1.2.8/charts/common-2207.0.0.tgz b/test/ipfs/1.2.8/charts/common-2207.0.0.tgz new file mode 100644 index 0000000000..2adf94b438 Binary files /dev/null and b/test/ipfs/1.2.8/charts/common-2207.0.0.tgz differ diff --git a/test/ipfs/1.2.7/ix_values.yaml b/test/ipfs/1.2.8/ix_values.yaml similarity index 100% rename from test/ipfs/1.2.7/ix_values.yaml rename to test/ipfs/1.2.8/ix_values.yaml diff --git a/test/ipfs/1.2.7/questions.yaml b/test/ipfs/1.2.8/questions.yaml similarity index 100% rename from test/ipfs/1.2.7/questions.yaml rename to test/ipfs/1.2.8/questions.yaml diff --git a/test/ipfs/1.2.8/requirements.lock b/test/ipfs/1.2.8/requirements.lock new file mode 100644 index 0000000000..ce9757b291 --- /dev/null +++ b/test/ipfs/1.2.8/requirements.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: file://../../../library/common/2207.0.0 + version: 2207.0.0 +digest: sha256:f17f3d458ca0210a52e39da0dce35034e900b36f2040d4b19bed46a7aae91506 +generated: "2022-07-25T00:20:48.197830691+05:00" diff --git a/test/ipfs/1.2.7/templates/NOTES.txt b/test/ipfs/1.2.8/templates/NOTES.txt similarity index 100% rename from test/ipfs/1.2.7/templates/NOTES.txt rename to test/ipfs/1.2.8/templates/NOTES.txt diff --git a/charts/ipfs/1.2.7/templates/deployment.yaml b/test/ipfs/1.2.8/templates/deployment.yaml similarity index 98% rename from charts/ipfs/1.2.7/templates/deployment.yaml rename to test/ipfs/1.2.8/templates/deployment.yaml index 87f2e70a35..429fedd1ac 100644 --- a/charts/ipfs/1.2.7/templates/deployment.yaml +++ b/test/ipfs/1.2.8/templates/deployment.yaml @@ -46,7 +46,7 @@ spec: {{ include "common.storage.allContainerVolumeMounts" .Values | nindent 10 }} containers: - name: {{ .Chart.Name }} - {{ include "common.resources.limitaion" . | nindent 10 }} + {{ include "common.resources.limitation" . | nindent 10 }} {{ include "common.containers.imageConfig" .Values.image | nindent 10 }} {{ include "common.storage.allContainerVolumeMounts" .Values | nindent 10 }} ports: diff --git a/test/ipfs/1.2.7/templates/service.yaml b/test/ipfs/1.2.8/templates/service.yaml similarity index 100% rename from test/ipfs/1.2.7/templates/service.yaml rename to test/ipfs/1.2.8/templates/service.yaml diff --git a/test/ipfs/1.2.7/templates/serviceaccount.yaml b/test/ipfs/1.2.8/templates/serviceaccount.yaml similarity index 100% rename from test/ipfs/1.2.7/templates/serviceaccount.yaml rename to test/ipfs/1.2.8/templates/serviceaccount.yaml diff --git a/test/ipfs/1.2.7/templates/tests/deployment-check.yaml b/test/ipfs/1.2.8/templates/tests/deployment-check.yaml similarity index 100% rename from test/ipfs/1.2.7/templates/tests/deployment-check.yaml rename to test/ipfs/1.2.8/templates/tests/deployment-check.yaml diff --git a/test/ipfs/1.2.7/test_values.yaml b/test/ipfs/1.2.8/test_values.yaml similarity index 100% rename from test/ipfs/1.2.7/test_values.yaml rename to test/ipfs/1.2.8/test_values.yaml diff --git a/test/ix-chart/2207.1.0/Chart.lock b/test/ix-chart/2207.1.0/Chart.lock deleted file mode 100644 index 2b3f24a8f6..0000000000 --- a/test/ix-chart/2207.1.0/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: file://../../../library/common/2206.0.0 - version: 2206.0.0 -digest: sha256:b5cc6b211cae3adaa3ab8bd5eca73e34c178b11b3daad489e27e0f72190bb115 -generated: "2022-06-28T00:19:50.913701514+05:00" diff --git a/test/ix-chart/2207.1.0/charts/common-2206.0.0.tgz b/test/ix-chart/2207.1.0/charts/common-2206.0.0.tgz deleted file mode 100644 index f3b5eb0c31..0000000000 Binary files a/test/ix-chart/2207.1.0/charts/common-2206.0.0.tgz and /dev/null differ diff --git a/test/ix-chart/2207.1.0/.helmignore b/test/ix-chart/2207.2.0/.helmignore similarity index 100% rename from test/ix-chart/2207.1.0/.helmignore rename to test/ix-chart/2207.2.0/.helmignore diff --git a/test/ix-chart/2207.2.0/Chart.lock b/test/ix-chart/2207.2.0/Chart.lock new file mode 100644 index 0000000000..755de5eb06 --- /dev/null +++ b/test/ix-chart/2207.2.0/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: file://../../../library/common/2207.0.0 + version: 2207.0.0 +digest: sha256:f17f3d458ca0210a52e39da0dce35034e900b36f2040d4b19bed46a7aae91506 +generated: "2022-07-25T00:20:48.266895679+05:00" diff --git a/test/ix-chart/2207.1.0/Chart.yaml b/test/ix-chart/2207.2.0/Chart.yaml similarity index 92% rename from test/ix-chart/2207.1.0/Chart.yaml rename to test/ix-chart/2207.2.0/Chart.yaml index 3d31d9263d..55ac2c186e 100644 --- a/test/ix-chart/2207.1.0/Chart.yaml +++ b/test/ix-chart/2207.2.0/Chart.yaml @@ -15,7 +15,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 2207.1.0 +version: 2207.2.0 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to @@ -23,5 +23,5 @@ version: 2207.1.0 appVersion: v1 dependencies: - name: common - repository: file://../../../library/common/2206.0.0 - version: 2206.0.0 + repository: file://../../../library/common/2207.0.0 + version: 2207.0.0 diff --git a/test/ix-chart/2207.1.0/README.md b/test/ix-chart/2207.2.0/README.md similarity index 100% rename from test/ix-chart/2207.1.0/README.md rename to test/ix-chart/2207.2.0/README.md diff --git a/test/ix-chart/2207.1.0/app-readme.md b/test/ix-chart/2207.2.0/app-readme.md similarity index 100% rename from test/ix-chart/2207.1.0/app-readme.md rename to test/ix-chart/2207.2.0/app-readme.md diff --git a/test/ix-chart/2207.2.0/charts/common-2207.0.0.tgz b/test/ix-chart/2207.2.0/charts/common-2207.0.0.tgz new file mode 100644 index 0000000000..2adf94b438 Binary files /dev/null and b/test/ix-chart/2207.2.0/charts/common-2207.0.0.tgz differ diff --git a/test/ix-chart/2207.1.0/questions.yaml b/test/ix-chart/2207.2.0/questions.yaml similarity index 100% rename from test/ix-chart/2207.1.0/questions.yaml rename to test/ix-chart/2207.2.0/questions.yaml diff --git a/test/ix-chart/2207.1.0/templates/NOTES.txt b/test/ix-chart/2207.2.0/templates/NOTES.txt similarity index 100% rename from test/ix-chart/2207.1.0/templates/NOTES.txt rename to test/ix-chart/2207.2.0/templates/NOTES.txt diff --git a/test/ix-chart/2207.1.0/templates/_containers.tpl b/test/ix-chart/2207.2.0/templates/_containers.tpl similarity index 100% rename from test/ix-chart/2207.1.0/templates/_containers.tpl rename to test/ix-chart/2207.2.0/templates/_containers.tpl diff --git a/test/ix-chart/2207.1.0/templates/_helpers.tpl b/test/ix-chart/2207.2.0/templates/_helpers.tpl similarity index 100% rename from test/ix-chart/2207.1.0/templates/_helpers.tpl rename to test/ix-chart/2207.2.0/templates/_helpers.tpl diff --git a/test/ix-chart/2207.1.0/templates/_networking.tpl b/test/ix-chart/2207.2.0/templates/_networking.tpl similarity index 100% rename from test/ix-chart/2207.1.0/templates/_networking.tpl rename to test/ix-chart/2207.2.0/templates/_networking.tpl diff --git a/test/ix-chart/2207.1.0/templates/_volumes.tpl b/test/ix-chart/2207.2.0/templates/_volumes.tpl similarity index 100% rename from test/ix-chart/2207.1.0/templates/_volumes.tpl rename to test/ix-chart/2207.2.0/templates/_volumes.tpl diff --git a/charts/ix-chart/2207.1.0/templates/_workload.tpl b/test/ix-chart/2207.2.0/templates/_workload.tpl similarity index 98% rename from charts/ix-chart/2207.1.0/templates/_workload.tpl rename to test/ix-chart/2207.2.0/templates/_workload.tpl index f0026ab02b..dc41b08957 100644 --- a/charts/ix-chart/2207.1.0/templates/_workload.tpl +++ b/test/ix-chart/2207.2.0/templates/_workload.tpl @@ -54,7 +54,7 @@ restartPolicy: {{ template "restartPolicy" . }} hostNetwork: {{ template "hostNetworkingConfiguration" . }} containers: - name: {{ .Chart.Name }} - {{ include "common.resources.limitaion" . | nindent 2 }} + {{ include "common.resources.limitation" . | nindent 2 }} {{- include "volumeMountsConfiguration" . | indent 2}} tty: {{ .Values.tty }} stdin: {{ .Values.stdin }} diff --git a/test/ix-chart/2207.1.0/templates/external-interfaces.yaml b/test/ix-chart/2207.2.0/templates/external-interfaces.yaml similarity index 100% rename from test/ix-chart/2207.1.0/templates/external-interfaces.yaml rename to test/ix-chart/2207.2.0/templates/external-interfaces.yaml diff --git a/test/ix-chart/2207.1.0/templates/service.yaml b/test/ix-chart/2207.2.0/templates/service.yaml similarity index 100% rename from test/ix-chart/2207.1.0/templates/service.yaml rename to test/ix-chart/2207.2.0/templates/service.yaml diff --git a/test/ix-chart/2207.1.0/templates/tests/deployment-check.yaml b/test/ix-chart/2207.2.0/templates/tests/deployment-check.yaml similarity index 100% rename from test/ix-chart/2207.1.0/templates/tests/deployment-check.yaml rename to test/ix-chart/2207.2.0/templates/tests/deployment-check.yaml diff --git a/test/ix-chart/2207.1.0/templates/workload.yaml b/test/ix-chart/2207.2.0/templates/workload.yaml similarity index 100% rename from test/ix-chart/2207.1.0/templates/workload.yaml rename to test/ix-chart/2207.2.0/templates/workload.yaml diff --git a/test/ix-chart/2207.1.0/test_values.yaml b/test/ix-chart/2207.2.0/test_values.yaml similarity index 100% rename from test/ix-chart/2207.1.0/test_values.yaml rename to test/ix-chart/2207.2.0/test_values.yaml diff --git a/test/machinaris/1.1.10/charts/common-2206.0.0.tgz b/test/machinaris/1.1.10/charts/common-2206.0.0.tgz deleted file mode 100644 index f144a0660b..0000000000 Binary files a/test/machinaris/1.1.10/charts/common-2206.0.0.tgz and /dev/null differ diff --git a/test/machinaris/1.1.10/requirements.lock b/test/machinaris/1.1.10/requirements.lock deleted file mode 100644 index 1ea08df473..0000000000 --- a/test/machinaris/1.1.10/requirements.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: file://../../../library/common/2206.0.0 - version: 2206.0.0 -digest: sha256:b5cc6b211cae3adaa3ab8bd5eca73e34c178b11b3daad489e27e0f72190bb115 -generated: "2022-06-28T00:19:51.521131693+05:00" diff --git a/test/machinaris/1.1.10/.helmignore b/test/machinaris/1.1.11/.helmignore similarity index 100% rename from test/machinaris/1.1.10/.helmignore rename to test/machinaris/1.1.11/.helmignore diff --git a/test/machinaris/1.1.10/Chart.yaml b/test/machinaris/1.1.11/Chart.yaml similarity index 80% rename from test/machinaris/1.1.10/Chart.yaml rename to test/machinaris/1.1.11/Chart.yaml index 4691bdfd65..2d1109e256 100644 --- a/test/machinaris/1.1.10/Chart.yaml +++ b/test/machinaris/1.1.11/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v1 appVersion: v0.8.1 dependencies: - name: common - repository: file://../../../library/common/2206.0.0 - version: 2206.0.0 + repository: file://../../../library/common/2207.0.0 + version: 2207.0.0 description: Global, Versioned, peer-to-peer filesystem. home: https://github.com/guydavis/machinaris icon: https://raw.githubusercontent.com/guydavis/machinaris/main/web/static/favicon.ico @@ -14,4 +14,4 @@ keywords: name: machinaris sources: - https://github.com/guydavis/machinaris -version: 1.1.10 +version: 1.1.11 diff --git a/test/machinaris/1.1.10/README.md b/test/machinaris/1.1.11/README.md similarity index 100% rename from test/machinaris/1.1.10/README.md rename to test/machinaris/1.1.11/README.md diff --git a/test/machinaris/1.1.10/app-readme.md b/test/machinaris/1.1.11/app-readme.md similarity index 100% rename from test/machinaris/1.1.10/app-readme.md rename to test/machinaris/1.1.11/app-readme.md diff --git a/test/machinaris/1.1.11/charts/common-2207.0.0.tgz b/test/machinaris/1.1.11/charts/common-2207.0.0.tgz new file mode 100644 index 0000000000..2adf94b438 Binary files /dev/null and b/test/machinaris/1.1.11/charts/common-2207.0.0.tgz differ diff --git a/test/machinaris/1.1.10/ix_values.yaml b/test/machinaris/1.1.11/ix_values.yaml similarity index 100% rename from test/machinaris/1.1.10/ix_values.yaml rename to test/machinaris/1.1.11/ix_values.yaml diff --git a/test/machinaris/1.1.10/questions.yaml b/test/machinaris/1.1.11/questions.yaml similarity index 100% rename from test/machinaris/1.1.10/questions.yaml rename to test/machinaris/1.1.11/questions.yaml diff --git a/test/machinaris/1.1.11/requirements.lock b/test/machinaris/1.1.11/requirements.lock new file mode 100644 index 0000000000..6e41de62f6 --- /dev/null +++ b/test/machinaris/1.1.11/requirements.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: file://../../../library/common/2207.0.0 + version: 2207.0.0 +digest: sha256:f17f3d458ca0210a52e39da0dce35034e900b36f2040d4b19bed46a7aae91506 +generated: "2022-07-25T00:20:48.128962914+05:00" diff --git a/test/machinaris/1.1.10/templates/_helpers.tpl b/test/machinaris/1.1.11/templates/_helpers.tpl similarity index 100% rename from test/machinaris/1.1.10/templates/_helpers.tpl rename to test/machinaris/1.1.11/templates/_helpers.tpl diff --git a/test/machinaris/1.1.10/templates/coins-deployment.yaml b/test/machinaris/1.1.11/templates/coins-deployment.yaml similarity index 100% rename from test/machinaris/1.1.10/templates/coins-deployment.yaml rename to test/machinaris/1.1.11/templates/coins-deployment.yaml diff --git a/test/machinaris/1.1.10/templates/deployment.yaml b/test/machinaris/1.1.11/templates/deployment.yaml similarity index 100% rename from test/machinaris/1.1.10/templates/deployment.yaml rename to test/machinaris/1.1.11/templates/deployment.yaml diff --git a/test/machinaris/1.1.10/templates/service.yaml b/test/machinaris/1.1.11/templates/service.yaml similarity index 100% rename from test/machinaris/1.1.10/templates/service.yaml rename to test/machinaris/1.1.11/templates/service.yaml diff --git a/test/machinaris/1.1.10/templates/tests/cactus-check.yaml b/test/machinaris/1.1.11/templates/tests/cactus-check.yaml similarity index 100% rename from test/machinaris/1.1.10/templates/tests/cactus-check.yaml rename to test/machinaris/1.1.11/templates/tests/cactus-check.yaml diff --git a/test/machinaris/1.1.10/templates/tests/machinaris-check.yaml b/test/machinaris/1.1.11/templates/tests/machinaris-check.yaml similarity index 100% rename from test/machinaris/1.1.10/templates/tests/machinaris-check.yaml rename to test/machinaris/1.1.11/templates/tests/machinaris-check.yaml diff --git a/test/machinaris/1.1.10/test_values.yaml b/test/machinaris/1.1.11/test_values.yaml similarity index 100% rename from test/machinaris/1.1.10/test_values.yaml rename to test/machinaris/1.1.11/test_values.yaml diff --git a/test/minio/1.6.35/charts/common-2206.0.0.tgz b/test/minio/1.6.35/charts/common-2206.0.0.tgz deleted file mode 100644 index f3b5eb0c31..0000000000 Binary files a/test/minio/1.6.35/charts/common-2206.0.0.tgz and /dev/null differ diff --git a/test/minio/1.6.35/requirements.lock b/test/minio/1.6.35/requirements.lock deleted file mode 100644 index d6dffce599..0000000000 --- a/test/minio/1.6.35/requirements.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: file://../../../library/common/2206.0.0 - version: 2206.0.0 -digest: sha256:b5cc6b211cae3adaa3ab8bd5eca73e34c178b11b3daad489e27e0f72190bb115 -generated: "2022-06-28T00:19:51.476831005+05:00" diff --git a/test/minio/1.6.35/.helmignore b/test/minio/1.6.36/.helmignore similarity index 100% rename from test/minio/1.6.35/.helmignore rename to test/minio/1.6.36/.helmignore diff --git a/test/minio/1.6.35/CHANGELOG.md b/test/minio/1.6.36/CHANGELOG.md similarity index 100% rename from test/minio/1.6.35/CHANGELOG.md rename to test/minio/1.6.36/CHANGELOG.md diff --git a/test/minio/1.6.35/Chart.yaml b/test/minio/1.6.36/Chart.yaml similarity index 80% rename from test/minio/1.6.35/Chart.yaml rename to test/minio/1.6.36/Chart.yaml index ce9550df02..ddff506443 100644 --- a/test/minio/1.6.35/Chart.yaml +++ b/test/minio/1.6.36/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v1 appVersion: '2022-07-26' dependencies: - name: common - repository: file://../../../library/common/2206.0.0 - version: 2206.0.0 + repository: file://../../../library/common/2207.0.0 + version: 2207.0.0 description: High Performance, Kubernetes Native Object Storage home: https://min.io icon: https://min.io/resources/img/logo/MINIO_wordmark.png @@ -16,4 +16,4 @@ sources: - https://github.com/minio/minio - https://github.com/minio/charts upstream_version: 8.0.5 -version: 1.6.35 +version: 1.6.36 diff --git a/test/minio/1.6.35/README.md b/test/minio/1.6.36/README.md similarity index 100% rename from test/minio/1.6.35/README.md rename to test/minio/1.6.36/README.md diff --git a/test/minio/1.6.35/app-readme.md b/test/minio/1.6.36/app-readme.md similarity index 100% rename from test/minio/1.6.35/app-readme.md rename to test/minio/1.6.36/app-readme.md diff --git a/test/minio/1.6.36/charts/common-2207.0.0.tgz b/test/minio/1.6.36/charts/common-2207.0.0.tgz new file mode 100644 index 0000000000..2adf94b438 Binary files /dev/null and b/test/minio/1.6.36/charts/common-2207.0.0.tgz differ diff --git a/test/minio/1.6.35/ix_values.yaml b/test/minio/1.6.36/ix_values.yaml similarity index 100% rename from test/minio/1.6.35/ix_values.yaml rename to test/minio/1.6.36/ix_values.yaml diff --git a/test/minio/1.6.35/migrations/migrate b/test/minio/1.6.36/migrations/migrate similarity index 100% rename from test/minio/1.6.35/migrations/migrate rename to test/minio/1.6.36/migrations/migrate diff --git a/test/minio/1.6.35/migrations/migrate_from_1.0.0 b/test/minio/1.6.36/migrations/migrate_from_1.0.0 similarity index 100% rename from test/minio/1.6.35/migrations/migrate_from_1.0.0 rename to test/minio/1.6.36/migrations/migrate_from_1.0.0 diff --git a/test/minio/1.6.35/questions.yaml b/test/minio/1.6.36/questions.yaml similarity index 100% rename from test/minio/1.6.35/questions.yaml rename to test/minio/1.6.36/questions.yaml diff --git a/test/minio/1.6.36/requirements.lock b/test/minio/1.6.36/requirements.lock new file mode 100644 index 0000000000..b787c28a7b --- /dev/null +++ b/test/minio/1.6.36/requirements.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: file://../../../library/common/2207.0.0 + version: 2207.0.0 +digest: sha256:f17f3d458ca0210a52e39da0dce35034e900b36f2040d4b19bed46a7aae91506 +generated: "2022-07-25T00:20:47.987169596+05:00" diff --git a/test/minio/1.6.35/templates/NOTES.txt b/test/minio/1.6.36/templates/NOTES.txt similarity index 100% rename from test/minio/1.6.35/templates/NOTES.txt rename to test/minio/1.6.36/templates/NOTES.txt diff --git a/test/minio/1.6.35/templates/_cert.tpl b/test/minio/1.6.36/templates/_cert.tpl similarity index 100% rename from test/minio/1.6.35/templates/_cert.tpl rename to test/minio/1.6.36/templates/_cert.tpl diff --git a/test/minio/1.6.35/templates/_helpers.tpl b/test/minio/1.6.36/templates/_helpers.tpl similarity index 100% rename from test/minio/1.6.35/templates/_helpers.tpl rename to test/minio/1.6.36/templates/_helpers.tpl diff --git a/test/minio/1.6.35/templates/configmap.yaml b/test/minio/1.6.36/templates/configmap.yaml similarity index 100% rename from test/minio/1.6.35/templates/configmap.yaml rename to test/minio/1.6.36/templates/configmap.yaml diff --git a/test/minio/1.6.35/templates/deployment.yaml b/test/minio/1.6.36/templates/deployment.yaml similarity index 98% rename from test/minio/1.6.35/templates/deployment.yaml rename to test/minio/1.6.36/templates/deployment.yaml index 042eabe123..05d3ebe366 100644 --- a/test/minio/1.6.35/templates/deployment.yaml +++ b/test/minio/1.6.36/templates/deployment.yaml @@ -34,7 +34,7 @@ spec: hostNetwork: {{ include "minio.hostNetworking" . }} containers: - name: {{ .Chart.Name }} - {{ include "common.resources.limitaion" . | nindent 10 }} + {{ include "common.resources.limitation" . | nindent 10 }} {{ include "common.containers.imageConfig" .Values.image | nindent 10 }} volumeMounts: {{ include "common.storage.configureAppVolumeMountsInContainer" .Values | nindent 12 }} {{- include "minio.tlsKeysVolumeMount" . | nindent 12 }} diff --git a/test/minio/1.6.35/templates/pre-install-job.yaml b/test/minio/1.6.36/templates/pre-install-job.yaml similarity index 100% rename from test/minio/1.6.35/templates/pre-install-job.yaml rename to test/minio/1.6.36/templates/pre-install-job.yaml diff --git a/test/minio/1.6.35/templates/secrets.yaml b/test/minio/1.6.36/templates/secrets.yaml similarity index 100% rename from test/minio/1.6.35/templates/secrets.yaml rename to test/minio/1.6.36/templates/secrets.yaml diff --git a/test/minio/1.6.35/templates/service.yaml b/test/minio/1.6.36/templates/service.yaml similarity index 100% rename from test/minio/1.6.35/templates/service.yaml rename to test/minio/1.6.36/templates/service.yaml diff --git a/test/minio/1.6.35/templates/serviceaccount.yaml b/test/minio/1.6.36/templates/serviceaccount.yaml similarity index 100% rename from test/minio/1.6.35/templates/serviceaccount.yaml rename to test/minio/1.6.36/templates/serviceaccount.yaml diff --git a/test/minio/1.6.35/templates/tests/deployment-check.yaml b/test/minio/1.6.36/templates/tests/deployment-check.yaml similarity index 100% rename from test/minio/1.6.35/templates/tests/deployment-check.yaml rename to test/minio/1.6.36/templates/tests/deployment-check.yaml diff --git a/test/minio/1.6.35/test_values.yaml b/test/minio/1.6.36/test_values.yaml similarity index 100% rename from test/minio/1.6.35/test_values.yaml rename to test/minio/1.6.36/test_values.yaml diff --git a/test/netdata/1.0.8/charts/common-2206.0.0.tgz b/test/netdata/1.0.8/charts/common-2206.0.0.tgz deleted file mode 100644 index f3b5eb0c31..0000000000 Binary files a/test/netdata/1.0.8/charts/common-2206.0.0.tgz and /dev/null differ diff --git a/test/netdata/1.0.8/requirements.lock b/test/netdata/1.0.8/requirements.lock deleted file mode 100644 index 2257736493..0000000000 --- a/test/netdata/1.0.8/requirements.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: file://../../../library/common/2206.0.0 - version: 2206.0.0 -digest: sha256:b5cc6b211cae3adaa3ab8bd5eca73e34c178b11b3daad489e27e0f72190bb115 -generated: "2022-06-28T00:19:51.02504434+05:00" diff --git a/test/netdata/1.0.8/.helmignore b/test/netdata/1.0.9/.helmignore similarity index 100% rename from test/netdata/1.0.8/.helmignore rename to test/netdata/1.0.9/.helmignore diff --git a/charts/netdata/1.0.8/Chart.yaml b/test/netdata/1.0.9/Chart.yaml similarity index 80% rename from charts/netdata/1.0.8/Chart.yaml rename to test/netdata/1.0.9/Chart.yaml index 4f6d65dba8..13030ee39e 100644 --- a/charts/netdata/1.0.8/Chart.yaml +++ b/test/netdata/1.0.9/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v1 appVersion: v1.35.1 dependencies: - name: common - repository: file://../../../library/common/2206.0.0 - version: 2206.0.0 + repository: file://../../../library/common/2207.0.0 + version: 2207.0.0 description: Real-time performance monitoring, done right! home: https://www.netdata.cloud/ icon: https://netdata.github.io/helmchart/logo.png @@ -16,4 +16,4 @@ sources: - https://github.com/netdata/helmchart - https://github.com/netdata/netdata upstream_version: 3.7.12 -version: 1.0.8 +version: 1.0.9 diff --git a/test/netdata/1.0.8/README.md b/test/netdata/1.0.9/README.md similarity index 100% rename from test/netdata/1.0.8/README.md rename to test/netdata/1.0.9/README.md diff --git a/test/netdata/1.0.8/app-readme.md b/test/netdata/1.0.9/app-readme.md similarity index 100% rename from test/netdata/1.0.8/app-readme.md rename to test/netdata/1.0.9/app-readme.md diff --git a/test/netdata/1.0.9/charts/common-2207.0.0.tgz b/test/netdata/1.0.9/charts/common-2207.0.0.tgz new file mode 100644 index 0000000000..2adf94b438 Binary files /dev/null and b/test/netdata/1.0.9/charts/common-2207.0.0.tgz differ diff --git a/test/netdata/1.0.8/ix_values.yaml b/test/netdata/1.0.9/ix_values.yaml similarity index 100% rename from test/netdata/1.0.8/ix_values.yaml rename to test/netdata/1.0.9/ix_values.yaml diff --git a/test/netdata/1.0.8/questions.yaml b/test/netdata/1.0.9/questions.yaml similarity index 100% rename from test/netdata/1.0.8/questions.yaml rename to test/netdata/1.0.9/questions.yaml diff --git a/test/netdata/1.0.9/requirements.lock b/test/netdata/1.0.9/requirements.lock new file mode 100644 index 0000000000..f4e963b14b --- /dev/null +++ b/test/netdata/1.0.9/requirements.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: file://../../../library/common/2207.0.0 + version: 2207.0.0 +digest: sha256:f17f3d458ca0210a52e39da0dce35034e900b36f2040d4b19bed46a7aae91506 +generated: "2022-07-25T00:20:48.220631642+05:00" diff --git a/test/netdata/1.0.8/templates/_helpers.tpl b/test/netdata/1.0.9/templates/_helpers.tpl similarity index 100% rename from test/netdata/1.0.8/templates/_helpers.tpl rename to test/netdata/1.0.9/templates/_helpers.tpl diff --git a/test/netdata/1.0.8/templates/clusterrole.yaml b/test/netdata/1.0.9/templates/clusterrole.yaml similarity index 100% rename from test/netdata/1.0.8/templates/clusterrole.yaml rename to test/netdata/1.0.9/templates/clusterrole.yaml diff --git a/test/netdata/1.0.8/templates/clusterrolebinding.yaml b/test/netdata/1.0.9/templates/clusterrolebinding.yaml similarity index 100% rename from test/netdata/1.0.8/templates/clusterrolebinding.yaml rename to test/netdata/1.0.9/templates/clusterrolebinding.yaml diff --git a/charts/netdata/1.0.8/templates/deployment.yaml b/test/netdata/1.0.9/templates/deployment.yaml similarity index 97% rename from charts/netdata/1.0.8/templates/deployment.yaml rename to test/netdata/1.0.9/templates/deployment.yaml index aed5f5a367..f453fa05ad 100644 --- a/charts/netdata/1.0.8/templates/deployment.yaml +++ b/test/netdata/1.0.9/templates/deployment.yaml @@ -28,7 +28,7 @@ spec: - name: {{ .Chart.Name }} image: "{{ .Values.image.repository }}:{{ tpl .Values.image.tag . }}" imagePullPolicy: {{ .Values.image.pullPolicy }} - {{ include "common.resources.limitaion" . | nindent 10 }} + {{ include "common.resources.limitation" . | nindent 10 }} env: {{ $envList := (default list .Values.environmentVariables) }} {{ include "common.containers.environmentVariables" (dict "environmentVariables" $envList) | nindent 12 }} diff --git a/test/netdata/1.0.8/templates/pre-install-job.yaml b/test/netdata/1.0.9/templates/pre-install-job.yaml similarity index 100% rename from test/netdata/1.0.8/templates/pre-install-job.yaml rename to test/netdata/1.0.9/templates/pre-install-job.yaml diff --git a/test/netdata/1.0.8/templates/service.yaml b/test/netdata/1.0.9/templates/service.yaml similarity index 100% rename from test/netdata/1.0.8/templates/service.yaml rename to test/netdata/1.0.9/templates/service.yaml diff --git a/test/netdata/1.0.8/templates/serviceaccount.yaml b/test/netdata/1.0.9/templates/serviceaccount.yaml similarity index 100% rename from test/netdata/1.0.8/templates/serviceaccount.yaml rename to test/netdata/1.0.9/templates/serviceaccount.yaml diff --git a/test/netdata/1.0.8/templates/tests/deployment-check.yaml b/test/netdata/1.0.9/templates/tests/deployment-check.yaml similarity index 100% rename from test/netdata/1.0.8/templates/tests/deployment-check.yaml rename to test/netdata/1.0.9/templates/tests/deployment-check.yaml diff --git a/test/netdata/1.0.8/test_values.yaml b/test/netdata/1.0.9/test_values.yaml similarity index 100% rename from test/netdata/1.0.8/test_values.yaml rename to test/netdata/1.0.9/test_values.yaml diff --git a/test/nextcloud/1.6.6/Chart.lock b/test/nextcloud/1.6.6/Chart.lock deleted file mode 100644 index 2fff9bc91e..0000000000 --- a/test/nextcloud/1.6.6/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: file://../../../library/common/2206.0.0 - version: 2206.0.0 -digest: sha256:b5cc6b211cae3adaa3ab8bd5eca73e34c178b11b3daad489e27e0f72190bb115 -generated: "2022-06-28T00:19:50.949598386+05:00" diff --git a/test/nextcloud/1.6.6/charts/common-2206.0.0.tgz b/test/nextcloud/1.6.6/charts/common-2206.0.0.tgz deleted file mode 100644 index f3b5eb0c31..0000000000 Binary files a/test/nextcloud/1.6.6/charts/common-2206.0.0.tgz and /dev/null differ diff --git a/test/nextcloud/1.6.6/.helmignore b/test/nextcloud/1.6.7/.helmignore similarity index 100% rename from test/nextcloud/1.6.6/.helmignore rename to test/nextcloud/1.6.7/.helmignore diff --git a/test/nextcloud/1.6.7/Chart.lock b/test/nextcloud/1.6.7/Chart.lock new file mode 100644 index 0000000000..265acc741b --- /dev/null +++ b/test/nextcloud/1.6.7/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: file://../../../library/common/2207.0.0 + version: 2207.0.0 +digest: sha256:f17f3d458ca0210a52e39da0dce35034e900b36f2040d4b19bed46a7aae91506 +generated: "2022-07-28T22:31:02.992776385+05:00" diff --git a/test/nextcloud/1.6.6/Chart.yaml b/test/nextcloud/1.6.7/Chart.yaml similarity index 84% rename from test/nextcloud/1.6.6/Chart.yaml rename to test/nextcloud/1.6.7/Chart.yaml index 53a901f0a5..9e2ed3f6bb 100644 --- a/test/nextcloud/1.6.6/Chart.yaml +++ b/test/nextcloud/1.6.7/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 appVersion: 24.0.3 dependencies: - name: common - repository: file://../../../library/common/2206.0.0 - version: 2206.0.0 + repository: file://../../../library/common/2207.0.0 + version: 2207.0.0 description: A file sharing server that puts the control and security of your own data back into your hands. home: https://nextcloud.com/ @@ -19,4 +19,4 @@ sources: - https://github.com/nextcloud/docker - https://github.com/nextcloud/helm upstream_version: 2.3.2 -version: 1.6.6 +version: 1.6.7 diff --git a/test/nextcloud/1.6.6/README.md b/test/nextcloud/1.6.7/README.md similarity index 100% rename from test/nextcloud/1.6.6/README.md rename to test/nextcloud/1.6.7/README.md diff --git a/test/nextcloud/1.6.6/app-readme.md b/test/nextcloud/1.6.7/app-readme.md similarity index 100% rename from test/nextcloud/1.6.6/app-readme.md rename to test/nextcloud/1.6.7/app-readme.md diff --git a/test/nextcloud/1.6.7/charts/common-2207.0.0.tgz b/test/nextcloud/1.6.7/charts/common-2207.0.0.tgz new file mode 100644 index 0000000000..2adf94b438 Binary files /dev/null and b/test/nextcloud/1.6.7/charts/common-2207.0.0.tgz differ diff --git a/test/nextcloud/1.6.6/ix_values.yaml b/test/nextcloud/1.6.7/ix_values.yaml similarity index 100% rename from test/nextcloud/1.6.6/ix_values.yaml rename to test/nextcloud/1.6.7/ix_values.yaml diff --git a/test/nextcloud/1.6.6/migrations/migrate_from_1.1.0 b/test/nextcloud/1.6.7/migrations/migrate_from_1.1.0 similarity index 100% rename from test/nextcloud/1.6.6/migrations/migrate_from_1.1.0 rename to test/nextcloud/1.6.7/migrations/migrate_from_1.1.0 diff --git a/test/nextcloud/1.6.6/questions.yaml b/test/nextcloud/1.6.7/questions.yaml similarity index 100% rename from test/nextcloud/1.6.6/questions.yaml rename to test/nextcloud/1.6.7/questions.yaml diff --git a/test/nextcloud/1.6.6/requirements.lock b/test/nextcloud/1.6.7/requirements.lock similarity index 67% rename from test/nextcloud/1.6.6/requirements.lock rename to test/nextcloud/1.6.7/requirements.lock index dabf2b287f..3ead4ef6e6 100644 --- a/test/nextcloud/1.6.6/requirements.lock +++ b/test/nextcloud/1.6.7/requirements.lock @@ -1,6 +1,6 @@ dependencies: - name: common - repository: file://../../../library/common/2206.0.0 - version: 2206.0.0 + repository: file://../../../library/common/2207.0.0 + version: 2207.0.0 digest: sha256:11522ab36487826700d7ad0f86f713a4bb5d35248014bcef690fe94acbc09ef6 generated: "2021-05-10T13:07:35.423192+05:00" diff --git a/test/nextcloud/1.6.6/templates/NOTES.txt b/test/nextcloud/1.6.7/templates/NOTES.txt similarity index 100% rename from test/nextcloud/1.6.6/templates/NOTES.txt rename to test/nextcloud/1.6.7/templates/NOTES.txt diff --git a/test/nextcloud/1.6.6/templates/_nginx.tpl b/test/nextcloud/1.6.7/templates/_nginx.tpl similarity index 100% rename from test/nextcloud/1.6.6/templates/_nginx.tpl rename to test/nextcloud/1.6.7/templates/_nginx.tpl diff --git a/test/nextcloud/1.6.6/templates/_postgres.tpl b/test/nextcloud/1.6.7/templates/_postgres.tpl similarity index 100% rename from test/nextcloud/1.6.6/templates/_postgres.tpl rename to test/nextcloud/1.6.7/templates/_postgres.tpl diff --git a/test/nextcloud/1.6.6/templates/backup-postgres-config.yaml b/test/nextcloud/1.6.7/templates/backup-postgres-config.yaml similarity index 100% rename from test/nextcloud/1.6.6/templates/backup-postgres-config.yaml rename to test/nextcloud/1.6.7/templates/backup-postgres-config.yaml diff --git a/test/nextcloud/1.6.6/templates/backup-postgres-hook.yaml b/test/nextcloud/1.6.7/templates/backup-postgres-hook.yaml similarity index 100% rename from test/nextcloud/1.6.6/templates/backup-postgres-hook.yaml rename to test/nextcloud/1.6.7/templates/backup-postgres-hook.yaml diff --git a/test/nextcloud/1.6.6/templates/cronjob.yaml b/test/nextcloud/1.6.7/templates/cronjob.yaml similarity index 100% rename from test/nextcloud/1.6.6/templates/cronjob.yaml rename to test/nextcloud/1.6.7/templates/cronjob.yaml diff --git a/charts/nextcloud/1.6.6/templates/deployment.yaml b/test/nextcloud/1.6.7/templates/deployment.yaml similarity index 98% rename from charts/nextcloud/1.6.6/templates/deployment.yaml rename to test/nextcloud/1.6.7/templates/deployment.yaml index f89ebe180b..d2bc2e02b2 100644 --- a/charts/nextcloud/1.6.6/templates/deployment.yaml +++ b/test/nextcloud/1.6.7/templates/deployment.yaml @@ -28,7 +28,7 @@ spec: {{ include "common.deployment.common_spec" . | nindent 2 }} protocol: TCP {{ end }} - name: {{ .Chart.Name }} - {{ include "common.resources.limitaion" . | nindent 8 }} + {{ include "common.resources.limitation" . | nindent 8 }} {{ include "common.containers.imageConfig" .Values.image | nindent 8 }} env: {{ include "postgres.envVariableConfiguration" $postgres_values | nindent 10 }} {{ $envList := list }} diff --git a/test/nextcloud/1.6.6/templates/nginx-configmap.yaml b/test/nextcloud/1.6.7/templates/nginx-configmap.yaml similarity index 100% rename from test/nextcloud/1.6.6/templates/nginx-configmap.yaml rename to test/nextcloud/1.6.7/templates/nginx-configmap.yaml diff --git a/test/nextcloud/1.6.6/templates/nginx-secret.yaml b/test/nextcloud/1.6.7/templates/nginx-secret.yaml similarity index 100% rename from test/nextcloud/1.6.6/templates/nginx-secret.yaml rename to test/nextcloud/1.6.7/templates/nginx-secret.yaml diff --git a/test/nextcloud/1.6.6/templates/nuke-deployments-hook.yaml b/test/nextcloud/1.6.7/templates/nuke-deployments-hook.yaml similarity index 100% rename from test/nextcloud/1.6.6/templates/nuke-deployments-hook.yaml rename to test/nextcloud/1.6.7/templates/nuke-deployments-hook.yaml diff --git a/test/nextcloud/1.6.6/templates/postgres-deployment.yaml b/test/nextcloud/1.6.7/templates/postgres-deployment.yaml similarity index 100% rename from test/nextcloud/1.6.6/templates/postgres-deployment.yaml rename to test/nextcloud/1.6.7/templates/postgres-deployment.yaml diff --git a/test/nextcloud/1.6.6/templates/postgres-secret.yaml b/test/nextcloud/1.6.7/templates/postgres-secret.yaml similarity index 100% rename from test/nextcloud/1.6.6/templates/postgres-secret.yaml rename to test/nextcloud/1.6.7/templates/postgres-secret.yaml diff --git a/test/nextcloud/1.6.6/templates/postgres-service.yaml b/test/nextcloud/1.6.7/templates/postgres-service.yaml similarity index 100% rename from test/nextcloud/1.6.6/templates/postgres-service.yaml rename to test/nextcloud/1.6.7/templates/postgres-service.yaml diff --git a/test/nextcloud/1.6.6/templates/secrets.yaml b/test/nextcloud/1.6.7/templates/secrets.yaml similarity index 100% rename from test/nextcloud/1.6.6/templates/secrets.yaml rename to test/nextcloud/1.6.7/templates/secrets.yaml diff --git a/test/nextcloud/1.6.6/templates/service.yaml b/test/nextcloud/1.6.7/templates/service.yaml similarity index 100% rename from test/nextcloud/1.6.6/templates/service.yaml rename to test/nextcloud/1.6.7/templates/service.yaml diff --git a/test/nextcloud/1.6.6/templates/serviceaccount.yaml b/test/nextcloud/1.6.7/templates/serviceaccount.yaml similarity index 100% rename from test/nextcloud/1.6.6/templates/serviceaccount.yaml rename to test/nextcloud/1.6.7/templates/serviceaccount.yaml diff --git a/test/nextcloud/1.6.6/templates/tests/deployment-check.yaml b/test/nextcloud/1.6.7/templates/tests/deployment-check.yaml similarity index 100% rename from test/nextcloud/1.6.6/templates/tests/deployment-check.yaml rename to test/nextcloud/1.6.7/templates/tests/deployment-check.yaml diff --git a/test/nextcloud/1.6.6/test_values.yaml b/test/nextcloud/1.6.7/test_values.yaml similarity index 100% rename from test/nextcloud/1.6.6/test_values.yaml rename to test/nextcloud/1.6.7/test_values.yaml diff --git a/test/photoprism/1.0.4/Chart.lock b/test/photoprism/1.0.4/Chart.lock deleted file mode 100644 index 2b4d22651e..0000000000 --- a/test/photoprism/1.0.4/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: file://../../../library/common/2206.0.0 - version: 2206.0.0 -digest: sha256:b5cc6b211cae3adaa3ab8bd5eca73e34c178b11b3daad489e27e0f72190bb115 -generated: "2022-06-28T00:19:51.245474471+05:00" diff --git a/test/photoprism/1.0.4/charts/common-2206.0.0.tgz b/test/photoprism/1.0.4/charts/common-2206.0.0.tgz deleted file mode 100644 index f3b5eb0c31..0000000000 Binary files a/test/photoprism/1.0.4/charts/common-2206.0.0.tgz and /dev/null differ diff --git a/test/photoprism/1.0.5/Chart.lock b/test/photoprism/1.0.5/Chart.lock new file mode 100644 index 0000000000..7b54f57ea6 --- /dev/null +++ b/test/photoprism/1.0.5/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: file://../../../library/common/2207.0.0 + version: 2207.0.0 +digest: sha256:f17f3d458ca0210a52e39da0dce35034e900b36f2040d4b19bed46a7aae91506 +generated: "2022-07-25T00:20:47.96354528+05:00" diff --git a/test/photoprism/1.0.4/Chart.yaml b/test/photoprism/1.0.5/Chart.yaml similarity index 75% rename from test/photoprism/1.0.4/Chart.yaml rename to test/photoprism/1.0.5/Chart.yaml index a2d6c6985e..4802bcd575 100644 --- a/test/photoprism/1.0.4/Chart.yaml +++ b/test/photoprism/1.0.5/Chart.yaml @@ -3,11 +3,11 @@ appVersion: "20220121" icon: https://photoprism.app/static/icons/logo.svg description: AI-powered app for browsing, organizing & sharing your photo collection. name: photoprism -version: 1.0.4 +version: 1.0.5 dependencies: - name: common - repository: file://../../../library/common/2206.0.0 - version: 2206.0.0 + repository: file://../../../library/common/2207.0.0 + version: 2207.0.0 home: https://photoprism.app/ keywords: - media diff --git a/test/photoprism/1.0.4/README.md b/test/photoprism/1.0.5/README.md similarity index 100% rename from test/photoprism/1.0.4/README.md rename to test/photoprism/1.0.5/README.md diff --git a/test/photoprism/1.0.4/app-readme.md b/test/photoprism/1.0.5/app-readme.md similarity index 100% rename from test/photoprism/1.0.4/app-readme.md rename to test/photoprism/1.0.5/app-readme.md diff --git a/test/photoprism/1.0.5/charts/common-2207.0.0.tgz b/test/photoprism/1.0.5/charts/common-2207.0.0.tgz new file mode 100644 index 0000000000..2adf94b438 Binary files /dev/null and b/test/photoprism/1.0.5/charts/common-2207.0.0.tgz differ diff --git a/test/photoprism/1.0.4/ix_values.yaml b/test/photoprism/1.0.5/ix_values.yaml similarity index 100% rename from test/photoprism/1.0.4/ix_values.yaml rename to test/photoprism/1.0.5/ix_values.yaml diff --git a/test/photoprism/1.0.4/questions.yaml b/test/photoprism/1.0.5/questions.yaml similarity index 100% rename from test/photoprism/1.0.4/questions.yaml rename to test/photoprism/1.0.5/questions.yaml diff --git a/test/photoprism/1.0.4/templates/deployment.yaml b/test/photoprism/1.0.5/templates/deployment.yaml similarity index 97% rename from test/photoprism/1.0.4/templates/deployment.yaml rename to test/photoprism/1.0.5/templates/deployment.yaml index b06f324420..c59277be0a 100644 --- a/test/photoprism/1.0.4/templates/deployment.yaml +++ b/test/photoprism/1.0.5/templates/deployment.yaml @@ -30,7 +30,7 @@ spec: hostNetwork: false containers: - name: {{ .Chart.Name }} - {{ include "common.resources.limitaion" . | nindent 10 }} + {{ include "common.resources.limitation" . | nindent 10 }} {{ include "common.containers.imageConfig" .Values.image | nindent 10 }} volumeMounts: {{ include "common.storage.configureAppVolumeMountsInContainer" .Values | nindent 12 }} {{ range $index, $hostPathConfiguration := .Values.extraAppVolumeMounts }} diff --git a/test/photoprism/1.0.4/templates/pre-install-job.yaml b/test/photoprism/1.0.5/templates/pre-install-job.yaml similarity index 100% rename from test/photoprism/1.0.4/templates/pre-install-job.yaml rename to test/photoprism/1.0.5/templates/pre-install-job.yaml diff --git a/test/photoprism/1.0.4/templates/secret.yaml b/test/photoprism/1.0.5/templates/secret.yaml similarity index 100% rename from test/photoprism/1.0.4/templates/secret.yaml rename to test/photoprism/1.0.5/templates/secret.yaml diff --git a/test/photoprism/1.0.4/templates/service.yaml b/test/photoprism/1.0.5/templates/service.yaml similarity index 100% rename from test/photoprism/1.0.4/templates/service.yaml rename to test/photoprism/1.0.5/templates/service.yaml diff --git a/test/photoprism/1.0.4/templates/tests/deployment-check.yaml b/test/photoprism/1.0.5/templates/tests/deployment-check.yaml similarity index 100% rename from test/photoprism/1.0.4/templates/tests/deployment-check.yaml rename to test/photoprism/1.0.5/templates/tests/deployment-check.yaml diff --git a/test/photoprism/1.0.4/test_values.yaml b/test/photoprism/1.0.5/test_values.yaml similarity index 100% rename from test/photoprism/1.0.4/test_values.yaml rename to test/photoprism/1.0.5/test_values.yaml diff --git a/test/pihole/1.0.4/Chart.lock b/test/pihole/1.0.4/Chart.lock deleted file mode 100644 index c9228c9abc..0000000000 --- a/test/pihole/1.0.4/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: file://../../../library/common/2206.0.0 - version: 2206.0.0 -digest: sha256:b5cc6b211cae3adaa3ab8bd5eca73e34c178b11b3daad489e27e0f72190bb115 -generated: "2022-06-28T00:19:51.387055978+05:00" diff --git a/test/pihole/1.0.4/charts/common-2206.0.0.tgz b/test/pihole/1.0.4/charts/common-2206.0.0.tgz deleted file mode 100644 index f3b5eb0c31..0000000000 Binary files a/test/pihole/1.0.4/charts/common-2206.0.0.tgz and /dev/null differ diff --git a/test/pihole/1.0.5/Chart.lock b/test/pihole/1.0.5/Chart.lock new file mode 100644 index 0000000000..9d78dd0ba2 --- /dev/null +++ b/test/pihole/1.0.5/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: file://../../../library/common/2207.0.0 + version: 2207.0.0 +digest: sha256:f17f3d458ca0210a52e39da0dce35034e900b36f2040d4b19bed46a7aae91506 +generated: "2022-07-25T00:20:48.289564886+05:00" diff --git a/test/pihole/1.0.4/Chart.yaml b/test/pihole/1.0.5/Chart.yaml similarity index 73% rename from test/pihole/1.0.4/Chart.yaml rename to test/pihole/1.0.5/Chart.yaml index 4493c3e86e..bcde973ca7 100644 --- a/test/pihole/1.0.4/Chart.yaml +++ b/test/pihole/1.0.5/Chart.yaml @@ -3,11 +3,11 @@ appVersion: 2022.04.3 icon: https://truecharts.org/_static/img/appicons/pihole.png description: DNS and Ad-filtering for your network. name: pihole -version: 1.0.4 +version: 1.0.5 dependencies: - name: common - repository: file://../../../library/common/2206.0.0 - version: 2206.0.0 + repository: file://../../../library/common/2207.0.0 + version: 2207.0.0 home: https://pi-hole.net/ keywords: - networking diff --git a/test/pihole/1.0.4/README.md b/test/pihole/1.0.5/README.md similarity index 100% rename from test/pihole/1.0.4/README.md rename to test/pihole/1.0.5/README.md diff --git a/test/pihole/1.0.4/app-readme.md b/test/pihole/1.0.5/app-readme.md similarity index 100% rename from test/pihole/1.0.4/app-readme.md rename to test/pihole/1.0.5/app-readme.md diff --git a/test/pihole/1.0.5/charts/common-2207.0.0.tgz b/test/pihole/1.0.5/charts/common-2207.0.0.tgz new file mode 100644 index 0000000000..2adf94b438 Binary files /dev/null and b/test/pihole/1.0.5/charts/common-2207.0.0.tgz differ diff --git a/test/pihole/1.0.4/ix_values.yaml b/test/pihole/1.0.5/ix_values.yaml similarity index 100% rename from test/pihole/1.0.4/ix_values.yaml rename to test/pihole/1.0.5/ix_values.yaml diff --git a/test/pihole/1.0.4/questions.yaml b/test/pihole/1.0.5/questions.yaml similarity index 100% rename from test/pihole/1.0.4/questions.yaml rename to test/pihole/1.0.5/questions.yaml diff --git a/charts/pihole/1.0.4/templates/deployment.yaml b/test/pihole/1.0.5/templates/deployment.yaml similarity index 97% rename from charts/pihole/1.0.4/templates/deployment.yaml rename to test/pihole/1.0.5/templates/deployment.yaml index fb737c0326..eb404f4835 100644 --- a/charts/pihole/1.0.4/templates/deployment.yaml +++ b/test/pihole/1.0.5/templates/deployment.yaml @@ -30,7 +30,7 @@ spec: hostNetwork: {{ .Values.hostNetwork }} containers: - name: {{ .Chart.Name }} - {{ include "common.resources.limitaion" . | nindent 10 }} + {{ include "common.resources.limitation" . | nindent 10 }} {{ include "common.containers.imageConfig" .Values.image | nindent 10 }} volumeMounts: {{ include "common.storage.configureAppVolumeMountsInContainer" .Values | nindent 12 }} {{ range $index, $hostPathConfiguration := .Values.extraAppVolumeMounts }} diff --git a/test/pihole/1.0.4/templates/pre-install-job.yaml b/test/pihole/1.0.5/templates/pre-install-job.yaml similarity index 100% rename from test/pihole/1.0.4/templates/pre-install-job.yaml rename to test/pihole/1.0.5/templates/pre-install-job.yaml diff --git a/test/pihole/1.0.4/templates/secret.yaml b/test/pihole/1.0.5/templates/secret.yaml similarity index 100% rename from test/pihole/1.0.4/templates/secret.yaml rename to test/pihole/1.0.5/templates/secret.yaml diff --git a/test/pihole/1.0.4/templates/service.yaml b/test/pihole/1.0.5/templates/service.yaml similarity index 100% rename from test/pihole/1.0.4/templates/service.yaml rename to test/pihole/1.0.5/templates/service.yaml diff --git a/test/pihole/1.0.4/templates/tests/deployment-check.yaml b/test/pihole/1.0.5/templates/tests/deployment-check.yaml similarity index 100% rename from test/pihole/1.0.4/templates/tests/deployment-check.yaml rename to test/pihole/1.0.5/templates/tests/deployment-check.yaml diff --git a/test/pihole/1.0.4/test_values.yaml b/test/pihole/1.0.5/test_values.yaml similarity index 100% rename from test/pihole/1.0.4/test_values.yaml rename to test/pihole/1.0.5/test_values.yaml diff --git a/test/plex/1.7.14/Chart.lock b/test/plex/1.7.14/Chart.lock deleted file mode 100644 index 9360a2a646..0000000000 --- a/test/plex/1.7.14/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: file://../../../library/common/2206.0.0 - version: 2206.0.0 -digest: sha256:b5cc6b211cae3adaa3ab8bd5eca73e34c178b11b3daad489e27e0f72190bb115 -generated: "2022-06-28T00:19:50.989496155+05:00" diff --git a/test/plex/1.7.14/charts/common-2206.0.0.tgz b/test/plex/1.7.14/charts/common-2206.0.0.tgz deleted file mode 100644 index f3b5eb0c31..0000000000 Binary files a/test/plex/1.7.14/charts/common-2206.0.0.tgz and /dev/null differ diff --git a/test/plex/1.7.14/.helmignore b/test/plex/1.7.15/.helmignore similarity index 100% rename from test/plex/1.7.14/.helmignore rename to test/plex/1.7.15/.helmignore diff --git a/test/plex/1.7.15/Chart.lock b/test/plex/1.7.15/Chart.lock new file mode 100644 index 0000000000..ed178dfc29 --- /dev/null +++ b/test/plex/1.7.15/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: file://../../../library/common/2207.0.0 + version: 2207.0.0 +digest: sha256:f17f3d458ca0210a52e39da0dce35034e900b36f2040d4b19bed46a7aae91506 +generated: "2022-07-25T00:20:48.105219554+05:00" diff --git a/test/plex/1.7.14/Chart.yaml b/test/plex/1.7.15/Chart.yaml similarity index 80% rename from test/plex/1.7.14/Chart.yaml rename to test/plex/1.7.15/Chart.yaml index 52a2369f6d..dd3bbd5f23 100644 --- a/test/plex/1.7.14/Chart.yaml +++ b/test/plex/1.7.15/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 appVersion: 1.27.2.5929 dependencies: - name: common - repository: file://../../../library/common/2206.0.0 - version: 2206.0.0 + repository: file://../../../library/common/2207.0.0 + version: 2207.0.0 description: Plex Media Server home: https://plex.tv/ icon: https://www.plex.tv/wp-content/uploads/2018/01/pmp-icon-1.png @@ -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.14 +version: 1.7.15 diff --git a/test/plex/1.7.14/README.md b/test/plex/1.7.15/README.md similarity index 100% rename from test/plex/1.7.14/README.md rename to test/plex/1.7.15/README.md diff --git a/test/plex/1.7.14/app-readme.md b/test/plex/1.7.15/app-readme.md similarity index 100% rename from test/plex/1.7.14/app-readme.md rename to test/plex/1.7.15/app-readme.md diff --git a/test/plex/1.7.15/charts/common-2207.0.0.tgz b/test/plex/1.7.15/charts/common-2207.0.0.tgz new file mode 100644 index 0000000000..2adf94b438 Binary files /dev/null and b/test/plex/1.7.15/charts/common-2207.0.0.tgz differ diff --git a/test/plex/1.7.14/default_values.yaml b/test/plex/1.7.15/default_values.yaml similarity index 100% rename from test/plex/1.7.14/default_values.yaml rename to test/plex/1.7.15/default_values.yaml diff --git a/test/plex/1.7.14/ix_values.yaml b/test/plex/1.7.15/ix_values.yaml similarity index 100% rename from test/plex/1.7.14/ix_values.yaml rename to test/plex/1.7.15/ix_values.yaml diff --git a/test/plex/1.7.14/migrations/migrate_from_1.0.0 b/test/plex/1.7.15/migrations/migrate_from_1.0.0 similarity index 100% rename from test/plex/1.7.14/migrations/migrate_from_1.0.0 rename to test/plex/1.7.15/migrations/migrate_from_1.0.0 diff --git a/test/plex/1.7.14/questions.yaml b/test/plex/1.7.15/questions.yaml similarity index 100% rename from test/plex/1.7.14/questions.yaml rename to test/plex/1.7.15/questions.yaml diff --git a/test/plex/1.7.14/templates/NOTES.txt b/test/plex/1.7.15/templates/NOTES.txt similarity index 100% rename from test/plex/1.7.14/templates/NOTES.txt rename to test/plex/1.7.15/templates/NOTES.txt diff --git a/charts/plex/1.7.14/templates/deployment.yaml b/test/plex/1.7.15/templates/deployment.yaml similarity index 96% rename from charts/plex/1.7.14/templates/deployment.yaml rename to test/plex/1.7.15/templates/deployment.yaml index 78b6a631c8..0dce64e7c9 100644 --- a/charts/plex/1.7.14/templates/deployment.yaml +++ b/test/plex/1.7.15/templates/deployment.yaml @@ -10,13 +10,12 @@ spec: {{ include "common.deployment.common_spec" . | nindent 2 }} hostname: {{ template "common.names.fullname" . }} containers: - name: {{ .Chart.Name }} - {{ include "common.resources.limitaion" . | nindent 10 }} + {{ include "common.resources.limitation" . | nindent 10 }} {{ if .Values.enablePlexPass }} {{ include "common.containers.imageConfig" .Values.plexpassImage | nindent 10 }} {{ else }} {{ include "common.containers.imageConfig" .Values.image | nindent 10 }} {{ end }} - {{ include "common.containers.gpuConfiguration" .Values | nindent 10 }} volumeMounts: {{ include "common.storage.configureAppVolumeMountsInContainer" .Values | nindent 12 }} - name: plex-probe-check mountPath: /bin/plex_probe_check.sh diff --git a/test/plex/1.7.14/templates/probe_config.yaml b/test/plex/1.7.15/templates/probe_config.yaml similarity index 100% rename from test/plex/1.7.14/templates/probe_config.yaml rename to test/plex/1.7.15/templates/probe_config.yaml diff --git a/test/plex/1.7.14/templates/service-tcp.yaml b/test/plex/1.7.15/templates/service-tcp.yaml similarity index 100% rename from test/plex/1.7.14/templates/service-tcp.yaml rename to test/plex/1.7.15/templates/service-tcp.yaml diff --git a/test/plex/1.7.14/templates/service-udp.yaml b/test/plex/1.7.15/templates/service-udp.yaml similarity index 100% rename from test/plex/1.7.14/templates/service-udp.yaml rename to test/plex/1.7.15/templates/service-udp.yaml diff --git a/test/plex/1.7.14/templates/tests/deployment-check.yaml b/test/plex/1.7.15/templates/tests/deployment-check.yaml similarity index 100% rename from test/plex/1.7.14/templates/tests/deployment-check.yaml rename to test/plex/1.7.15/templates/tests/deployment-check.yaml diff --git a/test/plex/1.7.14/test_values.yaml b/test/plex/1.7.15/test_values.yaml similarity index 100% rename from test/plex/1.7.14/test_values.yaml rename to test/plex/1.7.15/test_values.yaml diff --git a/test/qbittorent/1.0.5/Chart.lock b/test/qbittorent/1.0.5/Chart.lock deleted file mode 100644 index 811ac5dea2..0000000000 --- a/test/qbittorent/1.0.5/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: file://../../../library/common/2206.0.0 - version: 2206.0.0 -digest: sha256:b5cc6b211cae3adaa3ab8bd5eca73e34c178b11b3daad489e27e0f72190bb115 -generated: "2022-06-28T00:19:51.304590324+05:00" diff --git a/test/qbittorent/1.0.5/charts/common-2206.0.0.tgz b/test/qbittorent/1.0.5/charts/common-2206.0.0.tgz deleted file mode 100644 index f3b5eb0c31..0000000000 Binary files a/test/qbittorent/1.0.5/charts/common-2206.0.0.tgz and /dev/null differ diff --git a/test/qbittorent/1.0.6/Chart.lock b/test/qbittorent/1.0.6/Chart.lock new file mode 100644 index 0000000000..8790eff19e --- /dev/null +++ b/test/qbittorent/1.0.6/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: file://../../../library/common/2207.0.0 + version: 2207.0.0 +digest: sha256:f17f3d458ca0210a52e39da0dce35034e900b36f2040d4b19bed46a7aae91506 +generated: "2022-07-25T00:20:48.056303531+05:00" diff --git a/charts/qbittorent/1.0.5/Chart.yaml b/test/qbittorent/1.0.6/Chart.yaml similarity index 74% rename from charts/qbittorent/1.0.5/Chart.yaml rename to test/qbittorent/1.0.6/Chart.yaml index 7c6c310fbd..5f1adcef2a 100644 --- a/charts/qbittorent/1.0.5/Chart.yaml +++ b/test/qbittorent/1.0.6/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 appVersion: 4.4.3 dependencies: - name: common - repository: file://../../../library/common/2206.0.0 - version: 2206.0.0 + repository: file://../../../library/common/2207.0.0 + version: 2207.0.0 description: Download data from qbittorent. home: https://www.qbittorrent.org/ icon: https://truecharts.org/_static/img/appicons/qbittorrent.png @@ -11,4 +11,4 @@ keywords: - storage - torrent name: qbittorent -version: 1.0.5 +version: 1.0.6 diff --git a/test/qbittorent/1.0.5/README.md b/test/qbittorent/1.0.6/README.md similarity index 100% rename from test/qbittorent/1.0.5/README.md rename to test/qbittorent/1.0.6/README.md diff --git a/test/qbittorent/1.0.5/app-readme.md b/test/qbittorent/1.0.6/app-readme.md similarity index 100% rename from test/qbittorent/1.0.5/app-readme.md rename to test/qbittorent/1.0.6/app-readme.md diff --git a/test/qbittorent/1.0.6/charts/common-2207.0.0.tgz b/test/qbittorent/1.0.6/charts/common-2207.0.0.tgz new file mode 100644 index 0000000000..2adf94b438 Binary files /dev/null and b/test/qbittorent/1.0.6/charts/common-2207.0.0.tgz differ diff --git a/test/qbittorent/1.0.5/ix_values.yaml b/test/qbittorent/1.0.6/ix_values.yaml similarity index 100% rename from test/qbittorent/1.0.5/ix_values.yaml rename to test/qbittorent/1.0.6/ix_values.yaml diff --git a/test/qbittorent/1.0.5/questions.yaml b/test/qbittorent/1.0.6/questions.yaml similarity index 100% rename from test/qbittorent/1.0.5/questions.yaml rename to test/qbittorent/1.0.6/questions.yaml diff --git a/test/qbittorent/1.0.5/templates/deployment.yaml b/test/qbittorent/1.0.6/templates/deployment.yaml similarity index 97% rename from test/qbittorent/1.0.5/templates/deployment.yaml rename to test/qbittorent/1.0.6/templates/deployment.yaml index a13bf36dc9..a1cea8a6e2 100644 --- a/test/qbittorent/1.0.5/templates/deployment.yaml +++ b/test/qbittorent/1.0.6/templates/deployment.yaml @@ -30,7 +30,7 @@ spec: hostNetwork: false containers: - name: {{ .Chart.Name }} - {{ include "common.resources.limitaion" . | nindent 10 }} + {{ include "common.resources.limitation" . | nindent 10 }} {{ include "common.containers.imageConfig" .Values.image | nindent 10 }} volumeMounts: {{ include "common.storage.configureAppVolumeMountsInContainer" .Values | nindent 12 }} {{ range $index, $hostPathConfiguration := .Values.extraAppVolumeMounts }} diff --git a/test/qbittorent/1.0.5/templates/pre-install-job.yaml b/test/qbittorent/1.0.6/templates/pre-install-job.yaml similarity index 100% rename from test/qbittorent/1.0.5/templates/pre-install-job.yaml rename to test/qbittorent/1.0.6/templates/pre-install-job.yaml diff --git a/test/qbittorent/1.0.5/templates/service.yaml b/test/qbittorent/1.0.6/templates/service.yaml similarity index 100% rename from test/qbittorent/1.0.5/templates/service.yaml rename to test/qbittorent/1.0.6/templates/service.yaml diff --git a/test/qbittorent/1.0.5/templates/tests/deployment-check.yaml b/test/qbittorent/1.0.6/templates/tests/deployment-check.yaml similarity index 100% rename from test/qbittorent/1.0.5/templates/tests/deployment-check.yaml rename to test/qbittorent/1.0.6/templates/tests/deployment-check.yaml diff --git a/test/qbittorent/1.0.5/test_values.yaml b/test/qbittorent/1.0.6/test_values.yaml similarity index 100% rename from test/qbittorent/1.0.5/test_values.yaml rename to test/qbittorent/1.0.6/test_values.yaml diff --git a/test/syncthing/1.0.8/Chart.lock b/test/syncthing/1.0.8/Chart.lock deleted file mode 100644 index b7897a5d16..0000000000 --- a/test/syncthing/1.0.8/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: file://../../../library/common/2206.0.0 - version: 2206.0.0 -digest: sha256:b5cc6b211cae3adaa3ab8bd5eca73e34c178b11b3daad489e27e0f72190bb115 -generated: "2022-06-28T00:19:51.349055892+05:00" diff --git a/test/syncthing/1.0.8/charts/common-2206.0.0.tgz b/test/syncthing/1.0.8/charts/common-2206.0.0.tgz deleted file mode 100644 index f3b5eb0c31..0000000000 Binary files a/test/syncthing/1.0.8/charts/common-2206.0.0.tgz and /dev/null differ diff --git a/test/syncthing/1.0.9/Chart.lock b/test/syncthing/1.0.9/Chart.lock new file mode 100644 index 0000000000..34f351403c --- /dev/null +++ b/test/syncthing/1.0.9/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: file://../../../library/common/2207.0.0 + version: 2207.0.0 +digest: sha256:f17f3d458ca0210a52e39da0dce35034e900b36f2040d4b19bed46a7aae91506 +generated: "2022-07-25T00:20:48.009872898+05:00" diff --git a/test/syncthing/1.0.8/Chart.yaml b/test/syncthing/1.0.9/Chart.yaml similarity index 75% rename from test/syncthing/1.0.8/Chart.yaml rename to test/syncthing/1.0.9/Chart.yaml index ec01fc45c7..936df1b7f2 100644 --- a/test/syncthing/1.0.8/Chart.yaml +++ b/test/syncthing/1.0.9/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 appVersion: 1.20.3 dependencies: - name: common - repository: file://../../../library/common/2206.0.0 - version: 2206.0.0 + repository: file://../../../library/common/2207.0.0 + version: 2207.0.0 description: Syncthing is a continuous file synchronization program. home: https://syncthing.net/ icon: https://truecharts.org/_static/img/appicons/syncthing.png @@ -11,4 +11,4 @@ keywords: - storage - backup name: syncthing -version: 1.0.8 +version: 1.0.9 diff --git a/test/syncthing/1.0.8/README.md b/test/syncthing/1.0.9/README.md similarity index 100% rename from test/syncthing/1.0.8/README.md rename to test/syncthing/1.0.9/README.md diff --git a/test/syncthing/1.0.8/app-readme.md b/test/syncthing/1.0.9/app-readme.md similarity index 100% rename from test/syncthing/1.0.8/app-readme.md rename to test/syncthing/1.0.9/app-readme.md diff --git a/test/syncthing/1.0.9/charts/common-2207.0.0.tgz b/test/syncthing/1.0.9/charts/common-2207.0.0.tgz new file mode 100644 index 0000000000..2adf94b438 Binary files /dev/null and b/test/syncthing/1.0.9/charts/common-2207.0.0.tgz differ diff --git a/test/syncthing/1.0.8/ix_values.yaml b/test/syncthing/1.0.9/ix_values.yaml similarity index 100% rename from test/syncthing/1.0.8/ix_values.yaml rename to test/syncthing/1.0.9/ix_values.yaml diff --git a/test/syncthing/1.0.8/questions.yaml b/test/syncthing/1.0.9/questions.yaml similarity index 100% rename from test/syncthing/1.0.8/questions.yaml rename to test/syncthing/1.0.9/questions.yaml diff --git a/test/syncthing/1.0.8/templates/deployment.yaml b/test/syncthing/1.0.9/templates/deployment.yaml similarity index 97% rename from test/syncthing/1.0.8/templates/deployment.yaml rename to test/syncthing/1.0.9/templates/deployment.yaml index 63c8982488..6161992205 100644 --- a/test/syncthing/1.0.8/templates/deployment.yaml +++ b/test/syncthing/1.0.9/templates/deployment.yaml @@ -31,7 +31,7 @@ spec: hostname: {{ .Release.Name }} containers: - name: {{ .Chart.Name }} - {{ include "common.resources.limitaion" . | nindent 10 }} + {{ include "common.resources.limitation" . | nindent 10 }} {{ include "common.containers.imageConfig" .Values.image | nindent 10 }} volumeMounts: {{ include "common.storage.configureAppVolumeMountsInContainer" .Values | nindent 12 }} {{ range $index, $hostPathConfiguration := .Values.extraAppVolumeMounts }} diff --git a/test/syncthing/1.0.8/templates/pre-install-job.yaml b/test/syncthing/1.0.9/templates/pre-install-job.yaml similarity index 100% rename from test/syncthing/1.0.8/templates/pre-install-job.yaml rename to test/syncthing/1.0.9/templates/pre-install-job.yaml diff --git a/test/syncthing/1.0.8/templates/service.yaml b/test/syncthing/1.0.9/templates/service.yaml similarity index 100% rename from test/syncthing/1.0.8/templates/service.yaml rename to test/syncthing/1.0.9/templates/service.yaml diff --git a/test/syncthing/1.0.8/templates/tests/deployment-check.yaml b/test/syncthing/1.0.9/templates/tests/deployment-check.yaml similarity index 100% rename from test/syncthing/1.0.8/templates/tests/deployment-check.yaml rename to test/syncthing/1.0.9/templates/tests/deployment-check.yaml diff --git a/test/syncthing/1.0.8/test_values.yaml b/test/syncthing/1.0.9/test_values.yaml similarity index 100% rename from test/syncthing/1.0.8/test_values.yaml rename to test/syncthing/1.0.9/test_values.yaml