diff --git a/charts/photoprism/1.0.0/Chart.yaml b/charts/photoprism/1.0.1/Chart.yaml similarity index 95% rename from charts/photoprism/1.0.0/Chart.yaml rename to charts/photoprism/1.0.1/Chart.yaml index 65c593469b..8e0301dfd7 100644 --- a/charts/photoprism/1.0.0/Chart.yaml +++ b/charts/photoprism/1.0.1/Chart.yaml @@ -3,7 +3,7 @@ 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.0 +version: 1.0.1 dependencies: - name: common repository: file://../../../library/common/2112.0.0 diff --git a/charts/photoprism/1.0.0/README.md b/charts/photoprism/1.0.1/README.md similarity index 100% rename from charts/photoprism/1.0.0/README.md rename to charts/photoprism/1.0.1/README.md diff --git a/charts/photoprism/1.0.0/app-readme.md b/charts/photoprism/1.0.1/app-readme.md similarity index 100% rename from charts/photoprism/1.0.0/app-readme.md rename to charts/photoprism/1.0.1/app-readme.md diff --git a/charts/photoprism/1.0.0/charts/common-2112.0.0.tgz b/charts/photoprism/1.0.1/charts/common-2112.0.0.tgz similarity index 100% rename from charts/photoprism/1.0.0/charts/common-2112.0.0.tgz rename to charts/photoprism/1.0.1/charts/common-2112.0.0.tgz diff --git a/charts/photoprism/1.0.0/ix_values.yaml b/charts/photoprism/1.0.1/ix_values.yaml similarity index 100% rename from charts/photoprism/1.0.0/ix_values.yaml rename to charts/photoprism/1.0.1/ix_values.yaml diff --git a/charts/photoprism/1.0.0/questions.yaml b/charts/photoprism/1.0.1/questions.yaml similarity index 100% rename from charts/photoprism/1.0.0/questions.yaml rename to charts/photoprism/1.0.1/questions.yaml diff --git a/charts/photoprism/1.0.0/templates/deployment.yaml b/charts/photoprism/1.0.1/templates/deployment.yaml similarity index 91% rename from charts/photoprism/1.0.0/templates/deployment.yaml rename to charts/photoprism/1.0.1/templates/deployment.yaml index c5c5de8853..9c6db02e8a 100644 --- a/charts/photoprism/1.0.0/templates/deployment.yaml +++ b/charts/photoprism/1.0.1/templates/deployment.yaml @@ -31,6 +31,10 @@ spec: - name: {{ .Chart.Name }} {{ include "common.containers.imageConfig" .Values.image | nindent 10 }} volumeMounts: {{ include "common.storage.configureAppVolumeMountsInContainer" .Values | nindent 12 }} + {{ range $index, $hostPathConfiguration := .Values.extraAppVolumeMounts }} + - name: extrappvolume-{{ $index }} + mountPath: {{ $hostPathConfiguration.mountPath }} + {{ end }} ports: - name: web containerPort: 2342 diff --git a/charts/photoprism/1.0.0/templates/pre-install-job.yaml b/charts/photoprism/1.0.1/templates/pre-install-job.yaml similarity index 100% rename from charts/photoprism/1.0.0/templates/pre-install-job.yaml rename to charts/photoprism/1.0.1/templates/pre-install-job.yaml diff --git a/charts/photoprism/1.0.0/templates/secret.yaml b/charts/photoprism/1.0.1/templates/secret.yaml similarity index 100% rename from charts/photoprism/1.0.0/templates/secret.yaml rename to charts/photoprism/1.0.1/templates/secret.yaml diff --git a/charts/photoprism/1.0.0/templates/service.yaml b/charts/photoprism/1.0.1/templates/service.yaml similarity index 100% rename from charts/photoprism/1.0.0/templates/service.yaml rename to charts/photoprism/1.0.1/templates/service.yaml diff --git a/charts/photoprism/1.0.0/templates/tests/deployment-check.yaml b/charts/photoprism/1.0.1/templates/tests/deployment-check.yaml similarity index 100% rename from charts/photoprism/1.0.0/templates/tests/deployment-check.yaml rename to charts/photoprism/1.0.1/templates/tests/deployment-check.yaml diff --git a/charts/photoprism/1.0.0/test_values.yaml b/charts/photoprism/1.0.1/test_values.yaml similarity index 100% rename from charts/photoprism/1.0.0/test_values.yaml rename to charts/photoprism/1.0.1/test_values.yaml diff --git a/test/pihole/1.0.0/Chart.yaml b/charts/pihole/1.0.1/Chart.yaml similarity index 95% rename from test/pihole/1.0.0/Chart.yaml rename to charts/pihole/1.0.1/Chart.yaml index 5f919dbe71..b4a0ccdb6e 100644 --- a/test/pihole/1.0.0/Chart.yaml +++ b/charts/pihole/1.0.1/Chart.yaml @@ -3,7 +3,7 @@ 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.0 +version: 1.0.1 dependencies: - name: common repository: file://../../../library/common/2112.0.0 diff --git a/charts/pihole/1.0.0/README.md b/charts/pihole/1.0.1/README.md similarity index 100% rename from charts/pihole/1.0.0/README.md rename to charts/pihole/1.0.1/README.md diff --git a/charts/pihole/1.0.0/app-readme.md b/charts/pihole/1.0.1/app-readme.md similarity index 100% rename from charts/pihole/1.0.0/app-readme.md rename to charts/pihole/1.0.1/app-readme.md diff --git a/charts/pihole/1.0.0/charts/common-2112.0.0.tgz b/charts/pihole/1.0.1/charts/common-2112.0.0.tgz similarity index 100% rename from charts/pihole/1.0.0/charts/common-2112.0.0.tgz rename to charts/pihole/1.0.1/charts/common-2112.0.0.tgz diff --git a/charts/pihole/1.0.0/ix_values.yaml b/charts/pihole/1.0.1/ix_values.yaml similarity index 100% rename from charts/pihole/1.0.0/ix_values.yaml rename to charts/pihole/1.0.1/ix_values.yaml diff --git a/charts/pihole/1.0.0/questions.yaml b/charts/pihole/1.0.1/questions.yaml similarity index 100% rename from charts/pihole/1.0.0/questions.yaml rename to charts/pihole/1.0.1/questions.yaml diff --git a/test/pihole/1.0.0/templates/deployment.yaml b/charts/pihole/1.0.1/templates/deployment.yaml similarity index 92% rename from test/pihole/1.0.0/templates/deployment.yaml rename to charts/pihole/1.0.1/templates/deployment.yaml index 3ffe94fdf6..eada76160b 100644 --- a/test/pihole/1.0.0/templates/deployment.yaml +++ b/charts/pihole/1.0.1/templates/deployment.yaml @@ -31,6 +31,10 @@ spec: - name: {{ .Chart.Name }} {{ include "common.containers.imageConfig" .Values.image | nindent 10 }} volumeMounts: {{ include "common.storage.configureAppVolumeMountsInContainer" .Values | nindent 12 }} + {{ range $index, $hostPathConfiguration := .Values.extraAppVolumeMounts }} + - name: extrappvolume-{{ $index }} + mountPath: {{ $hostPathConfiguration.mountPath }} + {{ end }} ports: - name: web containerPort: 80 diff --git a/charts/pihole/1.0.0/templates/pre-install-job.yaml b/charts/pihole/1.0.1/templates/pre-install-job.yaml similarity index 100% rename from charts/pihole/1.0.0/templates/pre-install-job.yaml rename to charts/pihole/1.0.1/templates/pre-install-job.yaml diff --git a/charts/pihole/1.0.0/templates/secret.yaml b/charts/pihole/1.0.1/templates/secret.yaml similarity index 100% rename from charts/pihole/1.0.0/templates/secret.yaml rename to charts/pihole/1.0.1/templates/secret.yaml diff --git a/charts/pihole/1.0.0/templates/service.yaml b/charts/pihole/1.0.1/templates/service.yaml similarity index 100% rename from charts/pihole/1.0.0/templates/service.yaml rename to charts/pihole/1.0.1/templates/service.yaml diff --git a/charts/pihole/1.0.0/templates/tests/deployment-check.yaml b/charts/pihole/1.0.1/templates/tests/deployment-check.yaml similarity index 100% rename from charts/pihole/1.0.0/templates/tests/deployment-check.yaml rename to charts/pihole/1.0.1/templates/tests/deployment-check.yaml diff --git a/charts/pihole/1.0.0/test_values.yaml b/charts/pihole/1.0.1/test_values.yaml similarity index 100% rename from charts/pihole/1.0.0/test_values.yaml rename to charts/pihole/1.0.1/test_values.yaml diff --git a/test/qbittorent/1.0.0/Chart.yaml b/charts/qbittorent/1.0.1/Chart.yaml similarity index 95% rename from test/qbittorent/1.0.0/Chart.yaml rename to charts/qbittorent/1.0.1/Chart.yaml index df5d53699b..325966653d 100644 --- a/test/qbittorent/1.0.0/Chart.yaml +++ b/charts/qbittorent/1.0.1/Chart.yaml @@ -3,7 +3,7 @@ appVersion: 2.3.1 icon: https://truecharts.org/_static/img/appicons/qbittorrent.png description: Download data from qbittorent. name: qbittorent -version: 1.0.0 +version: 1.0.1 dependencies: - name: common repository: file://../../../library/common/2112.0.0 diff --git a/charts/qbittorent/1.0.0/README.md b/charts/qbittorent/1.0.1/README.md similarity index 100% rename from charts/qbittorent/1.0.0/README.md rename to charts/qbittorent/1.0.1/README.md diff --git a/charts/qbittorent/1.0.0/app-readme.md b/charts/qbittorent/1.0.1/app-readme.md similarity index 100% rename from charts/qbittorent/1.0.0/app-readme.md rename to charts/qbittorent/1.0.1/app-readme.md diff --git a/charts/qbittorent/1.0.0/charts/common-2112.0.0.tgz b/charts/qbittorent/1.0.1/charts/common-2112.0.0.tgz similarity index 100% rename from charts/qbittorent/1.0.0/charts/common-2112.0.0.tgz rename to charts/qbittorent/1.0.1/charts/common-2112.0.0.tgz diff --git a/charts/qbittorent/1.0.0/ix_values.yaml b/charts/qbittorent/1.0.1/ix_values.yaml similarity index 100% rename from charts/qbittorent/1.0.0/ix_values.yaml rename to charts/qbittorent/1.0.1/ix_values.yaml diff --git a/charts/qbittorent/1.0.0/questions.yaml b/charts/qbittorent/1.0.1/questions.yaml similarity index 100% rename from charts/qbittorent/1.0.0/questions.yaml rename to charts/qbittorent/1.0.1/questions.yaml diff --git a/charts/qbittorent/1.0.0/templates/deployment.yaml b/charts/qbittorent/1.0.1/templates/deployment.yaml similarity index 92% rename from charts/qbittorent/1.0.0/templates/deployment.yaml rename to charts/qbittorent/1.0.1/templates/deployment.yaml index eb430db3a5..2d1ae5d65b 100644 --- a/charts/qbittorent/1.0.0/templates/deployment.yaml +++ b/charts/qbittorent/1.0.1/templates/deployment.yaml @@ -31,6 +31,10 @@ spec: - name: {{ .Chart.Name }} {{ include "common.containers.imageConfig" .Values.image | nindent 10 }} volumeMounts: {{ include "common.storage.configureAppVolumeMountsInContainer" .Values | nindent 12 }} + {{ range $index, $hostPathConfiguration := .Values.extraAppVolumeMounts }} + - name: extrappvolume-{{ $index }} + mountPath: {{ $hostPathConfiguration.mountPath }} + {{ end }} ports: - name: web containerPort: {{ .Values.web_port }} diff --git a/charts/qbittorent/1.0.0/templates/pre-install-job.yaml b/charts/qbittorent/1.0.1/templates/pre-install-job.yaml similarity index 100% rename from charts/qbittorent/1.0.0/templates/pre-install-job.yaml rename to charts/qbittorent/1.0.1/templates/pre-install-job.yaml diff --git a/charts/qbittorent/1.0.0/templates/service.yaml b/charts/qbittorent/1.0.1/templates/service.yaml similarity index 100% rename from charts/qbittorent/1.0.0/templates/service.yaml rename to charts/qbittorent/1.0.1/templates/service.yaml diff --git a/charts/qbittorent/1.0.0/templates/tests/deployment-check.yaml b/charts/qbittorent/1.0.1/templates/tests/deployment-check.yaml similarity index 100% rename from charts/qbittorent/1.0.0/templates/tests/deployment-check.yaml rename to charts/qbittorent/1.0.1/templates/tests/deployment-check.yaml diff --git a/charts/qbittorent/1.0.0/test_values.yaml b/charts/qbittorent/1.0.1/test_values.yaml similarity index 100% rename from charts/qbittorent/1.0.0/test_values.yaml rename to charts/qbittorent/1.0.1/test_values.yaml diff --git a/test/syncthing/1.0.1/Chart.yaml b/charts/syncthing/1.0.2/Chart.yaml similarity index 95% rename from test/syncthing/1.0.1/Chart.yaml rename to charts/syncthing/1.0.2/Chart.yaml index 3f4085aec8..f8a5b6d975 100644 --- a/test/syncthing/1.0.1/Chart.yaml +++ b/charts/syncthing/1.0.2/Chart.yaml @@ -1,14 +1,14 @@ apiVersion: v2 appVersion: 1.20.1 +icon: https://truecharts.org/_static/img/appicons/syncthing.png +description: Syncthing is a continuous file synchronization program. +name: syncthing +version: 1.0.2 dependencies: - name: common repository: file://../../../library/common/2112.0.0 version: 2112.0.0 -description: Syncthing is a continuous file synchronization program. home: https://syncthing.net/ -icon: https://truecharts.org/_static/img/appicons/syncthing.png keywords: - storage - backup -name: syncthing -version: 1.0.1 diff --git a/charts/syncthing/1.0.1/README.md b/charts/syncthing/1.0.2/README.md similarity index 100% rename from charts/syncthing/1.0.1/README.md rename to charts/syncthing/1.0.2/README.md diff --git a/charts/syncthing/1.0.1/app-readme.md b/charts/syncthing/1.0.2/app-readme.md similarity index 100% rename from charts/syncthing/1.0.1/app-readme.md rename to charts/syncthing/1.0.2/app-readme.md diff --git a/charts/syncthing/1.0.1/charts/common-2112.0.0.tgz b/charts/syncthing/1.0.2/charts/common-2112.0.0.tgz similarity index 100% rename from charts/syncthing/1.0.1/charts/common-2112.0.0.tgz rename to charts/syncthing/1.0.2/charts/common-2112.0.0.tgz diff --git a/charts/syncthing/1.0.1/ix_values.yaml b/charts/syncthing/1.0.2/ix_values.yaml similarity index 100% rename from charts/syncthing/1.0.1/ix_values.yaml rename to charts/syncthing/1.0.2/ix_values.yaml diff --git a/charts/syncthing/1.0.1/questions.yaml b/charts/syncthing/1.0.2/questions.yaml similarity index 100% rename from charts/syncthing/1.0.1/questions.yaml rename to charts/syncthing/1.0.2/questions.yaml diff --git a/charts/syncthing/1.0.1/templates/deployment.yaml b/charts/syncthing/1.0.2/templates/deployment.yaml similarity index 91% rename from charts/syncthing/1.0.1/templates/deployment.yaml rename to charts/syncthing/1.0.2/templates/deployment.yaml index d62171d17b..92b46a3aa2 100644 --- a/charts/syncthing/1.0.1/templates/deployment.yaml +++ b/charts/syncthing/1.0.2/templates/deployment.yaml @@ -32,6 +32,10 @@ spec: - name: {{ .Chart.Name }} {{ include "common.containers.imageConfig" .Values.image | nindent 10 }} volumeMounts: {{ include "common.storage.configureAppVolumeMountsInContainer" .Values | nindent 12 }} + {{ range $index, $hostPathConfiguration := .Values.extraAppVolumeMounts }} + - name: extrappvolume-{{ $index }} + mountPath: {{ $hostPathConfiguration.mountPath }} + {{ end }} ports: - name: web containerPort: 8384 diff --git a/charts/syncthing/1.0.1/templates/pre-install-job.yaml b/charts/syncthing/1.0.2/templates/pre-install-job.yaml similarity index 100% rename from charts/syncthing/1.0.1/templates/pre-install-job.yaml rename to charts/syncthing/1.0.2/templates/pre-install-job.yaml diff --git a/charts/syncthing/1.0.1/templates/service.yaml b/charts/syncthing/1.0.2/templates/service.yaml similarity index 100% rename from charts/syncthing/1.0.1/templates/service.yaml rename to charts/syncthing/1.0.2/templates/service.yaml diff --git a/charts/syncthing/1.0.1/templates/tests/deployment-check.yaml b/charts/syncthing/1.0.2/templates/tests/deployment-check.yaml similarity index 100% rename from charts/syncthing/1.0.1/templates/tests/deployment-check.yaml rename to charts/syncthing/1.0.2/templates/tests/deployment-check.yaml diff --git a/charts/syncthing/1.0.1/test_values.yaml b/charts/syncthing/1.0.2/test_values.yaml similarity index 100% rename from charts/syncthing/1.0.1/test_values.yaml rename to charts/syncthing/1.0.2/test_values.yaml diff --git a/test/photoprism/1.0.0/Chart.yaml b/test/photoprism/1.0.1/Chart.yaml similarity index 95% rename from test/photoprism/1.0.0/Chart.yaml rename to test/photoprism/1.0.1/Chart.yaml index 65c593469b..8e0301dfd7 100644 --- a/test/photoprism/1.0.0/Chart.yaml +++ b/test/photoprism/1.0.1/Chart.yaml @@ -3,7 +3,7 @@ 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.0 +version: 1.0.1 dependencies: - name: common repository: file://../../../library/common/2112.0.0 diff --git a/test/photoprism/1.0.0/README.md b/test/photoprism/1.0.1/README.md similarity index 100% rename from test/photoprism/1.0.0/README.md rename to test/photoprism/1.0.1/README.md diff --git a/test/photoprism/1.0.0/app-readme.md b/test/photoprism/1.0.1/app-readme.md similarity index 100% rename from test/photoprism/1.0.0/app-readme.md rename to test/photoprism/1.0.1/app-readme.md diff --git a/test/photoprism/1.0.0/charts/common-2112.0.0.tgz b/test/photoprism/1.0.1/charts/common-2112.0.0.tgz similarity index 100% rename from test/photoprism/1.0.0/charts/common-2112.0.0.tgz rename to test/photoprism/1.0.1/charts/common-2112.0.0.tgz diff --git a/test/photoprism/1.0.0/ix_values.yaml b/test/photoprism/1.0.1/ix_values.yaml similarity index 100% rename from test/photoprism/1.0.0/ix_values.yaml rename to test/photoprism/1.0.1/ix_values.yaml diff --git a/test/photoprism/1.0.0/questions.yaml b/test/photoprism/1.0.1/questions.yaml similarity index 100% rename from test/photoprism/1.0.0/questions.yaml rename to test/photoprism/1.0.1/questions.yaml diff --git a/test/photoprism/1.0.0/templates/deployment.yaml b/test/photoprism/1.0.1/templates/deployment.yaml similarity index 91% rename from test/photoprism/1.0.0/templates/deployment.yaml rename to test/photoprism/1.0.1/templates/deployment.yaml index c5c5de8853..9c6db02e8a 100644 --- a/test/photoprism/1.0.0/templates/deployment.yaml +++ b/test/photoprism/1.0.1/templates/deployment.yaml @@ -31,6 +31,10 @@ spec: - name: {{ .Chart.Name }} {{ include "common.containers.imageConfig" .Values.image | nindent 10 }} volumeMounts: {{ include "common.storage.configureAppVolumeMountsInContainer" .Values | nindent 12 }} + {{ range $index, $hostPathConfiguration := .Values.extraAppVolumeMounts }} + - name: extrappvolume-{{ $index }} + mountPath: {{ $hostPathConfiguration.mountPath }} + {{ end }} ports: - name: web containerPort: 2342 diff --git a/test/photoprism/1.0.0/templates/pre-install-job.yaml b/test/photoprism/1.0.1/templates/pre-install-job.yaml similarity index 100% rename from test/photoprism/1.0.0/templates/pre-install-job.yaml rename to test/photoprism/1.0.1/templates/pre-install-job.yaml diff --git a/test/photoprism/1.0.0/templates/secret.yaml b/test/photoprism/1.0.1/templates/secret.yaml similarity index 100% rename from test/photoprism/1.0.0/templates/secret.yaml rename to test/photoprism/1.0.1/templates/secret.yaml diff --git a/test/photoprism/1.0.0/templates/service.yaml b/test/photoprism/1.0.1/templates/service.yaml similarity index 100% rename from test/photoprism/1.0.0/templates/service.yaml rename to test/photoprism/1.0.1/templates/service.yaml diff --git a/test/photoprism/1.0.0/templates/tests/deployment-check.yaml b/test/photoprism/1.0.1/templates/tests/deployment-check.yaml similarity index 100% rename from test/photoprism/1.0.0/templates/tests/deployment-check.yaml rename to test/photoprism/1.0.1/templates/tests/deployment-check.yaml diff --git a/test/photoprism/1.0.0/test_values.yaml b/test/photoprism/1.0.1/test_values.yaml similarity index 100% rename from test/photoprism/1.0.0/test_values.yaml rename to test/photoprism/1.0.1/test_values.yaml diff --git a/charts/pihole/1.0.0/Chart.yaml b/test/pihole/1.0.1/Chart.yaml similarity index 95% rename from charts/pihole/1.0.0/Chart.yaml rename to test/pihole/1.0.1/Chart.yaml index 5f919dbe71..b4a0ccdb6e 100644 --- a/charts/pihole/1.0.0/Chart.yaml +++ b/test/pihole/1.0.1/Chart.yaml @@ -3,7 +3,7 @@ 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.0 +version: 1.0.1 dependencies: - name: common repository: file://../../../library/common/2112.0.0 diff --git a/test/pihole/1.0.0/README.md b/test/pihole/1.0.1/README.md similarity index 100% rename from test/pihole/1.0.0/README.md rename to test/pihole/1.0.1/README.md diff --git a/test/pihole/1.0.0/app-readme.md b/test/pihole/1.0.1/app-readme.md similarity index 100% rename from test/pihole/1.0.0/app-readme.md rename to test/pihole/1.0.1/app-readme.md diff --git a/test/pihole/1.0.0/charts/common-2112.0.0.tgz b/test/pihole/1.0.1/charts/common-2112.0.0.tgz similarity index 100% rename from test/pihole/1.0.0/charts/common-2112.0.0.tgz rename to test/pihole/1.0.1/charts/common-2112.0.0.tgz diff --git a/test/pihole/1.0.0/ix_values.yaml b/test/pihole/1.0.1/ix_values.yaml similarity index 100% rename from test/pihole/1.0.0/ix_values.yaml rename to test/pihole/1.0.1/ix_values.yaml diff --git a/test/pihole/1.0.0/questions.yaml b/test/pihole/1.0.1/questions.yaml similarity index 100% rename from test/pihole/1.0.0/questions.yaml rename to test/pihole/1.0.1/questions.yaml diff --git a/charts/pihole/1.0.0/templates/deployment.yaml b/test/pihole/1.0.1/templates/deployment.yaml similarity index 92% rename from charts/pihole/1.0.0/templates/deployment.yaml rename to test/pihole/1.0.1/templates/deployment.yaml index 3ffe94fdf6..eada76160b 100644 --- a/charts/pihole/1.0.0/templates/deployment.yaml +++ b/test/pihole/1.0.1/templates/deployment.yaml @@ -31,6 +31,10 @@ spec: - name: {{ .Chart.Name }} {{ include "common.containers.imageConfig" .Values.image | nindent 10 }} volumeMounts: {{ include "common.storage.configureAppVolumeMountsInContainer" .Values | nindent 12 }} + {{ range $index, $hostPathConfiguration := .Values.extraAppVolumeMounts }} + - name: extrappvolume-{{ $index }} + mountPath: {{ $hostPathConfiguration.mountPath }} + {{ end }} ports: - name: web containerPort: 80 diff --git a/test/pihole/1.0.0/templates/pre-install-job.yaml b/test/pihole/1.0.1/templates/pre-install-job.yaml similarity index 100% rename from test/pihole/1.0.0/templates/pre-install-job.yaml rename to test/pihole/1.0.1/templates/pre-install-job.yaml diff --git a/test/pihole/1.0.0/templates/secret.yaml b/test/pihole/1.0.1/templates/secret.yaml similarity index 100% rename from test/pihole/1.0.0/templates/secret.yaml rename to test/pihole/1.0.1/templates/secret.yaml diff --git a/test/pihole/1.0.0/templates/service.yaml b/test/pihole/1.0.1/templates/service.yaml similarity index 100% rename from test/pihole/1.0.0/templates/service.yaml rename to test/pihole/1.0.1/templates/service.yaml diff --git a/test/pihole/1.0.0/templates/tests/deployment-check.yaml b/test/pihole/1.0.1/templates/tests/deployment-check.yaml similarity index 100% rename from test/pihole/1.0.0/templates/tests/deployment-check.yaml rename to test/pihole/1.0.1/templates/tests/deployment-check.yaml diff --git a/test/pihole/1.0.0/test_values.yaml b/test/pihole/1.0.1/test_values.yaml similarity index 100% rename from test/pihole/1.0.0/test_values.yaml rename to test/pihole/1.0.1/test_values.yaml diff --git a/charts/qbittorent/1.0.0/Chart.yaml b/test/qbittorent/1.0.1/Chart.yaml similarity index 95% rename from charts/qbittorent/1.0.0/Chart.yaml rename to test/qbittorent/1.0.1/Chart.yaml index df5d53699b..325966653d 100644 --- a/charts/qbittorent/1.0.0/Chart.yaml +++ b/test/qbittorent/1.0.1/Chart.yaml @@ -3,7 +3,7 @@ appVersion: 2.3.1 icon: https://truecharts.org/_static/img/appicons/qbittorrent.png description: Download data from qbittorent. name: qbittorent -version: 1.0.0 +version: 1.0.1 dependencies: - name: common repository: file://../../../library/common/2112.0.0 diff --git a/test/qbittorent/1.0.0/README.md b/test/qbittorent/1.0.1/README.md similarity index 100% rename from test/qbittorent/1.0.0/README.md rename to test/qbittorent/1.0.1/README.md diff --git a/test/qbittorent/1.0.0/app-readme.md b/test/qbittorent/1.0.1/app-readme.md similarity index 100% rename from test/qbittorent/1.0.0/app-readme.md rename to test/qbittorent/1.0.1/app-readme.md diff --git a/test/qbittorent/1.0.0/charts/common-2112.0.0.tgz b/test/qbittorent/1.0.1/charts/common-2112.0.0.tgz similarity index 100% rename from test/qbittorent/1.0.0/charts/common-2112.0.0.tgz rename to test/qbittorent/1.0.1/charts/common-2112.0.0.tgz diff --git a/test/qbittorent/1.0.0/ix_values.yaml b/test/qbittorent/1.0.1/ix_values.yaml similarity index 100% rename from test/qbittorent/1.0.0/ix_values.yaml rename to test/qbittorent/1.0.1/ix_values.yaml diff --git a/test/qbittorent/1.0.0/questions.yaml b/test/qbittorent/1.0.1/questions.yaml similarity index 100% rename from test/qbittorent/1.0.0/questions.yaml rename to test/qbittorent/1.0.1/questions.yaml diff --git a/test/qbittorent/1.0.0/templates/deployment.yaml b/test/qbittorent/1.0.1/templates/deployment.yaml similarity index 92% rename from test/qbittorent/1.0.0/templates/deployment.yaml rename to test/qbittorent/1.0.1/templates/deployment.yaml index eb430db3a5..2d1ae5d65b 100644 --- a/test/qbittorent/1.0.0/templates/deployment.yaml +++ b/test/qbittorent/1.0.1/templates/deployment.yaml @@ -31,6 +31,10 @@ spec: - name: {{ .Chart.Name }} {{ include "common.containers.imageConfig" .Values.image | nindent 10 }} volumeMounts: {{ include "common.storage.configureAppVolumeMountsInContainer" .Values | nindent 12 }} + {{ range $index, $hostPathConfiguration := .Values.extraAppVolumeMounts }} + - name: extrappvolume-{{ $index }} + mountPath: {{ $hostPathConfiguration.mountPath }} + {{ end }} ports: - name: web containerPort: {{ .Values.web_port }} diff --git a/test/qbittorent/1.0.0/templates/pre-install-job.yaml b/test/qbittorent/1.0.1/templates/pre-install-job.yaml similarity index 100% rename from test/qbittorent/1.0.0/templates/pre-install-job.yaml rename to test/qbittorent/1.0.1/templates/pre-install-job.yaml diff --git a/test/qbittorent/1.0.0/templates/service.yaml b/test/qbittorent/1.0.1/templates/service.yaml similarity index 100% rename from test/qbittorent/1.0.0/templates/service.yaml rename to test/qbittorent/1.0.1/templates/service.yaml diff --git a/test/qbittorent/1.0.0/templates/tests/deployment-check.yaml b/test/qbittorent/1.0.1/templates/tests/deployment-check.yaml similarity index 100% rename from test/qbittorent/1.0.0/templates/tests/deployment-check.yaml rename to test/qbittorent/1.0.1/templates/tests/deployment-check.yaml diff --git a/test/qbittorent/1.0.0/test_values.yaml b/test/qbittorent/1.0.1/test_values.yaml similarity index 100% rename from test/qbittorent/1.0.0/test_values.yaml rename to test/qbittorent/1.0.1/test_values.yaml diff --git a/charts/syncthing/1.0.1/Chart.yaml b/test/syncthing/1.0.2/Chart.yaml similarity index 95% rename from charts/syncthing/1.0.1/Chart.yaml rename to test/syncthing/1.0.2/Chart.yaml index 3f4085aec8..f8a5b6d975 100644 --- a/charts/syncthing/1.0.1/Chart.yaml +++ b/test/syncthing/1.0.2/Chart.yaml @@ -1,14 +1,14 @@ apiVersion: v2 appVersion: 1.20.1 +icon: https://truecharts.org/_static/img/appicons/syncthing.png +description: Syncthing is a continuous file synchronization program. +name: syncthing +version: 1.0.2 dependencies: - name: common repository: file://../../../library/common/2112.0.0 version: 2112.0.0 -description: Syncthing is a continuous file synchronization program. home: https://syncthing.net/ -icon: https://truecharts.org/_static/img/appicons/syncthing.png keywords: - storage - backup -name: syncthing -version: 1.0.1 diff --git a/test/syncthing/1.0.1/README.md b/test/syncthing/1.0.2/README.md similarity index 100% rename from test/syncthing/1.0.1/README.md rename to test/syncthing/1.0.2/README.md diff --git a/test/syncthing/1.0.1/app-readme.md b/test/syncthing/1.0.2/app-readme.md similarity index 100% rename from test/syncthing/1.0.1/app-readme.md rename to test/syncthing/1.0.2/app-readme.md diff --git a/test/syncthing/1.0.1/charts/common-2112.0.0.tgz b/test/syncthing/1.0.2/charts/common-2112.0.0.tgz similarity index 100% rename from test/syncthing/1.0.1/charts/common-2112.0.0.tgz rename to test/syncthing/1.0.2/charts/common-2112.0.0.tgz diff --git a/test/syncthing/1.0.1/ix_values.yaml b/test/syncthing/1.0.2/ix_values.yaml similarity index 100% rename from test/syncthing/1.0.1/ix_values.yaml rename to test/syncthing/1.0.2/ix_values.yaml diff --git a/test/syncthing/1.0.1/questions.yaml b/test/syncthing/1.0.2/questions.yaml similarity index 100% rename from test/syncthing/1.0.1/questions.yaml rename to test/syncthing/1.0.2/questions.yaml diff --git a/test/syncthing/1.0.1/templates/deployment.yaml b/test/syncthing/1.0.2/templates/deployment.yaml similarity index 91% rename from test/syncthing/1.0.1/templates/deployment.yaml rename to test/syncthing/1.0.2/templates/deployment.yaml index d62171d17b..92b46a3aa2 100644 --- a/test/syncthing/1.0.1/templates/deployment.yaml +++ b/test/syncthing/1.0.2/templates/deployment.yaml @@ -32,6 +32,10 @@ spec: - name: {{ .Chart.Name }} {{ include "common.containers.imageConfig" .Values.image | nindent 10 }} volumeMounts: {{ include "common.storage.configureAppVolumeMountsInContainer" .Values | nindent 12 }} + {{ range $index, $hostPathConfiguration := .Values.extraAppVolumeMounts }} + - name: extrappvolume-{{ $index }} + mountPath: {{ $hostPathConfiguration.mountPath }} + {{ end }} ports: - name: web containerPort: 8384 diff --git a/test/syncthing/1.0.1/templates/pre-install-job.yaml b/test/syncthing/1.0.2/templates/pre-install-job.yaml similarity index 100% rename from test/syncthing/1.0.1/templates/pre-install-job.yaml rename to test/syncthing/1.0.2/templates/pre-install-job.yaml diff --git a/test/syncthing/1.0.1/templates/service.yaml b/test/syncthing/1.0.2/templates/service.yaml similarity index 100% rename from test/syncthing/1.0.1/templates/service.yaml rename to test/syncthing/1.0.2/templates/service.yaml diff --git a/test/syncthing/1.0.1/templates/tests/deployment-check.yaml b/test/syncthing/1.0.2/templates/tests/deployment-check.yaml similarity index 100% rename from test/syncthing/1.0.1/templates/tests/deployment-check.yaml rename to test/syncthing/1.0.2/templates/tests/deployment-check.yaml diff --git a/test/syncthing/1.0.1/test_values.yaml b/test/syncthing/1.0.2/test_values.yaml similarity index 100% rename from test/syncthing/1.0.1/test_values.yaml rename to test/syncthing/1.0.2/test_values.yaml