diff --git a/charts/netdata/1.0.35/.helmignore b/charts/netdata/1.0.36/.helmignore similarity index 100% rename from charts/netdata/1.0.35/.helmignore rename to charts/netdata/1.0.36/.helmignore diff --git a/charts/netdata/1.0.35/Chart.lock b/charts/netdata/1.0.36/Chart.lock similarity index 100% rename from charts/netdata/1.0.35/Chart.lock rename to charts/netdata/1.0.36/Chart.lock diff --git a/charts/netdata/1.0.35/Chart.yaml b/charts/netdata/1.0.36/Chart.yaml similarity index 94% rename from charts/netdata/1.0.35/Chart.yaml rename to charts/netdata/1.0.36/Chart.yaml index c7e3138e85..5f55fb2fec 100644 --- a/charts/netdata/1.0.35/Chart.yaml +++ b/charts/netdata/1.0.36/Chart.yaml @@ -3,9 +3,9 @@ description: Real-time performance monitoring, done right! annotations: title: Netdata type: application -version: 1.0.35 +version: 1.0.36 apiVersion: v2 -appVersion: v1.43.0 +appVersion: v1.43.1 kubeVersion: '>=1.16.0-0' maintainers: - name: truenas diff --git a/charts/netdata/1.0.35/README.md b/charts/netdata/1.0.36/README.md similarity index 100% rename from charts/netdata/1.0.35/README.md rename to charts/netdata/1.0.36/README.md diff --git a/charts/netdata/1.0.35/app-readme.md b/charts/netdata/1.0.36/app-readme.md similarity index 100% rename from charts/netdata/1.0.35/app-readme.md rename to charts/netdata/1.0.36/app-readme.md diff --git a/charts/netdata/1.0.35/charts/common-2304.0.1.tgz b/charts/netdata/1.0.36/charts/common-2304.0.1.tgz similarity index 100% rename from charts/netdata/1.0.35/charts/common-2304.0.1.tgz rename to charts/netdata/1.0.36/charts/common-2304.0.1.tgz diff --git a/charts/netdata/1.0.35/ci/test-values.yaml b/charts/netdata/1.0.36/ci/test-values.yaml similarity index 100% rename from charts/netdata/1.0.35/ci/test-values.yaml rename to charts/netdata/1.0.36/ci/test-values.yaml diff --git a/charts/netdata/1.0.35/ix_values.yaml b/charts/netdata/1.0.36/ix_values.yaml similarity index 86% rename from charts/netdata/1.0.35/ix_values.yaml rename to charts/netdata/1.0.36/ix_values.yaml index 98f6dfe25e..b205bbcaff 100644 --- a/charts/netdata/1.0.35/ix_values.yaml +++ b/charts/netdata/1.0.36/ix_values.yaml @@ -1,6 +1,6 @@ image: pullPolicy: IfNotPresent repository: netdata/netdata - tag: v1.43.0 + tag: v1.43.1 runAsGroup: 201 runAsUser: 201 diff --git a/charts/netdata/1.0.35/metadata.yaml b/charts/netdata/1.0.36/metadata.yaml similarity index 100% rename from charts/netdata/1.0.35/metadata.yaml rename to charts/netdata/1.0.36/metadata.yaml diff --git a/charts/netdata/1.0.35/questions.yaml b/charts/netdata/1.0.36/questions.yaml similarity index 100% rename from charts/netdata/1.0.35/questions.yaml rename to charts/netdata/1.0.36/questions.yaml diff --git a/charts/netdata/1.0.35/templates/_helpers.tpl b/charts/netdata/1.0.36/templates/_helpers.tpl similarity index 100% rename from charts/netdata/1.0.35/templates/_helpers.tpl rename to charts/netdata/1.0.36/templates/_helpers.tpl diff --git a/charts/netdata/1.0.35/templates/clusterrole.yaml b/charts/netdata/1.0.36/templates/clusterrole.yaml similarity index 100% rename from charts/netdata/1.0.35/templates/clusterrole.yaml rename to charts/netdata/1.0.36/templates/clusterrole.yaml diff --git a/charts/netdata/1.0.35/templates/clusterrolebinding.yaml b/charts/netdata/1.0.36/templates/clusterrolebinding.yaml similarity index 100% rename from charts/netdata/1.0.35/templates/clusterrolebinding.yaml rename to charts/netdata/1.0.36/templates/clusterrolebinding.yaml diff --git a/charts/netdata/1.0.35/templates/deployment.yaml b/charts/netdata/1.0.36/templates/deployment.yaml similarity index 100% rename from charts/netdata/1.0.35/templates/deployment.yaml rename to charts/netdata/1.0.36/templates/deployment.yaml diff --git a/charts/netdata/1.0.35/templates/pre-install-job.yaml b/charts/netdata/1.0.36/templates/pre-install-job.yaml similarity index 100% rename from charts/netdata/1.0.35/templates/pre-install-job.yaml rename to charts/netdata/1.0.36/templates/pre-install-job.yaml diff --git a/charts/netdata/1.0.35/templates/service.yaml b/charts/netdata/1.0.36/templates/service.yaml similarity index 100% rename from charts/netdata/1.0.35/templates/service.yaml rename to charts/netdata/1.0.36/templates/service.yaml diff --git a/charts/netdata/1.0.35/templates/serviceaccount.yaml b/charts/netdata/1.0.36/templates/serviceaccount.yaml similarity index 100% rename from charts/netdata/1.0.35/templates/serviceaccount.yaml rename to charts/netdata/1.0.36/templates/serviceaccount.yaml diff --git a/community/drawio/1.1.0/Chart.lock b/community/drawio/1.1.1/Chart.lock similarity index 100% rename from community/drawio/1.1.0/Chart.lock rename to community/drawio/1.1.1/Chart.lock diff --git a/community/drawio/1.1.0/Chart.yaml b/community/drawio/1.1.1/Chart.yaml similarity index 95% rename from community/drawio/1.1.0/Chart.yaml rename to community/drawio/1.1.1/Chart.yaml index 56da3e2d7e..0dfd4f54d4 100644 --- a/community/drawio/1.1.0/Chart.yaml +++ b/community/drawio/1.1.1/Chart.yaml @@ -3,9 +3,9 @@ description: Draw.io is a whiteboarding / diagramming software application. annotations: title: Draw.IO type: application -version: 1.1.0 +version: 1.1.1 apiVersion: v2 -appVersion: 22.0.7 +appVersion: 22.0.8 kubeVersion: '>=1.16.0-0' maintainers: - name: truenas diff --git a/community/drawio/1.1.0/README.md b/community/drawio/1.1.1/README.md similarity index 100% rename from community/drawio/1.1.0/README.md rename to community/drawio/1.1.1/README.md diff --git a/community/drawio/1.1.0/app-readme.md b/community/drawio/1.1.1/app-readme.md similarity index 100% rename from community/drawio/1.1.0/app-readme.md rename to community/drawio/1.1.1/app-readme.md diff --git a/community/drawio/1.1.0/charts/common-1.1.1.tgz b/community/drawio/1.1.1/charts/common-1.1.1.tgz similarity index 100% rename from community/drawio/1.1.0/charts/common-1.1.1.tgz rename to community/drawio/1.1.1/charts/common-1.1.1.tgz diff --git a/community/drawio/1.1.0/ci/basic-values.yaml b/community/drawio/1.1.1/ci/basic-values.yaml similarity index 100% rename from community/drawio/1.1.0/ci/basic-values.yaml rename to community/drawio/1.1.1/ci/basic-values.yaml diff --git a/community/drawio/1.1.0/ci/extra-values.yaml b/community/drawio/1.1.1/ci/extra-values.yaml similarity index 100% rename from community/drawio/1.1.0/ci/extra-values.yaml rename to community/drawio/1.1.1/ci/extra-values.yaml diff --git a/community/drawio/1.1.0/ci/hostNet-values.yaml b/community/drawio/1.1.1/ci/hostNet-values.yaml similarity index 100% rename from community/drawio/1.1.0/ci/hostNet-values.yaml rename to community/drawio/1.1.1/ci/hostNet-values.yaml diff --git a/community/drawio/1.1.0/ix_values.yaml b/community/drawio/1.1.1/ix_values.yaml similarity index 95% rename from community/drawio/1.1.0/ix_values.yaml rename to community/drawio/1.1.1/ix_values.yaml index 673bb06c57..28dd501977 100644 --- a/community/drawio/1.1.0/ix_values.yaml +++ b/community/drawio/1.1.1/ix_values.yaml @@ -1,7 +1,7 @@ image: repository: jgraph/drawio pullPolicy: IfNotPresent - tag: 22.0.7 + tag: 22.0.8 resources: limits: diff --git a/community/drawio/1.1.0/metadata.yaml b/community/drawio/1.1.1/metadata.yaml similarity index 100% rename from community/drawio/1.1.0/metadata.yaml rename to community/drawio/1.1.1/metadata.yaml diff --git a/community/drawio/1.1.0/questions.yaml b/community/drawio/1.1.1/questions.yaml similarity index 100% rename from community/drawio/1.1.0/questions.yaml rename to community/drawio/1.1.1/questions.yaml diff --git a/community/drawio/1.1.0/templates/NOTES.txt b/community/drawio/1.1.1/templates/NOTES.txt similarity index 100% rename from community/drawio/1.1.0/templates/NOTES.txt rename to community/drawio/1.1.1/templates/NOTES.txt diff --git a/community/drawio/1.1.0/templates/_drawio.tpl b/community/drawio/1.1.1/templates/_drawio.tpl similarity index 100% rename from community/drawio/1.1.0/templates/_drawio.tpl rename to community/drawio/1.1.1/templates/_drawio.tpl diff --git a/community/drawio/1.1.0/templates/_persistence.tpl b/community/drawio/1.1.1/templates/_persistence.tpl similarity index 100% rename from community/drawio/1.1.0/templates/_persistence.tpl rename to community/drawio/1.1.1/templates/_persistence.tpl diff --git a/community/drawio/1.1.0/templates/_portal.tpl b/community/drawio/1.1.1/templates/_portal.tpl similarity index 100% rename from community/drawio/1.1.0/templates/_portal.tpl rename to community/drawio/1.1.1/templates/_portal.tpl diff --git a/community/drawio/1.1.0/templates/_service.tpl b/community/drawio/1.1.1/templates/_service.tpl similarity index 100% rename from community/drawio/1.1.0/templates/_service.tpl rename to community/drawio/1.1.1/templates/_service.tpl diff --git a/community/drawio/1.1.0/templates/common.yaml b/community/drawio/1.1.1/templates/common.yaml similarity index 100% rename from community/drawio/1.1.0/templates/common.yaml rename to community/drawio/1.1.1/templates/common.yaml diff --git a/community/komga/1.1.0/Chart.lock b/community/komga/1.1.1/Chart.lock similarity index 100% rename from community/komga/1.1.0/Chart.lock rename to community/komga/1.1.1/Chart.lock diff --git a/community/komga/1.1.0/Chart.yaml b/community/komga/1.1.1/Chart.yaml similarity index 95% rename from community/komga/1.1.0/Chart.yaml rename to community/komga/1.1.1/Chart.yaml index a14b3b907c..10a5b0f5b9 100644 --- a/community/komga/1.1.0/Chart.yaml +++ b/community/komga/1.1.1/Chart.yaml @@ -3,9 +3,9 @@ description: Komga is a free and open source comics/mangas server. annotations: title: Komga type: application -version: 1.1.0 +version: 1.1.1 apiVersion: v2 -appVersion: 1.6.2 +appVersion: 1.6.4 kubeVersion: '>=1.16.0-0' maintainers: - name: truenas diff --git a/community/komga/1.1.0/README.md b/community/komga/1.1.1/README.md similarity index 100% rename from community/komga/1.1.0/README.md rename to community/komga/1.1.1/README.md diff --git a/community/komga/1.1.0/app-readme.md b/community/komga/1.1.1/app-readme.md similarity index 100% rename from community/komga/1.1.0/app-readme.md rename to community/komga/1.1.1/app-readme.md diff --git a/community/komga/1.1.0/charts/common-1.1.1.tgz b/community/komga/1.1.1/charts/common-1.1.1.tgz similarity index 100% rename from community/komga/1.1.0/charts/common-1.1.1.tgz rename to community/komga/1.1.1/charts/common-1.1.1.tgz diff --git a/community/komga/1.1.0/ci/basic-values.yaml b/community/komga/1.1.1/ci/basic-values.yaml similarity index 100% rename from community/komga/1.1.0/ci/basic-values.yaml rename to community/komga/1.1.1/ci/basic-values.yaml diff --git a/community/komga/1.1.0/ci/extra-values.yaml b/community/komga/1.1.1/ci/extra-values.yaml similarity index 100% rename from community/komga/1.1.0/ci/extra-values.yaml rename to community/komga/1.1.1/ci/extra-values.yaml diff --git a/community/komga/1.1.0/ci/hostNet-values.yaml b/community/komga/1.1.1/ci/hostNet-values.yaml similarity index 100% rename from community/komga/1.1.0/ci/hostNet-values.yaml rename to community/komga/1.1.1/ci/hostNet-values.yaml diff --git a/community/komga/1.1.0/ix_values.yaml b/community/komga/1.1.1/ix_values.yaml similarity index 96% rename from community/komga/1.1.0/ix_values.yaml rename to community/komga/1.1.1/ix_values.yaml index 55285815ff..9725a9ab35 100644 --- a/community/komga/1.1.0/ix_values.yaml +++ b/community/komga/1.1.1/ix_values.yaml @@ -1,7 +1,7 @@ image: repository: gotson/komga pullPolicy: IfNotPresent - tag: 1.6.2 + tag: 1.6.4 resources: limits: diff --git a/community/komga/1.1.0/metadata.yaml b/community/komga/1.1.1/metadata.yaml similarity index 100% rename from community/komga/1.1.0/metadata.yaml rename to community/komga/1.1.1/metadata.yaml diff --git a/community/komga/1.1.0/questions.yaml b/community/komga/1.1.1/questions.yaml similarity index 100% rename from community/komga/1.1.0/questions.yaml rename to community/komga/1.1.1/questions.yaml diff --git a/community/komga/1.1.0/templates/NOTES.txt b/community/komga/1.1.1/templates/NOTES.txt similarity index 100% rename from community/komga/1.1.0/templates/NOTES.txt rename to community/komga/1.1.1/templates/NOTES.txt diff --git a/community/komga/1.1.0/templates/_komga.tpl b/community/komga/1.1.1/templates/_komga.tpl similarity index 100% rename from community/komga/1.1.0/templates/_komga.tpl rename to community/komga/1.1.1/templates/_komga.tpl diff --git a/community/komga/1.1.0/templates/_persistence.tpl b/community/komga/1.1.1/templates/_persistence.tpl similarity index 100% rename from community/komga/1.1.0/templates/_persistence.tpl rename to community/komga/1.1.1/templates/_persistence.tpl diff --git a/community/komga/1.1.0/templates/_portal.tpl b/community/komga/1.1.1/templates/_portal.tpl similarity index 100% rename from community/komga/1.1.0/templates/_portal.tpl rename to community/komga/1.1.1/templates/_portal.tpl diff --git a/community/komga/1.1.0/templates/_service.tpl b/community/komga/1.1.1/templates/_service.tpl similarity index 100% rename from community/komga/1.1.0/templates/_service.tpl rename to community/komga/1.1.1/templates/_service.tpl diff --git a/community/komga/1.1.0/templates/common.yaml b/community/komga/1.1.1/templates/common.yaml similarity index 100% rename from community/komga/1.1.0/templates/common.yaml rename to community/komga/1.1.1/templates/common.yaml diff --git a/community/n8n/1.1.0/Chart.lock b/community/n8n/1.1.1/Chart.lock similarity index 100% rename from community/n8n/1.1.0/Chart.lock rename to community/n8n/1.1.1/Chart.lock diff --git a/community/n8n/1.1.0/Chart.yaml b/community/n8n/1.1.1/Chart.yaml similarity index 94% rename from community/n8n/1.1.0/Chart.yaml rename to community/n8n/1.1.1/Chart.yaml index 2d0323f870..c92f5430a1 100644 --- a/community/n8n/1.1.0/Chart.yaml +++ b/community/n8n/1.1.1/Chart.yaml @@ -3,9 +3,9 @@ description: n8n is an extendable workflow automation tool. annotations: title: n8n type: application -version: 1.1.0 +version: 1.1.1 apiVersion: v2 -appVersion: 1.12.2 +appVersion: 1.14.2 kubeVersion: '>=1.16.0-0' maintainers: - name: truenas diff --git a/community/n8n/1.1.0/README.md b/community/n8n/1.1.1/README.md similarity index 100% rename from community/n8n/1.1.0/README.md rename to community/n8n/1.1.1/README.md diff --git a/community/n8n/1.1.0/app-readme.md b/community/n8n/1.1.1/app-readme.md similarity index 100% rename from community/n8n/1.1.0/app-readme.md rename to community/n8n/1.1.1/app-readme.md diff --git a/community/n8n/1.1.0/charts/common-1.1.1.tgz b/community/n8n/1.1.1/charts/common-1.1.1.tgz similarity index 100% rename from community/n8n/1.1.0/charts/common-1.1.1.tgz rename to community/n8n/1.1.1/charts/common-1.1.1.tgz diff --git a/community/n8n/1.1.0/ci/basic-values.yaml b/community/n8n/1.1.1/ci/basic-values.yaml similarity index 100% rename from community/n8n/1.1.0/ci/basic-values.yaml rename to community/n8n/1.1.1/ci/basic-values.yaml diff --git a/community/n8n/1.1.0/ci/https-values.yaml b/community/n8n/1.1.1/ci/https-values.yaml similarity index 100% rename from community/n8n/1.1.0/ci/https-values.yaml rename to community/n8n/1.1.1/ci/https-values.yaml diff --git a/community/n8n/1.1.0/ix_values.yaml b/community/n8n/1.1.1/ix_values.yaml similarity index 98% rename from community/n8n/1.1.0/ix_values.yaml rename to community/n8n/1.1.1/ix_values.yaml index 91e60d2b4b..c4cdac62c7 100644 --- a/community/n8n/1.1.0/ix_values.yaml +++ b/community/n8n/1.1.1/ix_values.yaml @@ -1,7 +1,7 @@ image: repository: n8nio/n8n pullPolicy: IfNotPresent - tag: 1.12.2 + tag: 1.14.2 resources: limits: diff --git a/community/n8n/1.1.0/metadata.yaml b/community/n8n/1.1.1/metadata.yaml similarity index 100% rename from community/n8n/1.1.0/metadata.yaml rename to community/n8n/1.1.1/metadata.yaml diff --git a/community/n8n/1.1.0/questions.yaml b/community/n8n/1.1.1/questions.yaml similarity index 100% rename from community/n8n/1.1.0/questions.yaml rename to community/n8n/1.1.1/questions.yaml diff --git a/community/n8n/1.1.0/templates/NOTES.txt b/community/n8n/1.1.1/templates/NOTES.txt similarity index 100% rename from community/n8n/1.1.0/templates/NOTES.txt rename to community/n8n/1.1.1/templates/NOTES.txt diff --git a/community/n8n/1.1.0/templates/_configuration.tpl b/community/n8n/1.1.1/templates/_configuration.tpl similarity index 100% rename from community/n8n/1.1.0/templates/_configuration.tpl rename to community/n8n/1.1.1/templates/_configuration.tpl diff --git a/community/n8n/1.1.0/templates/_n8n.tpl b/community/n8n/1.1.1/templates/_n8n.tpl similarity index 100% rename from community/n8n/1.1.0/templates/_n8n.tpl rename to community/n8n/1.1.1/templates/_n8n.tpl diff --git a/community/n8n/1.1.0/templates/_persistence.tpl b/community/n8n/1.1.1/templates/_persistence.tpl similarity index 100% rename from community/n8n/1.1.0/templates/_persistence.tpl rename to community/n8n/1.1.1/templates/_persistence.tpl diff --git a/community/n8n/1.1.0/templates/_portal.tpl b/community/n8n/1.1.1/templates/_portal.tpl similarity index 100% rename from community/n8n/1.1.0/templates/_portal.tpl rename to community/n8n/1.1.1/templates/_portal.tpl diff --git a/community/n8n/1.1.0/templates/_postgres.tpl b/community/n8n/1.1.1/templates/_postgres.tpl similarity index 100% rename from community/n8n/1.1.0/templates/_postgres.tpl rename to community/n8n/1.1.1/templates/_postgres.tpl diff --git a/community/n8n/1.1.0/templates/_redis.tpl b/community/n8n/1.1.1/templates/_redis.tpl similarity index 100% rename from community/n8n/1.1.0/templates/_redis.tpl rename to community/n8n/1.1.1/templates/_redis.tpl diff --git a/community/n8n/1.1.0/templates/_service.tpl b/community/n8n/1.1.1/templates/_service.tpl similarity index 100% rename from community/n8n/1.1.0/templates/_service.tpl rename to community/n8n/1.1.1/templates/_service.tpl diff --git a/community/n8n/1.1.0/templates/_validation.tpl b/community/n8n/1.1.1/templates/_validation.tpl similarity index 100% rename from community/n8n/1.1.0/templates/_validation.tpl rename to community/n8n/1.1.1/templates/_validation.tpl diff --git a/community/n8n/1.1.0/templates/common.yaml b/community/n8n/1.1.1/templates/common.yaml similarity index 100% rename from community/n8n/1.1.0/templates/common.yaml rename to community/n8n/1.1.1/templates/common.yaml diff --git a/community/planka/1.1.0/Chart.lock b/community/planka/1.1.1/Chart.lock similarity index 100% rename from community/planka/1.1.0/Chart.lock rename to community/planka/1.1.1/Chart.lock diff --git a/community/planka/1.1.0/Chart.yaml b/community/planka/1.1.1/Chart.yaml similarity index 94% rename from community/planka/1.1.0/Chart.yaml rename to community/planka/1.1.1/Chart.yaml index 8d80370a3f..5ae8190ecd 100644 --- a/community/planka/1.1.0/Chart.yaml +++ b/community/planka/1.1.1/Chart.yaml @@ -3,9 +3,9 @@ description: Planka is an Elegant open source project tracking annotations: title: Planka type: application -version: 1.1.0 +version: 1.1.1 apiVersion: v2 -appVersion: 1.14.2 +appVersion: 1.14.3 kubeVersion: '>=1.16.0-0' maintainers: - name: truenas diff --git a/community/planka/1.1.0/README.md b/community/planka/1.1.1/README.md similarity index 100% rename from community/planka/1.1.0/README.md rename to community/planka/1.1.1/README.md diff --git a/community/planka/1.1.0/app-readme.md b/community/planka/1.1.1/app-readme.md similarity index 100% rename from community/planka/1.1.0/app-readme.md rename to community/planka/1.1.1/app-readme.md diff --git a/community/planka/1.1.0/charts/common-1.1.1.tgz b/community/planka/1.1.1/charts/common-1.1.1.tgz similarity index 100% rename from community/planka/1.1.0/charts/common-1.1.1.tgz rename to community/planka/1.1.1/charts/common-1.1.1.tgz diff --git a/community/planka/1.1.0/ci/basic-values.yaml b/community/planka/1.1.1/ci/basic-values.yaml similarity index 100% rename from community/planka/1.1.0/ci/basic-values.yaml rename to community/planka/1.1.1/ci/basic-values.yaml diff --git a/community/planka/1.1.0/ci/extra-values.yaml b/community/planka/1.1.1/ci/extra-values.yaml similarity index 100% rename from community/planka/1.1.0/ci/extra-values.yaml rename to community/planka/1.1.1/ci/extra-values.yaml diff --git a/community/planka/1.1.0/ci/hostNet-values.yaml b/community/planka/1.1.1/ci/hostNet-values.yaml similarity index 100% rename from community/planka/1.1.0/ci/hostNet-values.yaml rename to community/planka/1.1.1/ci/hostNet-values.yaml diff --git a/community/planka/1.1.0/ix_values.yaml b/community/planka/1.1.1/ix_values.yaml similarity index 98% rename from community/planka/1.1.0/ix_values.yaml rename to community/planka/1.1.1/ix_values.yaml index a5d56db7b0..7ff9c7b1ba 100644 --- a/community/planka/1.1.0/ix_values.yaml +++ b/community/planka/1.1.1/ix_values.yaml @@ -1,7 +1,7 @@ image: repository: ghcr.io/plankanban/planka pullPolicy: IfNotPresent - tag: 1.14.2 + tag: 1.14.3 resources: limits: diff --git a/community/planka/1.1.0/metadata.yaml b/community/planka/1.1.1/metadata.yaml similarity index 100% rename from community/planka/1.1.0/metadata.yaml rename to community/planka/1.1.1/metadata.yaml diff --git a/community/planka/1.1.0/questions.yaml b/community/planka/1.1.1/questions.yaml similarity index 100% rename from community/planka/1.1.0/questions.yaml rename to community/planka/1.1.1/questions.yaml diff --git a/community/planka/1.1.0/templates/NOTES.txt b/community/planka/1.1.1/templates/NOTES.txt similarity index 100% rename from community/planka/1.1.0/templates/NOTES.txt rename to community/planka/1.1.1/templates/NOTES.txt diff --git a/community/planka/1.1.0/templates/_configuration.tpl b/community/planka/1.1.1/templates/_configuration.tpl similarity index 100% rename from community/planka/1.1.0/templates/_configuration.tpl rename to community/planka/1.1.1/templates/_configuration.tpl diff --git a/community/planka/1.1.0/templates/_persistence.tpl b/community/planka/1.1.1/templates/_persistence.tpl similarity index 100% rename from community/planka/1.1.0/templates/_persistence.tpl rename to community/planka/1.1.1/templates/_persistence.tpl diff --git a/community/planka/1.1.0/templates/_planka.tpl b/community/planka/1.1.1/templates/_planka.tpl similarity index 100% rename from community/planka/1.1.0/templates/_planka.tpl rename to community/planka/1.1.1/templates/_planka.tpl diff --git a/community/planka/1.1.0/templates/_portal.tpl b/community/planka/1.1.1/templates/_portal.tpl similarity index 100% rename from community/planka/1.1.0/templates/_portal.tpl rename to community/planka/1.1.1/templates/_portal.tpl diff --git a/community/planka/1.1.0/templates/_postgres.tpl b/community/planka/1.1.1/templates/_postgres.tpl similarity index 100% rename from community/planka/1.1.0/templates/_postgres.tpl rename to community/planka/1.1.1/templates/_postgres.tpl diff --git a/community/planka/1.1.0/templates/_service.tpl b/community/planka/1.1.1/templates/_service.tpl similarity index 100% rename from community/planka/1.1.0/templates/_service.tpl rename to community/planka/1.1.1/templates/_service.tpl diff --git a/community/planka/1.1.0/templates/common.yaml b/community/planka/1.1.1/templates/common.yaml similarity index 100% rename from community/planka/1.1.0/templates/common.yaml rename to community/planka/1.1.1/templates/common.yaml diff --git a/community/tautulli/1.1.0/Chart.lock b/community/tautulli/1.1.1/Chart.lock similarity index 100% rename from community/tautulli/1.1.0/Chart.lock rename to community/tautulli/1.1.1/Chart.lock diff --git a/community/tautulli/1.1.0/Chart.yaml b/community/tautulli/1.1.1/Chart.yaml similarity index 88% rename from community/tautulli/1.1.0/Chart.yaml rename to community/tautulli/1.1.1/Chart.yaml index 388ab7b26e..2225365150 100644 --- a/community/tautulli/1.1.0/Chart.yaml +++ b/community/tautulli/1.1.1/Chart.yaml @@ -1,11 +1,12 @@ name: tautulli -description: Tautulli is a python based web application for monitoring, analytics and notifications for Plex Media Server. +description: Tautulli is a python based web application for monitoring, analytics + and notifications for Plex Media Server. annotations: title: Tautulli type: application -version: 1.1.0 +version: 1.1.1 apiVersion: v2 -appVersion: 2.13.1 +appVersion: 2.13.2 kubeVersion: '>=1.16.0-0' maintainers: - name: truenas diff --git a/community/tautulli/1.1.0/README.md b/community/tautulli/1.1.1/README.md similarity index 100% rename from community/tautulli/1.1.0/README.md rename to community/tautulli/1.1.1/README.md diff --git a/community/tautulli/1.1.0/app-readme.md b/community/tautulli/1.1.1/app-readme.md similarity index 100% rename from community/tautulli/1.1.0/app-readme.md rename to community/tautulli/1.1.1/app-readme.md diff --git a/community/tautulli/1.1.0/charts/common-1.1.1.tgz b/community/tautulli/1.1.1/charts/common-1.1.1.tgz similarity index 100% rename from community/tautulli/1.1.0/charts/common-1.1.1.tgz rename to community/tautulli/1.1.1/charts/common-1.1.1.tgz diff --git a/community/tautulli/1.1.0/ci/basic-values.yaml b/community/tautulli/1.1.1/ci/basic-values.yaml similarity index 100% rename from community/tautulli/1.1.0/ci/basic-values.yaml rename to community/tautulli/1.1.1/ci/basic-values.yaml diff --git a/community/tautulli/1.1.0/ci/hostNet-values.yaml b/community/tautulli/1.1.1/ci/hostNet-values.yaml similarity index 100% rename from community/tautulli/1.1.0/ci/hostNet-values.yaml rename to community/tautulli/1.1.1/ci/hostNet-values.yaml diff --git a/community/tautulli/1.1.0/ix_values.yaml b/community/tautulli/1.1.1/ix_values.yaml similarity index 96% rename from community/tautulli/1.1.0/ix_values.yaml rename to community/tautulli/1.1.1/ix_values.yaml index f38fc31077..bb6d827988 100644 --- a/community/tautulli/1.1.0/ix_values.yaml +++ b/community/tautulli/1.1.1/ix_values.yaml @@ -1,7 +1,7 @@ image: repository: ghcr.io/onedr0p/tautulli pullPolicy: IfNotPresent - tag: 2.13.1 + tag: 2.13.2 resources: limits: diff --git a/community/tautulli/1.1.0/metadata.yaml b/community/tautulli/1.1.1/metadata.yaml similarity index 100% rename from community/tautulli/1.1.0/metadata.yaml rename to community/tautulli/1.1.1/metadata.yaml diff --git a/community/tautulli/1.1.0/questions.yaml b/community/tautulli/1.1.1/questions.yaml similarity index 100% rename from community/tautulli/1.1.0/questions.yaml rename to community/tautulli/1.1.1/questions.yaml diff --git a/community/tautulli/1.1.0/templates/NOTES.txt b/community/tautulli/1.1.1/templates/NOTES.txt similarity index 100% rename from community/tautulli/1.1.0/templates/NOTES.txt rename to community/tautulli/1.1.1/templates/NOTES.txt diff --git a/community/tautulli/1.1.0/templates/_persistence.tpl b/community/tautulli/1.1.1/templates/_persistence.tpl similarity index 100% rename from community/tautulli/1.1.0/templates/_persistence.tpl rename to community/tautulli/1.1.1/templates/_persistence.tpl diff --git a/community/tautulli/1.1.0/templates/_portal.tpl b/community/tautulli/1.1.1/templates/_portal.tpl similarity index 100% rename from community/tautulli/1.1.0/templates/_portal.tpl rename to community/tautulli/1.1.1/templates/_portal.tpl diff --git a/community/tautulli/1.1.0/templates/_service.tpl b/community/tautulli/1.1.1/templates/_service.tpl similarity index 100% rename from community/tautulli/1.1.0/templates/_service.tpl rename to community/tautulli/1.1.1/templates/_service.tpl diff --git a/community/tautulli/1.1.0/templates/_tautulli.tpl b/community/tautulli/1.1.1/templates/_tautulli.tpl similarity index 100% rename from community/tautulli/1.1.0/templates/_tautulli.tpl rename to community/tautulli/1.1.1/templates/_tautulli.tpl diff --git a/community/tautulli/1.1.0/templates/common.yaml b/community/tautulli/1.1.1/templates/common.yaml similarity index 100% rename from community/tautulli/1.1.0/templates/common.yaml rename to community/tautulli/1.1.1/templates/common.yaml