diff --git a/community/firefly-iii/1.0.10/templates/_persistence.tpl b/community/firefly-iii/1.0.10/templates/_persistence.tpl deleted file mode 100644 index 54ab538217..0000000000 --- a/community/firefly-iii/1.0.10/templates/_persistence.tpl +++ /dev/null @@ -1,52 +0,0 @@ -{{- define "firefly.persistence" -}} -persistence: - uploads: - enabled: true - type: {{ .Values.fireflyStorage.uploads.type }} - datasetName: {{ .Values.fireflyStorage.uploads.datasetName | default "" }} - hostPath: {{ .Values.fireflyStorage.uploads.hostPath | default "" }} - targetSelector: - firefly: - firefly: - mountPath: /var/www/html/storage/upload - tmp: - enabled: true - type: emptyDir - targetSelector: - firefly: - firefly: - mountPath: /tmp - firefly-importer: - firefly-importer: - mountPath: /tmp - - # Postgres - postgresdata: - enabled: true - type: {{ .Values.fireflyStorage.pgData.type }} - datasetName: {{ .Values.fireflyStorage.pgData.datasetName | default "" }} - hostPath: {{ .Values.fireflyStorage.pgData.hostPath | default "" }} - targetSelector: - # Postgres pod - postgres: - # Postgres container - postgres: - mountPath: /var/lib/postgresql/data - # Permissions container - permissions: - mountPath: /mnt/directories/postgres_data - postgresbackup: - enabled: true - type: {{ .Values.fireflyStorage.pgBackup.type }} - datasetName: {{ .Values.fireflyStorage.pgBackup.datasetName | default "" }} - hostPath: {{ .Values.fireflyStorage.pgBackup.hostPath | default "" }} - targetSelector: - # Postgres backup pod - postgresbackup: - # Postgres backup container - postgresbackup: - mountPath: /postgres_backup - # Permissions container - permissions: - mountPath: /mnt/directories/postgres_backup -{{- end -}} diff --git a/community/firefly-iii/1.0.10/Chart.lock b/community/firefly-iii/1.0.11/Chart.lock similarity index 100% rename from community/firefly-iii/1.0.10/Chart.lock rename to community/firefly-iii/1.0.11/Chart.lock diff --git a/community/firefly-iii/1.0.10/Chart.yaml b/community/firefly-iii/1.0.11/Chart.yaml similarity index 97% rename from community/firefly-iii/1.0.10/Chart.yaml rename to community/firefly-iii/1.0.11/Chart.yaml index 7e2cf6ae3f..866417d7b1 100644 --- a/community/firefly-iii/1.0.10/Chart.yaml +++ b/community/firefly-iii/1.0.11/Chart.yaml @@ -3,7 +3,7 @@ description: Firefly III is a personal finances manager annotations: title: Firefly III type: application -version: 1.0.10 +version: 1.0.11 apiVersion: v2 appVersion: 6.0.30 kubeVersion: '>=1.16.0-0' diff --git a/community/firefly-iii/1.0.10/README.md b/community/firefly-iii/1.0.11/README.md similarity index 100% rename from community/firefly-iii/1.0.10/README.md rename to community/firefly-iii/1.0.11/README.md diff --git a/community/firefly-iii/1.0.10/app-readme.md b/community/firefly-iii/1.0.11/app-readme.md similarity index 100% rename from community/firefly-iii/1.0.10/app-readme.md rename to community/firefly-iii/1.0.11/app-readme.md diff --git a/community/firefly-iii/1.0.10/charts/common-1.2.1.tgz b/community/firefly-iii/1.0.11/charts/common-1.2.1.tgz similarity index 100% rename from community/firefly-iii/1.0.10/charts/common-1.2.1.tgz rename to community/firefly-iii/1.0.11/charts/common-1.2.1.tgz diff --git a/community/firefly-iii/1.0.10/ci/basic-values.yaml b/community/firefly-iii/1.0.11/ci/basic-values.yaml similarity index 100% rename from community/firefly-iii/1.0.10/ci/basic-values.yaml rename to community/firefly-iii/1.0.11/ci/basic-values.yaml diff --git a/community/firefly-iii/1.0.10/ci/importer-values.yaml b/community/firefly-iii/1.0.11/ci/importer-values.yaml similarity index 100% rename from community/firefly-iii/1.0.10/ci/importer-values.yaml rename to community/firefly-iii/1.0.11/ci/importer-values.yaml diff --git a/community/firefly-iii/1.0.10/ix_values.yaml b/community/firefly-iii/1.0.11/ix_values.yaml similarity index 100% rename from community/firefly-iii/1.0.10/ix_values.yaml rename to community/firefly-iii/1.0.11/ix_values.yaml diff --git a/community/firefly-iii/1.0.10/metadata.yaml b/community/firefly-iii/1.0.11/metadata.yaml similarity index 100% rename from community/firefly-iii/1.0.10/metadata.yaml rename to community/firefly-iii/1.0.11/metadata.yaml diff --git a/community/firefly-iii/1.0.10/questions.yaml b/community/firefly-iii/1.0.11/questions.yaml similarity index 100% rename from community/firefly-iii/1.0.10/questions.yaml rename to community/firefly-iii/1.0.11/questions.yaml diff --git a/community/firefly-iii/1.0.10/templates/NOTES.txt b/community/firefly-iii/1.0.11/templates/NOTES.txt similarity index 100% rename from community/firefly-iii/1.0.10/templates/NOTES.txt rename to community/firefly-iii/1.0.11/templates/NOTES.txt diff --git a/community/firefly-iii/1.0.10/templates/_configuration.tpl b/community/firefly-iii/1.0.11/templates/_configuration.tpl similarity index 100% rename from community/firefly-iii/1.0.10/templates/_configuration.tpl rename to community/firefly-iii/1.0.11/templates/_configuration.tpl diff --git a/community/firefly-iii/1.0.10/templates/_firefly.tpl b/community/firefly-iii/1.0.11/templates/_firefly.tpl similarity index 100% rename from community/firefly-iii/1.0.10/templates/_firefly.tpl rename to community/firefly-iii/1.0.11/templates/_firefly.tpl diff --git a/community/firefly-iii/1.0.10/templates/_firefly_cron.tpl b/community/firefly-iii/1.0.11/templates/_firefly_cron.tpl similarity index 100% rename from community/firefly-iii/1.0.10/templates/_firefly_cron.tpl rename to community/firefly-iii/1.0.11/templates/_firefly_cron.tpl diff --git a/community/firefly-iii/1.0.10/templates/_firefly_importer.tpl b/community/firefly-iii/1.0.11/templates/_firefly_importer.tpl similarity index 100% rename from community/firefly-iii/1.0.10/templates/_firefly_importer.tpl rename to community/firefly-iii/1.0.11/templates/_firefly_importer.tpl diff --git a/community/firefly-iii/1.0.11/templates/_persistence.tpl b/community/firefly-iii/1.0.11/templates/_persistence.tpl new file mode 100644 index 0000000000..12b227887e --- /dev/null +++ b/community/firefly-iii/1.0.11/templates/_persistence.tpl @@ -0,0 +1,27 @@ +{{- define "firefly.persistence" -}} +persistence: + uploads: + enabled: true + type: {{ .Values.fireflyStorage.uploads.type }} + datasetName: {{ .Values.fireflyStorage.uploads.datasetName | default "" }} + hostPath: {{ .Values.fireflyStorage.uploads.hostPath | default "" }} + targetSelector: + firefly: + firefly: + mountPath: /var/www/html/storage/upload + tmp: + enabled: true + type: emptyDir + targetSelector: + firefly: + firefly: + mountPath: /tmp + firefly-importer: + firefly-importer: + mountPath: /tmp + + {{- include "ix.v1.common.app.postgresPersistence" + (dict "pgData" .Values.fireflyStorage.pgData + "pgBackup" .Values.fireflyStorage.pgBackup + ) | nindent 2 }} +{{- end -}} diff --git a/community/firefly-iii/1.0.10/templates/_portal.tpl b/community/firefly-iii/1.0.11/templates/_portal.tpl similarity index 100% rename from community/firefly-iii/1.0.10/templates/_portal.tpl rename to community/firefly-iii/1.0.11/templates/_portal.tpl diff --git a/community/firefly-iii/1.0.10/templates/_postgres.tpl b/community/firefly-iii/1.0.11/templates/_postgres.tpl similarity index 100% rename from community/firefly-iii/1.0.10/templates/_postgres.tpl rename to community/firefly-iii/1.0.11/templates/_postgres.tpl diff --git a/community/firefly-iii/1.0.10/templates/_redis.tpl b/community/firefly-iii/1.0.11/templates/_redis.tpl similarity index 100% rename from community/firefly-iii/1.0.10/templates/_redis.tpl rename to community/firefly-iii/1.0.11/templates/_redis.tpl diff --git a/community/firefly-iii/1.0.10/templates/_service.tpl b/community/firefly-iii/1.0.11/templates/_service.tpl similarity index 81% rename from community/firefly-iii/1.0.10/templates/_service.tpl rename to community/firefly-iii/1.0.11/templates/_service.tpl index 3fa9e9f8bc..f40b209aa8 100644 --- a/community/firefly-iii/1.0.10/templates/_service.tpl +++ b/community/firefly-iii/1.0.11/templates/_service.tpl @@ -36,15 +36,6 @@ service: port: 6379 targetPort: 6379 targetSelector: redis - # Postgres - postgres: - enabled: true - type: ClusterIP - targetSelector: postgres - ports: - postgres: - enabled: true - primary: true - port: 5432 - targetSelector: postgres + {{- include "ix.v1.common.app.postgresService" $ | nindent 2 }} + {{- end -}} diff --git a/community/firefly-iii/1.0.10/templates/common.yaml b/community/firefly-iii/1.0.11/templates/common.yaml similarity index 100% rename from community/firefly-iii/1.0.10/templates/common.yaml rename to community/firefly-iii/1.0.11/templates/common.yaml diff --git a/community/freshrss/1.0.1/Chart.lock b/community/freshrss/1.0.1/Chart.lock deleted file mode 100644 index 1b848c6243..0000000000 --- a/community/freshrss/1.0.1/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: file://../../../common - version: 1.2.0 -digest: sha256:a87a6988cedfc3f8a90eb308dffaaeaa1cbd0cad31c20e15b1147084360b9ec1 -generated: "2023-10-31T13:18:17.362686549+02:00" diff --git a/community/freshrss/1.0.1/charts/common-1.2.0.tgz b/community/freshrss/1.0.1/charts/common-1.2.0.tgz deleted file mode 100644 index a5329917a6..0000000000 Binary files a/community/freshrss/1.0.1/charts/common-1.2.0.tgz and /dev/null differ diff --git a/community/freshrss/1.0.2/Chart.lock b/community/freshrss/1.0.2/Chart.lock new file mode 100644 index 0000000000..d6b93620d4 --- /dev/null +++ b/community/freshrss/1.0.2/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: file://../../../common + version: 1.2.1 +digest: sha256:d695592ea5213fe64453171205ca326015d02df3888a7858becc0c733b0de4c7 +generated: "2023-11-06T19:40:33.486614163+02:00" diff --git a/community/freshrss/1.0.1/Chart.yaml b/community/freshrss/1.0.2/Chart.yaml similarity index 95% rename from community/freshrss/1.0.1/Chart.yaml rename to community/freshrss/1.0.2/Chart.yaml index 46097fbad5..f3b346ea8a 100644 --- a/community/freshrss/1.0.1/Chart.yaml +++ b/community/freshrss/1.0.2/Chart.yaml @@ -3,7 +3,7 @@ description: FreshRSS is a free, self-hostable news aggregator annotations: title: FreshRSS type: application -version: 1.0.1 +version: 1.0.2 apiVersion: v2 appVersion: 1.22.1 kubeVersion: '>=1.16.0-0' @@ -14,7 +14,7 @@ maintainers: dependencies: - name: common repository: file://../../../common - version: 1.2.0 + version: 1.2.1 home: https://freshrss.org/ icon: https://media.sys.truenas.net/apps/freshrss/icons/icon.png sources: diff --git a/community/freshrss/1.0.1/README.md b/community/freshrss/1.0.2/README.md similarity index 100% rename from community/freshrss/1.0.1/README.md rename to community/freshrss/1.0.2/README.md diff --git a/community/freshrss/1.0.1/app-readme.md b/community/freshrss/1.0.2/app-readme.md similarity index 100% rename from community/freshrss/1.0.1/app-readme.md rename to community/freshrss/1.0.2/app-readme.md diff --git a/community/freshrss/1.0.2/charts/common-1.2.1.tgz b/community/freshrss/1.0.2/charts/common-1.2.1.tgz new file mode 100644 index 0000000000..4c8b7254af Binary files /dev/null and b/community/freshrss/1.0.2/charts/common-1.2.1.tgz differ diff --git a/community/freshrss/1.0.1/ci/basic-values.yaml b/community/freshrss/1.0.2/ci/basic-values.yaml similarity index 100% rename from community/freshrss/1.0.1/ci/basic-values.yaml rename to community/freshrss/1.0.2/ci/basic-values.yaml diff --git a/community/freshrss/1.0.1/ci/extra-values.yaml b/community/freshrss/1.0.2/ci/extra-values.yaml similarity index 100% rename from community/freshrss/1.0.1/ci/extra-values.yaml rename to community/freshrss/1.0.2/ci/extra-values.yaml diff --git a/community/freshrss/1.0.1/ci/hostNet-values.yaml b/community/freshrss/1.0.2/ci/hostNet-values.yaml similarity index 100% rename from community/freshrss/1.0.1/ci/hostNet-values.yaml rename to community/freshrss/1.0.2/ci/hostNet-values.yaml diff --git a/community/freshrss/1.0.1/ix_values.yaml b/community/freshrss/1.0.2/ix_values.yaml similarity index 100% rename from community/freshrss/1.0.1/ix_values.yaml rename to community/freshrss/1.0.2/ix_values.yaml diff --git a/community/freshrss/1.0.1/metadata.yaml b/community/freshrss/1.0.2/metadata.yaml similarity index 100% rename from community/freshrss/1.0.1/metadata.yaml rename to community/freshrss/1.0.2/metadata.yaml diff --git a/community/freshrss/1.0.1/questions.yaml b/community/freshrss/1.0.2/questions.yaml similarity index 100% rename from community/freshrss/1.0.1/questions.yaml rename to community/freshrss/1.0.2/questions.yaml diff --git a/community/freshrss/1.0.1/templates/NOTES.txt b/community/freshrss/1.0.2/templates/NOTES.txt similarity index 100% rename from community/freshrss/1.0.1/templates/NOTES.txt rename to community/freshrss/1.0.2/templates/NOTES.txt diff --git a/community/freshrss/1.0.1/templates/_configuration.tpl b/community/freshrss/1.0.2/templates/_configuration.tpl similarity index 100% rename from community/freshrss/1.0.1/templates/_configuration.tpl rename to community/freshrss/1.0.2/templates/_configuration.tpl diff --git a/community/freshrss/1.0.1/templates/_cron.tpl b/community/freshrss/1.0.2/templates/_cron.tpl similarity index 100% rename from community/freshrss/1.0.1/templates/_cron.tpl rename to community/freshrss/1.0.2/templates/_cron.tpl diff --git a/community/freshrss/1.0.1/templates/_freshrss.tpl b/community/freshrss/1.0.2/templates/_freshrss.tpl similarity index 100% rename from community/freshrss/1.0.1/templates/_freshrss.tpl rename to community/freshrss/1.0.2/templates/_freshrss.tpl diff --git a/community/freshrss/1.0.1/templates/_persistence.tpl b/community/freshrss/1.0.2/templates/_persistence.tpl similarity index 64% rename from community/freshrss/1.0.1/templates/_persistence.tpl rename to community/freshrss/1.0.2/templates/_persistence.tpl index 2d035f0c5b..83b8b07ae6 100644 --- a/community/freshrss/1.0.1/templates/_persistence.tpl +++ b/community/freshrss/1.0.2/templates/_persistence.tpl @@ -63,35 +63,9 @@ persistence: mountPath: {{ $storage.mountPath }} {{- end }} - {{/* Database */}} - postgresdata: - enabled: true - type: {{ .Values.freshrssStorage.pgData.type }} - datasetName: {{ .Values.freshrssStorage.pgData.datasetName | default "" }} - hostPath: {{ .Values.freshrssStorage.pgData.hostPath | default "" }} - targetSelector: - # Postgres pod - postgres: - # Postgres container - postgres: - mountPath: /var/lib/postgresql/data - # Postgres - Permissions container - # Different than the 01-permissions - permissions: - mountPath: /mnt/directories/postgres_data - postgresbackup: - enabled: true - type: {{ .Values.freshrssStorage.pgBackup.type }} - datasetName: {{ .Values.freshrssStorage.pgBackup.datasetName | default "" }} - hostPath: {{ .Values.freshrssStorage.pgBackup.hostPath | default "" }} - targetSelector: - # Postgres backup pod - postgresbackup: - # Postgres backup container - postgresbackup: - mountPath: /postgres_backup - # Postgres - Permissions container - # Different than the 01-permissions - permissions: - mountPath: /mnt/directories/postgres_backup + + {{- include "ix.v1.common.app.postgresPersistence" + (dict "pgData" .Values.freshrssStorage.pgData + "pgBackup" .Values.freshrssStorage.pgBackup + ) | nindent 2 }} {{- end -}} diff --git a/community/freshrss/1.0.1/templates/_portal.tpl b/community/freshrss/1.0.2/templates/_portal.tpl similarity index 100% rename from community/freshrss/1.0.1/templates/_portal.tpl rename to community/freshrss/1.0.2/templates/_portal.tpl diff --git a/community/freshrss/1.0.1/templates/_postgres.tpl b/community/freshrss/1.0.2/templates/_postgres.tpl similarity index 100% rename from community/freshrss/1.0.1/templates/_postgres.tpl rename to community/freshrss/1.0.2/templates/_postgres.tpl diff --git a/community/freshrss/1.0.1/templates/_service.tpl b/community/freshrss/1.0.2/templates/_service.tpl similarity index 59% rename from community/freshrss/1.0.1/templates/_service.tpl rename to community/freshrss/1.0.2/templates/_service.tpl index e405a14831..f2a8fd2c21 100644 --- a/community/freshrss/1.0.1/templates/_service.tpl +++ b/community/freshrss/1.0.2/templates/_service.tpl @@ -12,17 +12,6 @@ service: port: {{ .Values.freshrssNetwork.webPort }} nodePort: {{ .Values.freshrssNetwork.webPort }} targetSelector: freshrss + {{- include "ix.v1.common.app.postgresService" $ | nindent 2 }} - {{/* Database */}} - postgres: - enabled: true - type: ClusterIP - targetSelector: postgres - ports: - postgres: - enabled: true - primary: true - port: 5432 - targetPort: 5432 - targetSelector: postgres {{- end -}} diff --git a/community/freshrss/1.0.1/templates/common.yaml b/community/freshrss/1.0.2/templates/common.yaml similarity index 100% rename from community/freshrss/1.0.1/templates/common.yaml rename to community/freshrss/1.0.2/templates/common.yaml diff --git a/community/gitea/1.0.21/Chart.lock b/community/gitea/1.0.21/Chart.lock deleted file mode 100644 index e504431b14..0000000000 --- a/community/gitea/1.0.21/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: file://../../../common - version: 1.1.1 -digest: sha256:a7dbe3e4d42dbcd4325776e5e01a1d630c7f185f79e7ebf22b1b9cc80f56eed7 -generated: "2023-09-09T13:56:41.74669531+03:00" diff --git a/community/gitea/1.0.21/charts/common-1.1.1.tgz b/community/gitea/1.0.21/charts/common-1.1.1.tgz deleted file mode 100644 index 9495db8e3c..0000000000 Binary files a/community/gitea/1.0.21/charts/common-1.1.1.tgz and /dev/null differ diff --git a/community/gitea/1.0.21/templates/_postgres.tpl b/community/gitea/1.0.21/templates/_postgres.tpl deleted file mode 100644 index 572de99d99..0000000000 --- a/community/gitea/1.0.21/templates/_postgres.tpl +++ /dev/null @@ -1,50 +0,0 @@ -{{- define "postgres.workload" -}} -workload: -{{- include "ix.v1.common.app.postgres" (dict "secretName" "postgres-creds" - "resources" .Values.resources - "ixChartContext" .Values.ixChartContext) | nindent 2 }} - -{{/* Service */}} -service: - postgres: - enabled: true - type: ClusterIP - targetSelector: postgres - ports: - postgres: - enabled: true - primary: true - port: 5432 - targetSelector: postgres - -{{/* Persistence */}} -persistence: - postgresdata: - enabled: true - type: {{ .Values.giteaStorage.pgData.type }} - datasetName: {{ .Values.giteaStorage.pgData.datasetName | default "" }} - hostPath: {{ .Values.giteaStorage.pgData.hostPath | default "" }} - targetSelector: - # Postgres pod - postgres: - # Postgres container - postgres: - mountPath: /var/lib/postgresql/data - # Permissions container - permissions: - mountPath: /mnt/directories/postgres_data - postgresbackup: - enabled: true - type: {{ .Values.giteaStorage.pgBackup.type }} - datasetName: {{ .Values.giteaStorage.pgBackup.datasetName | default "" }} - hostPath: {{ .Values.giteaStorage.pgBackup.hostPath | default "" }} - targetSelector: - # Postgres backup pod - postgresbackup: - # Postgres backup container - postgresbackup: - mountPath: /postgres_backup - # Permissions container - permissions: - mountPath: /mnt/directories/postgres_backup -{{- end -}} diff --git a/community/gitea/1.0.22/Chart.lock b/community/gitea/1.0.22/Chart.lock new file mode 100644 index 0000000000..2fc742e818 --- /dev/null +++ b/community/gitea/1.0.22/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: file://../../../common + version: 1.2.1 +digest: sha256:d695592ea5213fe64453171205ca326015d02df3888a7858becc0c733b0de4c7 +generated: "2023-11-06T19:43:10.763796701+02:00" diff --git a/community/gitea/1.0.21/Chart.yaml b/community/gitea/1.0.22/Chart.yaml similarity index 94% rename from community/gitea/1.0.21/Chart.yaml rename to community/gitea/1.0.22/Chart.yaml index c424581a72..4dc5ad8195 100644 --- a/community/gitea/1.0.21/Chart.yaml +++ b/community/gitea/1.0.22/Chart.yaml @@ -3,7 +3,7 @@ description: Gitea - Git with a cup of tea annotations: title: Gitea type: application -version: 1.0.21 +version: 1.0.22 apiVersion: v2 appVersion: 1.20.5 kubeVersion: '>=1.16.0-0' @@ -14,7 +14,7 @@ maintainers: dependencies: - name: common repository: file://../../../common - version: 1.1.1 + version: 1.2.1 home: https://gitea.io/en-us icon: https://media.sys.truenas.net/apps/gitea/icons/icon.svg sources: diff --git a/community/gitea/1.0.21/README.md b/community/gitea/1.0.22/README.md similarity index 100% rename from community/gitea/1.0.21/README.md rename to community/gitea/1.0.22/README.md diff --git a/community/gitea/1.0.21/app-readme.md b/community/gitea/1.0.22/app-readme.md similarity index 100% rename from community/gitea/1.0.21/app-readme.md rename to community/gitea/1.0.22/app-readme.md diff --git a/community/gitea/1.0.22/charts/common-1.2.1.tgz b/community/gitea/1.0.22/charts/common-1.2.1.tgz new file mode 100644 index 0000000000..690f6b0dda Binary files /dev/null and b/community/gitea/1.0.22/charts/common-1.2.1.tgz differ diff --git a/community/gitea/1.0.21/ci/basic-values.yaml b/community/gitea/1.0.22/ci/basic-values.yaml similarity index 100% rename from community/gitea/1.0.21/ci/basic-values.yaml rename to community/gitea/1.0.22/ci/basic-values.yaml diff --git a/community/gitea/1.0.21/ci/https-values.yaml b/community/gitea/1.0.22/ci/https-values.yaml similarity index 100% rename from community/gitea/1.0.21/ci/https-values.yaml rename to community/gitea/1.0.22/ci/https-values.yaml diff --git a/community/gitea/1.0.21/ix_values.yaml b/community/gitea/1.0.22/ix_values.yaml similarity index 100% rename from community/gitea/1.0.21/ix_values.yaml rename to community/gitea/1.0.22/ix_values.yaml diff --git a/community/gitea/1.0.21/metadata.yaml b/community/gitea/1.0.22/metadata.yaml similarity index 100% rename from community/gitea/1.0.21/metadata.yaml rename to community/gitea/1.0.22/metadata.yaml diff --git a/community/gitea/1.0.21/migrations/migrate b/community/gitea/1.0.22/migrations/migrate similarity index 100% rename from community/gitea/1.0.21/migrations/migrate rename to community/gitea/1.0.22/migrations/migrate diff --git a/community/gitea/1.0.21/questions.yaml b/community/gitea/1.0.22/questions.yaml similarity index 100% rename from community/gitea/1.0.21/questions.yaml rename to community/gitea/1.0.22/questions.yaml diff --git a/community/gitea/1.0.21/templates/NOTES.txt b/community/gitea/1.0.22/templates/NOTES.txt similarity index 100% rename from community/gitea/1.0.21/templates/NOTES.txt rename to community/gitea/1.0.22/templates/NOTES.txt diff --git a/community/gitea/1.0.21/templates/_configuration.tpl b/community/gitea/1.0.22/templates/_configuration.tpl similarity index 100% rename from community/gitea/1.0.21/templates/_configuration.tpl rename to community/gitea/1.0.22/templates/_configuration.tpl diff --git a/community/gitea/1.0.21/templates/_gitea.tpl b/community/gitea/1.0.22/templates/_gitea.tpl similarity index 100% rename from community/gitea/1.0.21/templates/_gitea.tpl rename to community/gitea/1.0.22/templates/_gitea.tpl diff --git a/community/gitea/1.0.21/templates/_portal.tpl b/community/gitea/1.0.22/templates/_portal.tpl similarity index 100% rename from community/gitea/1.0.21/templates/_portal.tpl rename to community/gitea/1.0.22/templates/_portal.tpl diff --git a/community/gitea/1.0.22/templates/_postgres.tpl b/community/gitea/1.0.22/templates/_postgres.tpl new file mode 100644 index 0000000000..1daf9c93f0 --- /dev/null +++ b/community/gitea/1.0.22/templates/_postgres.tpl @@ -0,0 +1,16 @@ +{{- define "postgres.workload" -}} +workload: +{{- include "ix.v1.common.app.postgres" (dict "secretName" "postgres-creds" + "resources" .Values.resources + "ixChartContext" .Values.ixChartContext) | nindent 2 }} + +service: + {{- include "ix.v1.common.app.postgresService" $ | nindent 2 }} + +{{/* Persistence */}} +persistence: + {{- include "ix.v1.common.app.postgresPersistence" + (dict "pgData" .Values.giteaStorage.pgData + "pgBackup" .Values.giteaStorage.pgBackup + ) | nindent 2 }} +{{- end -}} diff --git a/community/gitea/1.0.21/templates/common.yaml b/community/gitea/1.0.22/templates/common.yaml similarity index 100% rename from community/gitea/1.0.21/templates/common.yaml rename to community/gitea/1.0.22/templates/common.yaml diff --git a/community/joplin/1.0.5/Chart.lock b/community/joplin/1.0.5/Chart.lock deleted file mode 100644 index d7f0378026..0000000000 --- a/community/joplin/1.0.5/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: file://../../../common - version: 1.2.0 -digest: sha256:a87a6988cedfc3f8a90eb308dffaaeaa1cbd0cad31c20e15b1147084360b9ec1 -generated: "2023-11-02T12:20:39.027755478+02:00" diff --git a/community/joplin/1.0.5/charts/common-1.2.0.tgz b/community/joplin/1.0.5/charts/common-1.2.0.tgz deleted file mode 100644 index f7037485a1..0000000000 Binary files a/community/joplin/1.0.5/charts/common-1.2.0.tgz and /dev/null differ diff --git a/community/joplin/1.0.5/templates/_persistence.tpl b/community/joplin/1.0.5/templates/_persistence.tpl deleted file mode 100644 index 280a05a7ff..0000000000 --- a/community/joplin/1.0.5/templates/_persistence.tpl +++ /dev/null @@ -1,31 +0,0 @@ -{{- define "joplin.persistence" -}} -persistence: - postgresdata: - enabled: true - type: {{ .Values.joplinStorage.pgData.type }} - datasetName: {{ .Values.joplinStorage.pgData.datasetName | default "" }} - hostPath: {{ .Values.joplinStorage.pgData.hostPath | default "" }} - targetSelector: - # Postgres pod - postgres: - # Postgres container - postgres: - mountPath: /var/lib/postgresql/data - # Postgres - Permissions container - permissions: - mountPath: /mnt/directories/postgres_data - postgresbackup: - enabled: true - type: {{ .Values.joplinStorage.pgBackup.type }} - datasetName: {{ .Values.joplinStorage.pgBackup.datasetName | default "" }} - hostPath: {{ .Values.joplinStorage.pgBackup.hostPath | default "" }} - targetSelector: - # Postgres backup pod - postgresbackup: - # Postgres backup container - postgresbackup: - mountPath: /postgres_backup - # Postgres - Permissions container - permissions: - mountPath: /mnt/directories/postgres_backup -{{- end -}} diff --git a/community/joplin/1.0.6/Chart.lock b/community/joplin/1.0.6/Chart.lock new file mode 100644 index 0000000000..8f05d2ec3a --- /dev/null +++ b/community/joplin/1.0.6/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: file://../../../common + version: 1.2.1 +digest: sha256:d695592ea5213fe64453171205ca326015d02df3888a7858becc0c733b0de4c7 +generated: "2023-11-06T19:46:30.510415405+02:00" diff --git a/community/joplin/1.0.5/Chart.yaml b/community/joplin/1.0.6/Chart.yaml similarity index 95% rename from community/joplin/1.0.5/Chart.yaml rename to community/joplin/1.0.6/Chart.yaml index d819346f4f..4a64b28187 100644 --- a/community/joplin/1.0.5/Chart.yaml +++ b/community/joplin/1.0.6/Chart.yaml @@ -4,7 +4,7 @@ description: Joplin is an open source note-taking app. Capture your thoughts and annotations: title: Joplin type: application -version: 1.0.5 +version: 1.0.6 apiVersion: v2 appVersion: 2.13.3 kubeVersion: '>=1.16.0-0' @@ -15,7 +15,7 @@ maintainers: dependencies: - name: common repository: file://../../../common - version: 1.2.0 + version: 1.2.1 home: https://joplinapp.org/ icon: https://media.sys.truenas.net/apps/joplin/icons/icon.png sources: diff --git a/community/joplin/1.0.5/README.md b/community/joplin/1.0.6/README.md similarity index 100% rename from community/joplin/1.0.5/README.md rename to community/joplin/1.0.6/README.md diff --git a/community/joplin/1.0.5/app-readme.md b/community/joplin/1.0.6/app-readme.md similarity index 100% rename from community/joplin/1.0.5/app-readme.md rename to community/joplin/1.0.6/app-readme.md diff --git a/community/joplin/1.0.6/charts/common-1.2.1.tgz b/community/joplin/1.0.6/charts/common-1.2.1.tgz new file mode 100644 index 0000000000..015c493de3 Binary files /dev/null and b/community/joplin/1.0.6/charts/common-1.2.1.tgz differ diff --git a/community/joplin/1.0.5/ci/basic-values.yaml b/community/joplin/1.0.6/ci/basic-values.yaml similarity index 100% rename from community/joplin/1.0.5/ci/basic-values.yaml rename to community/joplin/1.0.6/ci/basic-values.yaml diff --git a/community/joplin/1.0.5/ci/hostNet-values.yaml b/community/joplin/1.0.6/ci/hostNet-values.yaml similarity index 100% rename from community/joplin/1.0.5/ci/hostNet-values.yaml rename to community/joplin/1.0.6/ci/hostNet-values.yaml diff --git a/community/joplin/1.0.5/ix_values.yaml b/community/joplin/1.0.6/ix_values.yaml similarity index 100% rename from community/joplin/1.0.5/ix_values.yaml rename to community/joplin/1.0.6/ix_values.yaml diff --git a/community/joplin/1.0.5/metadata.yaml b/community/joplin/1.0.6/metadata.yaml similarity index 100% rename from community/joplin/1.0.5/metadata.yaml rename to community/joplin/1.0.6/metadata.yaml diff --git a/community/joplin/1.0.5/questions.yaml b/community/joplin/1.0.6/questions.yaml similarity index 100% rename from community/joplin/1.0.5/questions.yaml rename to community/joplin/1.0.6/questions.yaml diff --git a/community/joplin/1.0.5/templates/NOTES.txt b/community/joplin/1.0.6/templates/NOTES.txt similarity index 100% rename from community/joplin/1.0.5/templates/NOTES.txt rename to community/joplin/1.0.6/templates/NOTES.txt diff --git a/community/joplin/1.0.5/templates/_configuration.tpl b/community/joplin/1.0.6/templates/_configuration.tpl similarity index 100% rename from community/joplin/1.0.5/templates/_configuration.tpl rename to community/joplin/1.0.6/templates/_configuration.tpl diff --git a/community/joplin/1.0.5/templates/_joplin.tpl b/community/joplin/1.0.6/templates/_joplin.tpl similarity index 100% rename from community/joplin/1.0.5/templates/_joplin.tpl rename to community/joplin/1.0.6/templates/_joplin.tpl diff --git a/community/joplin/1.0.6/templates/_persistence.tpl b/community/joplin/1.0.6/templates/_persistence.tpl new file mode 100644 index 0000000000..af5369ee6e --- /dev/null +++ b/community/joplin/1.0.6/templates/_persistence.tpl @@ -0,0 +1,7 @@ +{{- define "joplin.persistence" -}} +persistence: + {{- include "ix.v1.common.app.postgresPersistence" + (dict "pgData" .Values.joplinStorage.pgData + "pgBackup" .Values.joplinStorage.pgBackup + ) | nindent 2 }} +{{- end -}} diff --git a/community/joplin/1.0.5/templates/_portal.tpl b/community/joplin/1.0.6/templates/_portal.tpl similarity index 100% rename from community/joplin/1.0.5/templates/_portal.tpl rename to community/joplin/1.0.6/templates/_portal.tpl diff --git a/community/joplin/1.0.5/templates/_postgres.tpl b/community/joplin/1.0.6/templates/_postgres.tpl similarity index 100% rename from community/joplin/1.0.5/templates/_postgres.tpl rename to community/joplin/1.0.6/templates/_postgres.tpl diff --git a/community/joplin/1.0.5/templates/_service.tpl b/community/joplin/1.0.6/templates/_service.tpl similarity index 60% rename from community/joplin/1.0.5/templates/_service.tpl rename to community/joplin/1.0.6/templates/_service.tpl index 2ddc561a33..279e894e74 100644 --- a/community/joplin/1.0.5/templates/_service.tpl +++ b/community/joplin/1.0.6/templates/_service.tpl @@ -12,15 +12,6 @@ service: port: {{ .Values.joplinNetwork.webPort }} nodePort: {{ .Values.joplinNetwork.webPort }} targetSelector: joplin - postgres: - enabled: true - type: ClusterIP - targetSelector: postgres - ports: - postgres: - enabled: true - primary: true - port: 5432 - targetPort: 5432 - targetSelector: postgres + {{- include "ix.v1.common.app.postgresService" $ | nindent 2 }} + {{- end -}} diff --git a/community/joplin/1.0.5/templates/common.yaml b/community/joplin/1.0.6/templates/common.yaml similarity index 100% rename from community/joplin/1.0.5/templates/common.yaml rename to community/joplin/1.0.6/templates/common.yaml diff --git a/community/linkding/1.1.3/Chart.lock b/community/linkding/1.1.4/Chart.lock similarity index 100% rename from community/linkding/1.1.3/Chart.lock rename to community/linkding/1.1.4/Chart.lock diff --git a/community/linkding/1.1.3/Chart.yaml b/community/linkding/1.1.4/Chart.yaml similarity index 97% rename from community/linkding/1.1.3/Chart.yaml rename to community/linkding/1.1.4/Chart.yaml index 874f13fba4..aa8bf313a6 100644 --- a/community/linkding/1.1.3/Chart.yaml +++ b/community/linkding/1.1.4/Chart.yaml @@ -3,7 +3,7 @@ description: Linkding is a bookmark manager that you can host yourself. annotations: title: Linkding type: application -version: 1.1.3 +version: 1.1.4 apiVersion: v2 appVersion: 1.22.3 kubeVersion: '>=1.16.0-0' diff --git a/community/linkding/1.1.3/README.md b/community/linkding/1.1.4/README.md similarity index 100% rename from community/linkding/1.1.3/README.md rename to community/linkding/1.1.4/README.md diff --git a/community/linkding/1.1.3/app-readme.md b/community/linkding/1.1.4/app-readme.md similarity index 100% rename from community/linkding/1.1.3/app-readme.md rename to community/linkding/1.1.4/app-readme.md diff --git a/community/linkding/1.1.3/charts/common-1.2.1.tgz b/community/linkding/1.1.4/charts/common-1.2.1.tgz similarity index 100% rename from community/linkding/1.1.3/charts/common-1.2.1.tgz rename to community/linkding/1.1.4/charts/common-1.2.1.tgz diff --git a/community/linkding/1.1.3/ci/basic-values.yaml b/community/linkding/1.1.4/ci/basic-values.yaml similarity index 100% rename from community/linkding/1.1.3/ci/basic-values.yaml rename to community/linkding/1.1.4/ci/basic-values.yaml diff --git a/community/linkding/1.1.3/ci/extra-values.yaml b/community/linkding/1.1.4/ci/extra-values.yaml similarity index 100% rename from community/linkding/1.1.3/ci/extra-values.yaml rename to community/linkding/1.1.4/ci/extra-values.yaml diff --git a/community/linkding/1.1.3/ci/hostNet-values.yaml b/community/linkding/1.1.4/ci/hostNet-values.yaml similarity index 100% rename from community/linkding/1.1.3/ci/hostNet-values.yaml rename to community/linkding/1.1.4/ci/hostNet-values.yaml diff --git a/community/linkding/1.1.3/ix_values.yaml b/community/linkding/1.1.4/ix_values.yaml similarity index 100% rename from community/linkding/1.1.3/ix_values.yaml rename to community/linkding/1.1.4/ix_values.yaml diff --git a/community/linkding/1.1.3/metadata.yaml b/community/linkding/1.1.4/metadata.yaml similarity index 100% rename from community/linkding/1.1.3/metadata.yaml rename to community/linkding/1.1.4/metadata.yaml diff --git a/community/linkding/1.1.3/questions.yaml b/community/linkding/1.1.4/questions.yaml similarity index 100% rename from community/linkding/1.1.3/questions.yaml rename to community/linkding/1.1.4/questions.yaml diff --git a/community/linkding/1.1.3/templates/NOTES.txt b/community/linkding/1.1.4/templates/NOTES.txt similarity index 100% rename from community/linkding/1.1.3/templates/NOTES.txt rename to community/linkding/1.1.4/templates/NOTES.txt diff --git a/community/linkding/1.1.3/templates/_configuration.tpl b/community/linkding/1.1.4/templates/_configuration.tpl similarity index 100% rename from community/linkding/1.1.3/templates/_configuration.tpl rename to community/linkding/1.1.4/templates/_configuration.tpl diff --git a/community/linkding/1.1.3/templates/_linkding.tpl b/community/linkding/1.1.4/templates/_linkding.tpl similarity index 100% rename from community/linkding/1.1.3/templates/_linkding.tpl rename to community/linkding/1.1.4/templates/_linkding.tpl diff --git a/community/linkding/1.1.3/templates/_persistence.tpl b/community/linkding/1.1.4/templates/_persistence.tpl similarity index 60% rename from community/linkding/1.1.3/templates/_persistence.tpl rename to community/linkding/1.1.4/templates/_persistence.tpl index c0ae2d5d95..9fa0d626aa 100644 --- a/community/linkding/1.1.3/templates/_persistence.tpl +++ b/community/linkding/1.1.4/templates/_persistence.tpl @@ -56,35 +56,8 @@ persistence: mountPath: /mnt/directories{{ $storage.mountPath }} {{- end }} - {{/* Database */}} - postgresdata: - enabled: true - type: {{ .Values.linkdingStorage.pgData.type }} - datasetName: {{ .Values.linkdingStorage.pgData.datasetName | default "" }} - hostPath: {{ .Values.linkdingStorage.pgData.hostPath | default "" }} - targetSelector: - # Postgres pod - postgres: - # Postgres container - postgres: - mountPath: /var/lib/postgresql/data - # Postgres - Permissions container - # Different than the 01-permissions - permissions: - mountPath: /mnt/directories/postgres_data - postgresbackup: - enabled: true - type: {{ .Values.linkdingStorage.pgBackup.type }} - datasetName: {{ .Values.linkdingStorage.pgBackup.datasetName | default "" }} - hostPath: {{ .Values.linkdingStorage.pgBackup.hostPath | default "" }} - targetSelector: - # Postgres backup pod - postgresbackup: - # Postgres backup container - postgresbackup: - mountPath: /postgres_backup - # Postgres - Permissions container - # Different than the 01-permissions - permissions: - mountPath: /mnt/directories/postgres_backup + {{- include "ix.v1.common.app.postgresPersistence" + (dict "pgData" .Values.linkdingStorage.pgData + "pgBackup" .Values.linkdingStorage.pgBackup + ) | nindent 2 }} {{- end -}} diff --git a/community/linkding/1.1.3/templates/_portal.tpl b/community/linkding/1.1.4/templates/_portal.tpl similarity index 100% rename from community/linkding/1.1.3/templates/_portal.tpl rename to community/linkding/1.1.4/templates/_portal.tpl diff --git a/community/linkding/1.1.3/templates/_postgres.tpl b/community/linkding/1.1.4/templates/_postgres.tpl similarity index 100% rename from community/linkding/1.1.3/templates/_postgres.tpl rename to community/linkding/1.1.4/templates/_postgres.tpl diff --git a/community/linkding/1.1.3/templates/_service.tpl b/community/linkding/1.1.4/templates/_service.tpl similarity index 61% rename from community/linkding/1.1.3/templates/_service.tpl rename to community/linkding/1.1.4/templates/_service.tpl index 455886e88d..addf3689fa 100644 --- a/community/linkding/1.1.3/templates/_service.tpl +++ b/community/linkding/1.1.4/templates/_service.tpl @@ -12,15 +12,5 @@ service: port: {{ .Values.linkdingNetwork.webPort }} nodePort: {{ .Values.linkdingNetwork.webPort }} targetSelector: linkding - postgres: - enabled: true - type: ClusterIP - targetSelector: postgres - ports: - postgres: - enabled: true - primary: true - port: 5432 - targetPort: 5432 - targetSelector: postgres + {{- include "ix.v1.common.app.postgresService" $ | nindent 2 }} {{- end -}} diff --git a/community/linkding/1.1.3/templates/_validation.tpl b/community/linkding/1.1.4/templates/_validation.tpl similarity index 100% rename from community/linkding/1.1.3/templates/_validation.tpl rename to community/linkding/1.1.4/templates/_validation.tpl diff --git a/community/linkding/1.1.3/templates/common.yaml b/community/linkding/1.1.4/templates/common.yaml similarity index 100% rename from community/linkding/1.1.3/templates/common.yaml rename to community/linkding/1.1.4/templates/common.yaml diff --git a/community/listmonk/1.1.1/Chart.lock b/community/listmonk/1.1.1/Chart.lock deleted file mode 100644 index 4c0ba97d58..0000000000 --- a/community/listmonk/1.1.1/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: file://../../../common - version: 1.1.1 -digest: sha256:a7dbe3e4d42dbcd4325776e5e01a1d630c7f185f79e7ebf22b1b9cc80f56eed7 -generated: "2023-10-11T15:34:06.716391369+03:00" diff --git a/community/listmonk/1.1.1/charts/common-1.1.1.tgz b/community/listmonk/1.1.1/charts/common-1.1.1.tgz deleted file mode 100644 index ee54ba6d11..0000000000 Binary files a/community/listmonk/1.1.1/charts/common-1.1.1.tgz and /dev/null differ diff --git a/community/listmonk/1.1.2/Chart.lock b/community/listmonk/1.1.2/Chart.lock new file mode 100644 index 0000000000..0f1c4154db --- /dev/null +++ b/community/listmonk/1.1.2/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: file://../../../common + version: 1.2.1 +digest: sha256:d695592ea5213fe64453171205ca326015d02df3888a7858becc0c733b0de4c7 +generated: "2023-11-06T19:48:12.230410612+02:00" diff --git a/community/listmonk/1.1.1/Chart.yaml b/community/listmonk/1.1.2/Chart.yaml similarity index 95% rename from community/listmonk/1.1.1/Chart.yaml rename to community/listmonk/1.1.2/Chart.yaml index 05d3a523d9..af901778ce 100644 --- a/community/listmonk/1.1.1/Chart.yaml +++ b/community/listmonk/1.1.2/Chart.yaml @@ -3,7 +3,7 @@ description: Listmonk is a self-hosted newsletter and mailing list manager. annotations: title: Listmonk type: application -version: 1.1.1 +version: 1.1.2 apiVersion: v2 appVersion: v2.5.1 kubeVersion: '>=1.16.0-0' @@ -14,7 +14,7 @@ maintainers: dependencies: - name: common repository: file://../../../common - version: 1.1.1 + version: 1.2.1 home: https://listmonk.app/ icon: https://media.sys.truenas.net/apps/listmonk/icons/icon.svg sources: diff --git a/community/listmonk/1.1.1/README.md b/community/listmonk/1.1.2/README.md similarity index 100% rename from community/listmonk/1.1.1/README.md rename to community/listmonk/1.1.2/README.md diff --git a/community/listmonk/1.1.1/app-readme.md b/community/listmonk/1.1.2/app-readme.md similarity index 100% rename from community/listmonk/1.1.1/app-readme.md rename to community/listmonk/1.1.2/app-readme.md diff --git a/community/listmonk/1.1.2/charts/common-1.2.1.tgz b/community/listmonk/1.1.2/charts/common-1.2.1.tgz new file mode 100644 index 0000000000..df999dd037 Binary files /dev/null and b/community/listmonk/1.1.2/charts/common-1.2.1.tgz differ diff --git a/community/listmonk/1.1.1/ci/basic-values.yaml b/community/listmonk/1.1.2/ci/basic-values.yaml similarity index 100% rename from community/listmonk/1.1.1/ci/basic-values.yaml rename to community/listmonk/1.1.2/ci/basic-values.yaml diff --git a/community/listmonk/1.1.1/ci/extra-values.yaml b/community/listmonk/1.1.2/ci/extra-values.yaml similarity index 100% rename from community/listmonk/1.1.1/ci/extra-values.yaml rename to community/listmonk/1.1.2/ci/extra-values.yaml diff --git a/community/listmonk/1.1.1/ci/hostNet-values.yaml b/community/listmonk/1.1.2/ci/hostNet-values.yaml similarity index 100% rename from community/listmonk/1.1.1/ci/hostNet-values.yaml rename to community/listmonk/1.1.2/ci/hostNet-values.yaml diff --git a/community/listmonk/1.1.1/ix_values.yaml b/community/listmonk/1.1.2/ix_values.yaml similarity index 100% rename from community/listmonk/1.1.1/ix_values.yaml rename to community/listmonk/1.1.2/ix_values.yaml diff --git a/community/listmonk/1.1.1/metadata.yaml b/community/listmonk/1.1.2/metadata.yaml similarity index 100% rename from community/listmonk/1.1.1/metadata.yaml rename to community/listmonk/1.1.2/metadata.yaml diff --git a/community/listmonk/1.1.1/questions.yaml b/community/listmonk/1.1.2/questions.yaml similarity index 100% rename from community/listmonk/1.1.1/questions.yaml rename to community/listmonk/1.1.2/questions.yaml diff --git a/community/listmonk/1.1.1/templates/NOTES.txt b/community/listmonk/1.1.2/templates/NOTES.txt similarity index 100% rename from community/listmonk/1.1.1/templates/NOTES.txt rename to community/listmonk/1.1.2/templates/NOTES.txt diff --git a/community/listmonk/1.1.1/templates/_configuration.tpl b/community/listmonk/1.1.2/templates/_configuration.tpl similarity index 100% rename from community/listmonk/1.1.1/templates/_configuration.tpl rename to community/listmonk/1.1.2/templates/_configuration.tpl diff --git a/community/listmonk/1.1.1/templates/_listmonk.tpl b/community/listmonk/1.1.2/templates/_listmonk.tpl similarity index 100% rename from community/listmonk/1.1.1/templates/_listmonk.tpl rename to community/listmonk/1.1.2/templates/_listmonk.tpl diff --git a/community/listmonk/1.1.1/templates/_persistence.tpl b/community/listmonk/1.1.2/templates/_persistence.tpl similarity index 55% rename from community/listmonk/1.1.1/templates/_persistence.tpl rename to community/listmonk/1.1.2/templates/_persistence.tpl index 5cb5653cb3..27dba34179 100644 --- a/community/listmonk/1.1.1/templates/_persistence.tpl +++ b/community/listmonk/1.1.2/templates/_persistence.tpl @@ -44,35 +44,8 @@ persistence: mountPath: {{ $storage.mountPath }} {{- end -}} - {{/* Database */}} - postgresdata: - enabled: true - type: {{ .Values.listmonkStorage.pgData.type }} - datasetName: {{ .Values.listmonkStorage.pgData.datasetName | default "" }} - hostPath: {{ .Values.listmonkStorage.pgData.hostPath | default "" }} - targetSelector: - # Postgres pod - postgres: - # Postgres container - postgres: - mountPath: /var/lib/postgresql/data - # Postgres - Permissions container - # Different than the 01-permissions - permissions: - mountPath: /mnt/directories/postgres_data - postgresbackup: - enabled: true - type: {{ .Values.listmonkStorage.pgBackup.type }} - datasetName: {{ .Values.listmonkStorage.pgBackup.datasetName | default "" }} - hostPath: {{ .Values.listmonkStorage.pgBackup.hostPath | default "" }} - targetSelector: - # Postgres backup pod - postgresbackup: - # Postgres backup container - postgresbackup: - mountPath: /postgres_backup - # Postgres - Permissions container - # Different than the 01-permissions - permissions: - mountPath: /mnt/directories/postgres_backup + {{- include "ix.v1.common.app.postgresPersistence" + (dict "pgData" .Values.listmonkStorage.pgData + "pgBackup" .Values.listmonkStorage.pgBackup + ) | nindent 2 }} {{- end -}} diff --git a/community/listmonk/1.1.1/templates/_portal.tpl b/community/listmonk/1.1.2/templates/_portal.tpl similarity index 100% rename from community/listmonk/1.1.1/templates/_portal.tpl rename to community/listmonk/1.1.2/templates/_portal.tpl diff --git a/community/listmonk/1.1.1/templates/_postgres.tpl b/community/listmonk/1.1.2/templates/_postgres.tpl similarity index 100% rename from community/listmonk/1.1.1/templates/_postgres.tpl rename to community/listmonk/1.1.2/templates/_postgres.tpl diff --git a/community/listmonk/1.1.1/templates/_service.tpl b/community/listmonk/1.1.2/templates/_service.tpl similarity index 61% rename from community/listmonk/1.1.1/templates/_service.tpl rename to community/listmonk/1.1.2/templates/_service.tpl index 7384145869..ace84af845 100644 --- a/community/listmonk/1.1.1/templates/_service.tpl +++ b/community/listmonk/1.1.2/templates/_service.tpl @@ -12,15 +12,6 @@ service: port: {{ .Values.listmonkNetwork.webPort }} nodePort: {{ .Values.listmonkNetwork.webPort }} targetSelector: listmonk - postgres: - enabled: true - type: ClusterIP - targetSelector: postgres - ports: - postgres: - enabled: true - primary: true - port: 5432 - targetPort: 5432 - targetSelector: postgres + {{- include "ix.v1.common.app.postgresService" $ | nindent 2 }} + {{- end -}} diff --git a/community/listmonk/1.1.1/templates/common.yaml b/community/listmonk/1.1.2/templates/common.yaml similarity index 100% rename from community/listmonk/1.1.1/templates/common.yaml rename to community/listmonk/1.1.2/templates/common.yaml diff --git a/community/odoo/1.0.2/Chart.lock b/community/odoo/1.0.2/Chart.lock deleted file mode 100644 index eb07e513da..0000000000 --- a/community/odoo/1.0.2/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: file://../../../common - version: 1.1.1 -digest: sha256:a7dbe3e4d42dbcd4325776e5e01a1d630c7f185f79e7ebf22b1b9cc80f56eed7 -generated: "2023-10-17T17:57:09.95481132+03:00" diff --git a/community/odoo/1.0.2/charts/common-1.1.1.tgz b/community/odoo/1.0.2/charts/common-1.1.1.tgz deleted file mode 100644 index 33cef4b4f7..0000000000 Binary files a/community/odoo/1.0.2/charts/common-1.1.1.tgz and /dev/null differ diff --git a/community/odoo/1.0.3/Chart.lock b/community/odoo/1.0.3/Chart.lock new file mode 100644 index 0000000000..832623e87d --- /dev/null +++ b/community/odoo/1.0.3/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: file://../../../common + version: 1.2.1 +digest: sha256:d695592ea5213fe64453171205ca326015d02df3888a7858becc0c733b0de4c7 +generated: "2023-11-06T19:52:22.015444086+02:00" diff --git a/community/odoo/1.0.2/Chart.yaml b/community/odoo/1.0.3/Chart.yaml similarity index 94% rename from community/odoo/1.0.2/Chart.yaml rename to community/odoo/1.0.3/Chart.yaml index 520d723fab..c7b8a5e3e9 100644 --- a/community/odoo/1.0.2/Chart.yaml +++ b/community/odoo/1.0.3/Chart.yaml @@ -3,7 +3,7 @@ description: Odoo is a suite of web based open source business apps. annotations: title: Odoo type: application -version: 1.0.2 +version: 1.0.3 apiVersion: v2 appVersion: '16.0' kubeVersion: '>=1.16.0-0' @@ -14,7 +14,7 @@ maintainers: dependencies: - name: common repository: file://../../../common - version: 1.1.1 + version: 1.2.1 home: https://www.odoo.com/ icon: https://media.sys.truenas.net/apps/odoo/icons/icon.png sources: diff --git a/community/odoo/1.0.2/README.md b/community/odoo/1.0.3/README.md similarity index 100% rename from community/odoo/1.0.2/README.md rename to community/odoo/1.0.3/README.md diff --git a/community/odoo/1.0.2/app-readme.md b/community/odoo/1.0.3/app-readme.md similarity index 100% rename from community/odoo/1.0.2/app-readme.md rename to community/odoo/1.0.3/app-readme.md diff --git a/community/odoo/1.0.3/charts/common-1.2.1.tgz b/community/odoo/1.0.3/charts/common-1.2.1.tgz new file mode 100644 index 0000000000..54dcf1d1f3 Binary files /dev/null and b/community/odoo/1.0.3/charts/common-1.2.1.tgz differ diff --git a/community/odoo/1.0.2/ci/basic-values.yaml b/community/odoo/1.0.3/ci/basic-values.yaml similarity index 100% rename from community/odoo/1.0.2/ci/basic-values.yaml rename to community/odoo/1.0.3/ci/basic-values.yaml diff --git a/community/odoo/1.0.2/ci/extra-values.yaml b/community/odoo/1.0.3/ci/extra-values.yaml similarity index 100% rename from community/odoo/1.0.2/ci/extra-values.yaml rename to community/odoo/1.0.3/ci/extra-values.yaml diff --git a/community/odoo/1.0.2/ix_values.yaml b/community/odoo/1.0.3/ix_values.yaml similarity index 100% rename from community/odoo/1.0.2/ix_values.yaml rename to community/odoo/1.0.3/ix_values.yaml diff --git a/community/odoo/1.0.2/metadata.yaml b/community/odoo/1.0.3/metadata.yaml similarity index 100% rename from community/odoo/1.0.2/metadata.yaml rename to community/odoo/1.0.3/metadata.yaml diff --git a/community/odoo/1.0.2/questions.yaml b/community/odoo/1.0.3/questions.yaml similarity index 100% rename from community/odoo/1.0.2/questions.yaml rename to community/odoo/1.0.3/questions.yaml diff --git a/community/odoo/1.0.2/templates/NOTES.txt b/community/odoo/1.0.3/templates/NOTES.txt similarity index 100% rename from community/odoo/1.0.2/templates/NOTES.txt rename to community/odoo/1.0.3/templates/NOTES.txt diff --git a/community/odoo/1.0.2/templates/_configuration.tpl b/community/odoo/1.0.3/templates/_configuration.tpl similarity index 100% rename from community/odoo/1.0.2/templates/_configuration.tpl rename to community/odoo/1.0.3/templates/_configuration.tpl diff --git a/community/odoo/1.0.2/templates/_odoo.tpl b/community/odoo/1.0.3/templates/_odoo.tpl similarity index 100% rename from community/odoo/1.0.2/templates/_odoo.tpl rename to community/odoo/1.0.3/templates/_odoo.tpl diff --git a/community/odoo/1.0.2/templates/_persistence.tpl b/community/odoo/1.0.3/templates/_persistence.tpl similarity index 58% rename from community/odoo/1.0.2/templates/_persistence.tpl rename to community/odoo/1.0.3/templates/_persistence.tpl index af3244ac58..eeea0e552e 100644 --- a/community/odoo/1.0.2/templates/_persistence.tpl +++ b/community/odoo/1.0.3/templates/_persistence.tpl @@ -50,33 +50,9 @@ persistence: mountPath: /etc/odoo/odoo.conf readOnly: true subPath: odoo.conf - # Postgres - postgresdata: - enabled: true - type: {{ .Values.odooStorage.pgData.type }} - datasetName: {{ .Values.odooStorage.pgData.datasetName | default "" }} - hostPath: {{ .Values.odooStorage.pgData.hostPath | default "" }} - targetSelector: - # Postgres pod - postgres: - # Postgres container - postgres: - mountPath: /var/lib/postgresql/data - # Permissions container - permissions: - mountPath: /mnt/directories/postgres_data - postgresbackup: - enabled: true - type: {{ .Values.odooStorage.pgBackup.type }} - datasetName: {{ .Values.odooStorage.pgBackup.datasetName | default "" }} - hostPath: {{ .Values.odooStorage.pgBackup.hostPath | default "" }} - targetSelector: - # Postgres backup pod - postgresbackup: - # Postgres backup container - postgresbackup: - mountPath: /postgres_backup - # Permissions container - permissions: - mountPath: /mnt/directories/postgres_backup + + {{- include "ix.v1.common.app.postgresPersistence" + (dict "pgData" .Values.odooStorage.pgData + "pgBackup" .Values.odooStorage.pgBackup + ) | nindent 2 }} {{- end -}} diff --git a/community/odoo/1.0.2/templates/_portal.tpl b/community/odoo/1.0.3/templates/_portal.tpl similarity index 100% rename from community/odoo/1.0.2/templates/_portal.tpl rename to community/odoo/1.0.3/templates/_portal.tpl diff --git a/community/odoo/1.0.2/templates/_postgres.tpl b/community/odoo/1.0.3/templates/_postgres.tpl similarity index 100% rename from community/odoo/1.0.2/templates/_postgres.tpl rename to community/odoo/1.0.3/templates/_postgres.tpl diff --git a/community/odoo/1.0.2/templates/_service.tpl b/community/odoo/1.0.3/templates/_service.tpl similarity index 60% rename from community/odoo/1.0.2/templates/_service.tpl rename to community/odoo/1.0.3/templates/_service.tpl index 9705c15405..fb68cae112 100644 --- a/community/odoo/1.0.2/templates/_service.tpl +++ b/community/odoo/1.0.3/templates/_service.tpl @@ -12,15 +12,6 @@ service: port: {{ .Values.odooNetwork.webPort }} nodePort: {{ .Values.odooNetwork.webPort }} targetSelector: odoo - # Postgres - postgres: - enabled: true - type: ClusterIP - targetSelector: postgres - ports: - postgres: - enabled: true - primary: true - port: 5432 - targetSelector: postgres + {{- include "ix.v1.common.app.postgresService" $ | nindent 2 }} + {{- end -}} diff --git a/community/odoo/1.0.2/templates/common.yaml b/community/odoo/1.0.3/templates/common.yaml similarity index 100% rename from community/odoo/1.0.2/templates/common.yaml rename to community/odoo/1.0.3/templates/common.yaml diff --git a/community/paperless-ngx/1.1.1/Chart.lock b/community/paperless-ngx/1.1.1/Chart.lock deleted file mode 100644 index 33854cfcdd..0000000000 --- a/community/paperless-ngx/1.1.1/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: file://../../../common - version: 1.1.1 -digest: sha256:a7dbe3e4d42dbcd4325776e5e01a1d630c7f185f79e7ebf22b1b9cc80f56eed7 -generated: "2023-09-12T16:52:35.658245695+03:00" diff --git a/community/paperless-ngx/1.1.1/charts/common-1.1.1.tgz b/community/paperless-ngx/1.1.1/charts/common-1.1.1.tgz deleted file mode 100644 index d006a24fac..0000000000 Binary files a/community/paperless-ngx/1.1.1/charts/common-1.1.1.tgz and /dev/null differ diff --git a/community/paperless-ngx/1.1.2/Chart.lock b/community/paperless-ngx/1.1.2/Chart.lock new file mode 100644 index 0000000000..242d17299b --- /dev/null +++ b/community/paperless-ngx/1.1.2/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: file://../../../common + version: 1.2.1 +digest: sha256:d695592ea5213fe64453171205ca326015d02df3888a7858becc0c733b0de4c7 +generated: "2023-11-06T19:53:39.992943715+02:00" diff --git a/community/paperless-ngx/1.1.1/Chart.yaml b/community/paperless-ngx/1.1.2/Chart.yaml similarity index 95% rename from community/paperless-ngx/1.1.1/Chart.yaml rename to community/paperless-ngx/1.1.2/Chart.yaml index 237ce96a9e..1ba5f1c862 100644 --- a/community/paperless-ngx/1.1.1/Chart.yaml +++ b/community/paperless-ngx/1.1.2/Chart.yaml @@ -3,7 +3,7 @@ description: Paperless-ngx is a document management system that transforms your annotations: title: Paperless-ngx type: application -version: 1.1.1 +version: 1.1.2 apiVersion: v2 appVersion: 1.17.4 kubeVersion: '>=1.16.0-0' @@ -14,7 +14,7 @@ maintainers: dependencies: - name: common repository: file://../../../common - version: 1.1.1 + version: 1.2.1 home: https://docs.paperless-ngx.com icon: https://media.sys.truenas.net/apps/paperless-ngx/icons/icon.svg sources: diff --git a/community/paperless-ngx/1.1.1/README.md b/community/paperless-ngx/1.1.2/README.md similarity index 100% rename from community/paperless-ngx/1.1.1/README.md rename to community/paperless-ngx/1.1.2/README.md diff --git a/community/paperless-ngx/1.1.1/app-readme.md b/community/paperless-ngx/1.1.2/app-readme.md similarity index 100% rename from community/paperless-ngx/1.1.1/app-readme.md rename to community/paperless-ngx/1.1.2/app-readme.md diff --git a/community/paperless-ngx/1.1.2/charts/common-1.2.1.tgz b/community/paperless-ngx/1.1.2/charts/common-1.2.1.tgz new file mode 100644 index 0000000000..c3a30ad6c9 Binary files /dev/null and b/community/paperless-ngx/1.1.2/charts/common-1.2.1.tgz differ diff --git a/community/paperless-ngx/1.1.1/ci/basic-values.yaml b/community/paperless-ngx/1.1.2/ci/basic-values.yaml similarity index 100% rename from community/paperless-ngx/1.1.1/ci/basic-values.yaml rename to community/paperless-ngx/1.1.2/ci/basic-values.yaml diff --git a/community/paperless-ngx/1.1.1/ci/extra-values.yaml b/community/paperless-ngx/1.1.2/ci/extra-values.yaml similarity index 100% rename from community/paperless-ngx/1.1.1/ci/extra-values.yaml rename to community/paperless-ngx/1.1.2/ci/extra-values.yaml diff --git a/community/paperless-ngx/1.1.1/ci/hostNet-values.yaml b/community/paperless-ngx/1.1.2/ci/hostNet-values.yaml similarity index 100% rename from community/paperless-ngx/1.1.1/ci/hostNet-values.yaml rename to community/paperless-ngx/1.1.2/ci/hostNet-values.yaml diff --git a/community/paperless-ngx/1.1.1/ix_values.yaml b/community/paperless-ngx/1.1.2/ix_values.yaml similarity index 100% rename from community/paperless-ngx/1.1.1/ix_values.yaml rename to community/paperless-ngx/1.1.2/ix_values.yaml diff --git a/community/paperless-ngx/1.1.1/metadata.yaml b/community/paperless-ngx/1.1.2/metadata.yaml similarity index 100% rename from community/paperless-ngx/1.1.1/metadata.yaml rename to community/paperless-ngx/1.1.2/metadata.yaml diff --git a/community/paperless-ngx/1.1.1/questions.yaml b/community/paperless-ngx/1.1.2/questions.yaml similarity index 100% rename from community/paperless-ngx/1.1.1/questions.yaml rename to community/paperless-ngx/1.1.2/questions.yaml diff --git a/community/paperless-ngx/1.1.1/templates/NOTES.txt b/community/paperless-ngx/1.1.2/templates/NOTES.txt similarity index 100% rename from community/paperless-ngx/1.1.1/templates/NOTES.txt rename to community/paperless-ngx/1.1.2/templates/NOTES.txt diff --git a/community/paperless-ngx/1.1.1/templates/_configuration.tpl b/community/paperless-ngx/1.1.2/templates/_configuration.tpl similarity index 100% rename from community/paperless-ngx/1.1.1/templates/_configuration.tpl rename to community/paperless-ngx/1.1.2/templates/_configuration.tpl diff --git a/community/paperless-ngx/1.1.1/templates/_paperless.tpl b/community/paperless-ngx/1.1.2/templates/_paperless.tpl similarity index 100% rename from community/paperless-ngx/1.1.1/templates/_paperless.tpl rename to community/paperless-ngx/1.1.2/templates/_paperless.tpl diff --git a/community/paperless-ngx/1.1.1/templates/_persistence.tpl b/community/paperless-ngx/1.1.2/templates/_persistence.tpl similarity index 68% rename from community/paperless-ngx/1.1.1/templates/_persistence.tpl rename to community/paperless-ngx/1.1.2/templates/_persistence.tpl index 367b3fbf3a..01c2a2e2af 100644 --- a/community/paperless-ngx/1.1.1/templates/_persistence.tpl +++ b/community/paperless-ngx/1.1.2/templates/_persistence.tpl @@ -71,34 +71,8 @@ persistence: mountPath: {{ $storage.mountPath }} {{- end }} - postgresdata: - enabled: true - type: {{ .Values.paperlessStorage.pgData.type }} - datasetName: {{ .Values.paperlessStorage.pgData.datasetName | default "" }} - hostPath: {{ .Values.paperlessStorage.pgData.hostPath | default "" }} - targetSelector: - # Postgres pod - postgres: - # Postgres container - postgres: - mountPath: /var/lib/postgresql/data - # Postgres - Permissions container - # Different than the 01-permissions - permissions: - mountPath: /mnt/directories/postgres_data - postgresbackup: - enabled: true - type: {{ .Values.paperlessStorage.pgBackup.type }} - datasetName: {{ .Values.paperlessStorage.pgBackup.datasetName | default "" }} - hostPath: {{ .Values.paperlessStorage.pgBackup.hostPath | default "" }} - targetSelector: - # Postgres backup pod - postgresbackup: - # Postgres backup container - postgresbackup: - mountPath: /postgres_backup - # Postgres - Permissions container - # Different than the 01-permissions - permissions: - mountPath: /mnt/directories/postgres_backup + {{- include "ix.v1.common.app.postgresPersistence" + (dict "pgData" .Values.paperlessStorage.pgData + "pgBackup" .Values.paperlessStorage.pgBackup + ) | nindent 2 }} {{- end -}} diff --git a/community/paperless-ngx/1.1.1/templates/_portal.tpl b/community/paperless-ngx/1.1.2/templates/_portal.tpl similarity index 100% rename from community/paperless-ngx/1.1.1/templates/_portal.tpl rename to community/paperless-ngx/1.1.2/templates/_portal.tpl diff --git a/community/paperless-ngx/1.1.1/templates/_postgres.tpl b/community/paperless-ngx/1.1.2/templates/_postgres.tpl similarity index 100% rename from community/paperless-ngx/1.1.1/templates/_postgres.tpl rename to community/paperless-ngx/1.1.2/templates/_postgres.tpl diff --git a/community/paperless-ngx/1.1.1/templates/_redis.tpl b/community/paperless-ngx/1.1.2/templates/_redis.tpl similarity index 100% rename from community/paperless-ngx/1.1.1/templates/_redis.tpl rename to community/paperless-ngx/1.1.2/templates/_redis.tpl diff --git a/community/paperless-ngx/1.1.1/templates/_service.tpl b/community/paperless-ngx/1.1.2/templates/_service.tpl similarity index 71% rename from community/paperless-ngx/1.1.1/templates/_service.tpl rename to community/paperless-ngx/1.1.2/templates/_service.tpl index 2ad9694680..9948566299 100644 --- a/community/paperless-ngx/1.1.1/templates/_service.tpl +++ b/community/paperless-ngx/1.1.2/templates/_service.tpl @@ -25,15 +25,6 @@ service: targetPort: 6379 targetSelector: redis - postgres: - enabled: true - type: ClusterIP - targetSelector: postgres - ports: - postgres: - enabled: true - primary: true - port: 5432 - targetPort: 5432 - targetSelector: postgres + {{- include "ix.v1.common.app.postgresService" $ | nindent 2 }} + {{- end -}} diff --git a/community/paperless-ngx/1.1.1/templates/common.yaml b/community/paperless-ngx/1.1.2/templates/common.yaml similarity index 100% rename from community/paperless-ngx/1.1.1/templates/common.yaml rename to community/paperless-ngx/1.1.2/templates/common.yaml diff --git a/community/planka/1.1.2/Chart.lock b/community/planka/1.1.2/Chart.lock deleted file mode 100644 index 7fcc0a6cf5..0000000000 --- a/community/planka/1.1.2/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: file://../../../common - version: 1.1.1 -digest: sha256:a7dbe3e4d42dbcd4325776e5e01a1d630c7f185f79e7ebf22b1b9cc80f56eed7 -generated: "2023-10-18T08:08:50.240697425+03:00" diff --git a/community/planka/1.1.2/charts/common-1.1.1.tgz b/community/planka/1.1.2/charts/common-1.1.1.tgz deleted file mode 100644 index 58d44318e0..0000000000 Binary files a/community/planka/1.1.2/charts/common-1.1.1.tgz and /dev/null differ diff --git a/community/planka/1.1.3/Chart.lock b/community/planka/1.1.3/Chart.lock new file mode 100644 index 0000000000..f645c70659 --- /dev/null +++ b/community/planka/1.1.3/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: file://../../../common + version: 1.2.1 +digest: sha256:d695592ea5213fe64453171205ca326015d02df3888a7858becc0c733b0de4c7 +generated: "2023-11-06T19:55:14.483127524+02:00" diff --git a/community/planka/1.1.2/Chart.yaml b/community/planka/1.1.3/Chart.yaml similarity index 94% rename from community/planka/1.1.2/Chart.yaml rename to community/planka/1.1.3/Chart.yaml index ea6a36b7d9..7e021c9834 100644 --- a/community/planka/1.1.2/Chart.yaml +++ b/community/planka/1.1.3/Chart.yaml @@ -3,7 +3,7 @@ description: Planka is an Elegant open source project tracking annotations: title: Planka type: application -version: 1.1.2 +version: 1.1.3 apiVersion: v2 appVersion: 1.14.3 kubeVersion: '>=1.16.0-0' @@ -14,7 +14,7 @@ maintainers: dependencies: - name: common repository: file://../../../common - version: 1.1.1 + version: 1.2.1 home: https://github.com/plankanban/planka icon: https://media.sys.truenas.net/apps/planka/icons/icon.png sources: diff --git a/community/planka/1.1.2/README.md b/community/planka/1.1.3/README.md similarity index 100% rename from community/planka/1.1.2/README.md rename to community/planka/1.1.3/README.md diff --git a/community/planka/1.1.2/app-readme.md b/community/planka/1.1.3/app-readme.md similarity index 100% rename from community/planka/1.1.2/app-readme.md rename to community/planka/1.1.3/app-readme.md diff --git a/community/planka/1.1.3/charts/common-1.2.1.tgz b/community/planka/1.1.3/charts/common-1.2.1.tgz new file mode 100644 index 0000000000..e5e5492223 Binary files /dev/null and b/community/planka/1.1.3/charts/common-1.2.1.tgz differ diff --git a/community/planka/1.1.2/ci/basic-values.yaml b/community/planka/1.1.3/ci/basic-values.yaml similarity index 100% rename from community/planka/1.1.2/ci/basic-values.yaml rename to community/planka/1.1.3/ci/basic-values.yaml diff --git a/community/planka/1.1.2/ci/extra-values.yaml b/community/planka/1.1.3/ci/extra-values.yaml similarity index 100% rename from community/planka/1.1.2/ci/extra-values.yaml rename to community/planka/1.1.3/ci/extra-values.yaml diff --git a/community/planka/1.1.2/ci/hostNet-values.yaml b/community/planka/1.1.3/ci/hostNet-values.yaml similarity index 100% rename from community/planka/1.1.2/ci/hostNet-values.yaml rename to community/planka/1.1.3/ci/hostNet-values.yaml diff --git a/community/planka/1.1.2/ix_values.yaml b/community/planka/1.1.3/ix_values.yaml similarity index 100% rename from community/planka/1.1.2/ix_values.yaml rename to community/planka/1.1.3/ix_values.yaml diff --git a/community/planka/1.1.2/metadata.yaml b/community/planka/1.1.3/metadata.yaml similarity index 100% rename from community/planka/1.1.2/metadata.yaml rename to community/planka/1.1.3/metadata.yaml diff --git a/community/planka/1.1.2/questions.yaml b/community/planka/1.1.3/questions.yaml similarity index 100% rename from community/planka/1.1.2/questions.yaml rename to community/planka/1.1.3/questions.yaml diff --git a/community/planka/1.1.2/templates/NOTES.txt b/community/planka/1.1.3/templates/NOTES.txt similarity index 100% rename from community/planka/1.1.2/templates/NOTES.txt rename to community/planka/1.1.3/templates/NOTES.txt diff --git a/community/planka/1.1.2/templates/_configuration.tpl b/community/planka/1.1.3/templates/_configuration.tpl similarity index 100% rename from community/planka/1.1.2/templates/_configuration.tpl rename to community/planka/1.1.3/templates/_configuration.tpl diff --git a/community/planka/1.1.2/templates/_persistence.tpl b/community/planka/1.1.3/templates/_persistence.tpl similarity index 67% rename from community/planka/1.1.2/templates/_persistence.tpl rename to community/planka/1.1.3/templates/_persistence.tpl index aeca9787a9..1bde3ee95b 100644 --- a/community/planka/1.1.2/templates/_persistence.tpl +++ b/community/planka/1.1.3/templates/_persistence.tpl @@ -68,35 +68,9 @@ persistence: mountPath: /mnt/directories{{ $storage.mountPath }} {{- end }} - {{/* Database */}} - postgresdata: - enabled: true - type: {{ .Values.plankaStorage.pgData.type }} - datasetName: {{ .Values.plankaStorage.pgData.datasetName | default "" }} - hostPath: {{ .Values.plankaStorage.pgData.hostPath | default "" }} - targetSelector: - # Postgres pod - postgres: - # Postgres container - postgres: - mountPath: /var/lib/postgresql/data - # Postgres - Permissions container - # Different than the 01-permissions - permissions: - mountPath: /mnt/directories/postgres_data - postgresbackup: - enabled: true - type: {{ .Values.plankaStorage.pgBackup.type }} - datasetName: {{ .Values.plankaStorage.pgBackup.datasetName | default "" }} - hostPath: {{ .Values.plankaStorage.pgBackup.hostPath | default "" }} - targetSelector: - # Postgres backup pod - postgresbackup: - # Postgres backup container - postgresbackup: - mountPath: /postgres_backup - # Postgres - Permissions container - # Different than the 01-permissions - permissions: - mountPath: /mnt/directories/postgres_backup + + {{- include "ix.v1.common.app.postgresPersistence" + (dict "pgData" .Values.plankaStorage.pgData + "pgBackup" .Values.plankaStorage.pgBackup + ) | nindent 2 }} {{- end -}} diff --git a/community/planka/1.1.2/templates/_planka.tpl b/community/planka/1.1.3/templates/_planka.tpl similarity index 100% rename from community/planka/1.1.2/templates/_planka.tpl rename to community/planka/1.1.3/templates/_planka.tpl diff --git a/community/planka/1.1.2/templates/_portal.tpl b/community/planka/1.1.3/templates/_portal.tpl similarity index 100% rename from community/planka/1.1.2/templates/_portal.tpl rename to community/planka/1.1.3/templates/_portal.tpl diff --git a/community/planka/1.1.2/templates/_postgres.tpl b/community/planka/1.1.3/templates/_postgres.tpl similarity index 100% rename from community/planka/1.1.2/templates/_postgres.tpl rename to community/planka/1.1.3/templates/_postgres.tpl diff --git a/community/planka/1.1.2/templates/_service.tpl b/community/planka/1.1.3/templates/_service.tpl similarity index 60% rename from community/planka/1.1.2/templates/_service.tpl rename to community/planka/1.1.3/templates/_service.tpl index ac1dcfb27a..ba9ae1508b 100644 --- a/community/planka/1.1.2/templates/_service.tpl +++ b/community/planka/1.1.3/templates/_service.tpl @@ -12,15 +12,6 @@ service: port: {{ .Values.plankaNetwork.webPort }} nodePort: {{ .Values.plankaNetwork.webPort }} targetSelector: planka - postgres: - enabled: true - type: ClusterIP - targetSelector: postgres - ports: - postgres: - enabled: true - primary: true - port: 5432 - targetPort: 5432 - targetSelector: postgres + {{- include "ix.v1.common.app.postgresService" $ | nindent 2 }} + {{- end -}} diff --git a/community/planka/1.1.2/templates/common.yaml b/community/planka/1.1.3/templates/common.yaml similarity index 100% rename from community/planka/1.1.2/templates/common.yaml rename to community/planka/1.1.3/templates/common.yaml diff --git a/community/transmission/1.1.1/Chart.lock b/community/transmission/1.1.1/Chart.lock deleted file mode 100644 index 403ea38467..0000000000 --- a/community/transmission/1.1.1/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: file://../../../common - version: 1.1.1 -digest: sha256:a7dbe3e4d42dbcd4325776e5e01a1d630c7f185f79e7ebf22b1b9cc80f56eed7 -generated: "2023-10-16T17:29:21.813857406+03:00" diff --git a/community/transmission/1.1.1/charts/common-1.1.1.tgz b/community/transmission/1.1.1/charts/common-1.1.1.tgz deleted file mode 100644 index 40f6fac483..0000000000 Binary files a/community/transmission/1.1.1/charts/common-1.1.1.tgz and /dev/null differ diff --git a/community/transmission/1.1.1/templates/_configuration.tpl b/community/transmission/1.1.1/templates/_configuration.tpl deleted file mode 100644 index 3e608dc4d2..0000000000 --- a/community/transmission/1.1.1/templates/_configuration.tpl +++ /dev/null @@ -1,13 +0,0 @@ -{{- define "transmission.configuration" -}} -configmap: - transmission-config: - enabled: true - data: - TRANSMISSION__RPC_ENABLED: "true" - TRANSMISSION__RPC_BIND_ADDRESS: "0.0.0.0" - TRANSMISSION__RPC_PORT: {{ .Values.transmissionNetwork.webPort | quote }} - TRANSMISSION__PEER_PORT: {{ .Values.transmissionNetwork.peerPort | quote }} - TRANSMISSION__DOWNLOAD_DIR: "/downloads/complete" - TRANSMISSION__INCOMPLETE_DIR_ENABLED: "true" - TRANSMISSION__INCOMPLETE_DIR: "/downloads/incomplete" -{{- end -}} diff --git a/community/transmission/1.2.0/Chart.lock b/community/transmission/1.2.0/Chart.lock new file mode 100644 index 0000000000..224e2362d7 --- /dev/null +++ b/community/transmission/1.2.0/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: file://../../../common + version: 1.2.1 +digest: sha256:d695592ea5213fe64453171205ca326015d02df3888a7858becc0c733b0de4c7 +generated: "2023-11-06T15:41:02.971860881+02:00" diff --git a/community/transmission/1.1.1/Chart.yaml b/community/transmission/1.2.0/Chart.yaml similarity index 95% rename from community/transmission/1.1.1/Chart.yaml rename to community/transmission/1.2.0/Chart.yaml index 53e1b7094b..0d23af7aba 100644 --- a/community/transmission/1.1.1/Chart.yaml +++ b/community/transmission/1.2.0/Chart.yaml @@ -3,7 +3,7 @@ description: Transmission is designed for easy, powerful use. annotations: title: Transmission type: application -version: 1.1.1 +version: 1.2.0 apiVersion: v2 appVersion: 4.0.4 kubeVersion: '>=1.16.0-0' @@ -14,7 +14,7 @@ maintainers: dependencies: - name: common repository: file://../../../common - version: 1.1.1 + version: 1.2.1 home: https://transmissionbt.com/ icon: https://media.sys.truenas.net/apps/transmission/icons/icon.png sources: diff --git a/community/transmission/1.1.1/README.md b/community/transmission/1.2.0/README.md similarity index 100% rename from community/transmission/1.1.1/README.md rename to community/transmission/1.2.0/README.md diff --git a/community/transmission/1.1.1/app-readme.md b/community/transmission/1.2.0/app-readme.md similarity index 100% rename from community/transmission/1.1.1/app-readme.md rename to community/transmission/1.2.0/app-readme.md diff --git a/community/transmission/1.2.0/charts/common-1.2.1.tgz b/community/transmission/1.2.0/charts/common-1.2.1.tgz new file mode 100644 index 0000000000..f52b913c4c Binary files /dev/null and b/community/transmission/1.2.0/charts/common-1.2.1.tgz differ diff --git a/community/transmission/1.1.1/ci/basic-values.yaml b/community/transmission/1.2.0/ci/basic-values.yaml similarity index 100% rename from community/transmission/1.1.1/ci/basic-values.yaml rename to community/transmission/1.2.0/ci/basic-values.yaml diff --git a/community/transmission/1.1.1/ci/extra-values.yaml b/community/transmission/1.2.0/ci/extra-values.yaml similarity index 95% rename from community/transmission/1.1.1/ci/extra-values.yaml rename to community/transmission/1.2.0/ci/extra-values.yaml index 6640d7fdad..e183ad8573 100644 --- a/community/transmission/1.1.1/ci/extra-values.yaml +++ b/community/transmission/1.2.0/ci/extra-values.yaml @@ -20,6 +20,7 @@ transmissionStorage: type: pvc downloadsComplete: type: pvc + enableIncompleteDir: false downloadsIncomplete: type: pvc additionalStorages: diff --git a/community/transmission/1.1.1/ci/hostNet-values.yaml b/community/transmission/1.2.0/ci/hostNet-values.yaml similarity index 100% rename from community/transmission/1.1.1/ci/hostNet-values.yaml rename to community/transmission/1.2.0/ci/hostNet-values.yaml diff --git a/community/transmission/1.1.1/ix_values.yaml b/community/transmission/1.2.0/ix_values.yaml similarity index 87% rename from community/transmission/1.1.1/ix_values.yaml rename to community/transmission/1.2.0/ix_values.yaml index 51d729ae8a..aa236eeb11 100644 --- a/community/transmission/1.1.1/ix_values.yaml +++ b/community/transmission/1.2.0/ix_values.yaml @@ -27,9 +27,12 @@ transmissionStorage: downloadsComplete: type: ixVolume datasetName: downloads-complete + downloadDir: /downloads/complete + enableIncompleteDir: true downloadsIncomplete: type: ixVolume datasetName: downloads-incomplete + incompleteDir: /downloads/incomplete additionalStorages: [] notes: diff --git a/community/transmission/1.1.1/metadata.yaml b/community/transmission/1.2.0/metadata.yaml similarity index 100% rename from community/transmission/1.1.1/metadata.yaml rename to community/transmission/1.2.0/metadata.yaml diff --git a/community/transmission/1.1.1/questions.yaml b/community/transmission/1.2.0/questions.yaml similarity index 93% rename from community/transmission/1.1.1/questions.yaml rename to community/transmission/1.2.0/questions.yaml index ee6592d53a..3bd0a9afc2 100644 --- a/community/transmission/1.1.1/questions.yaml +++ b/community/transmission/1.2.0/questions.yaml @@ -189,11 +189,27 @@ questions: show_if: [["type", "=", "hostPath"]] immutable: true required: true + - variable: downloadsDir + label: Downloads Directory (In-Container) + description: The directory inside the container to store downloads. + schema: + type: path + default: /downloads/complete + required: true + immutable: true + - variable: enableIncompleteDir + label: Enable Incomplete Directory + description: Enable incomplete directory. + schema: + type: boolean + default: true + immutable: true - variable: downloadsIncomplete label: Transmission Incomplete Downloads Storage description: The path to store Transmission Incomplete Downloads. schema: type: dict + show_if: [["enableIncompleteDir", "=", true]] attrs: - variable: type label: Type @@ -228,6 +244,15 @@ questions: show_if: [["type", "=", "hostPath"]] immutable: true required: true + - variable: incompleteDir + label: Incomplete Directory (In-Container) + description: The directory inside the container to store incomplete downloads. + schema: + type: path + default: /downloads/incomplete + show_if: [["enableIncompleteDir", "=", true]] + required: true + immutable: true - variable: additionalStorages label: Additional Storage description: Transmission additional storage diff --git a/community/transmission/1.1.1/templates/NOTES.txt b/community/transmission/1.2.0/templates/NOTES.txt similarity index 100% rename from community/transmission/1.1.1/templates/NOTES.txt rename to community/transmission/1.2.0/templates/NOTES.txt diff --git a/community/transmission/1.2.0/templates/_configuration.tpl b/community/transmission/1.2.0/templates/_configuration.tpl new file mode 100644 index 0000000000..5d9d6fd95b --- /dev/null +++ b/community/transmission/1.2.0/templates/_configuration.tpl @@ -0,0 +1,15 @@ +{{- define "transmission.configuration" -}} +configmap: + transmission-config: + enabled: true + data: + TRANSMISSION__RPC_ENABLED: "true" + TRANSMISSION__RPC_BIND_ADDRESS: "0.0.0.0" + TRANSMISSION__RPC_PORT: {{ .Values.transmissionNetwork.webPort | quote }} + TRANSMISSION__PEER_PORT: {{ .Values.transmissionNetwork.peerPort | quote }} + TRANSMISSION__DOWNLOAD_DIR: {{ .Values.transmissionStorage.downloadDir | default "/downloads/complete" }} + TRANSMISSION__INCOMPLETE_DIR_ENABLED: {{ .Values.transmissionStorage.enableIncompleteDir | quote }} + {{- if .Values.transmissionStorage.enableIncompleteDir }} + TRANSMISSION__INCOMPLETE_DIR: {{ .Values.transmissionStorage.incompleteDir | default "/downloads/incomplete" }} + {{- end -}} +{{- end -}} diff --git a/community/transmission/1.1.1/templates/_persistence.tpl b/community/transmission/1.2.0/templates/_persistence.tpl similarity index 100% rename from community/transmission/1.1.1/templates/_persistence.tpl rename to community/transmission/1.2.0/templates/_persistence.tpl diff --git a/community/transmission/1.1.1/templates/_portal.tpl b/community/transmission/1.2.0/templates/_portal.tpl similarity index 100% rename from community/transmission/1.1.1/templates/_portal.tpl rename to community/transmission/1.2.0/templates/_portal.tpl diff --git a/community/transmission/1.1.1/templates/_service.tpl b/community/transmission/1.2.0/templates/_service.tpl similarity index 100% rename from community/transmission/1.1.1/templates/_service.tpl rename to community/transmission/1.2.0/templates/_service.tpl diff --git a/community/transmission/1.1.1/templates/_transmission.tpl b/community/transmission/1.2.0/templates/_transmission.tpl similarity index 100% rename from community/transmission/1.1.1/templates/_transmission.tpl rename to community/transmission/1.2.0/templates/_transmission.tpl diff --git a/community/transmission/1.1.1/templates/common.yaml b/community/transmission/1.2.0/templates/common.yaml similarity index 100% rename from community/transmission/1.1.1/templates/common.yaml rename to community/transmission/1.2.0/templates/common.yaml diff --git a/community/vaultwarden/1.0.27/templates/_postgres.tpl b/community/vaultwarden/1.0.27/templates/_postgres.tpl deleted file mode 100644 index d1fc9dba86..0000000000 --- a/community/vaultwarden/1.0.27/templates/_postgres.tpl +++ /dev/null @@ -1,48 +0,0 @@ -{{- define "postgres.workload" -}} -{{/* Postgres Database */}} -workload: -{{- include "ix.v1.common.app.postgres" (dict "secretName" "postgres-creds" "resources" .Values.resources) | nindent 2 }} - -{{/* Service */}} -service: - postgres: - enabled: true - type: ClusterIP - targetSelector: postgres - ports: - postgres: - enabled: true - primary: true - port: 5432 - targetSelector: postgres -{{/* Persistence */}} -persistence: - postgresdata: - enabled: true - type: {{ .Values.vaultwardenStorage.pgData.type }} - datasetName: {{ .Values.vaultwardenStorage.pgData.datasetName | default "" }} - hostPath: {{ .Values.vaultwardenStorage.pgData.hostPath | default "" }} - targetSelector: - # Postgres pod - postgres: - # Postgres container - postgres: - mountPath: /var/lib/postgresql/data - # Permissions container, for postgres, container is named "permissions" - permissions: - mountPath: /mnt/directories/postgres_data - postgresbackup: - enabled: true - type: {{ .Values.vaultwardenStorage.pgBackup.type }} - datasetName: {{ .Values.vaultwardenStorage.pgBackup.datasetName | default "" }} - hostPath: {{ .Values.vaultwardenStorage.pgBackup.hostPath | default "" }} - targetSelector: - # Postgres backup pod - postgresbackup: - # Postgres backup container - postgresbackup: - mountPath: /postgres_backup - # Permissions container, for postgres, container is named "permissions" - permissions: - mountPath: /mnt/directories/postgres_backup -{{- end -}} diff --git a/community/vaultwarden/1.0.27/Chart.lock b/community/vaultwarden/1.0.28/Chart.lock similarity index 100% rename from community/vaultwarden/1.0.27/Chart.lock rename to community/vaultwarden/1.0.28/Chart.lock diff --git a/community/vaultwarden/1.0.27/Chart.yaml b/community/vaultwarden/1.0.28/Chart.yaml similarity index 97% rename from community/vaultwarden/1.0.27/Chart.yaml rename to community/vaultwarden/1.0.28/Chart.yaml index 95e34888a6..51cf51493c 100644 --- a/community/vaultwarden/1.0.27/Chart.yaml +++ b/community/vaultwarden/1.0.28/Chart.yaml @@ -4,7 +4,7 @@ description: Alternative implementation of the Bitwarden server API written in R annotations: title: Vaultwarden type: application -version: 1.0.27 +version: 1.0.28 apiVersion: v2 appVersion: 1.30.0 kubeVersion: '>=1.16.0-0' diff --git a/community/vaultwarden/1.0.27/README.md b/community/vaultwarden/1.0.28/README.md similarity index 100% rename from community/vaultwarden/1.0.27/README.md rename to community/vaultwarden/1.0.28/README.md diff --git a/community/vaultwarden/1.0.27/app-readme.md b/community/vaultwarden/1.0.28/app-readme.md similarity index 100% rename from community/vaultwarden/1.0.27/app-readme.md rename to community/vaultwarden/1.0.28/app-readme.md diff --git a/community/vaultwarden/1.0.27/charts/common-1.2.1.tgz b/community/vaultwarden/1.0.28/charts/common-1.2.1.tgz similarity index 100% rename from community/vaultwarden/1.0.27/charts/common-1.2.1.tgz rename to community/vaultwarden/1.0.28/charts/common-1.2.1.tgz diff --git a/community/vaultwarden/1.0.27/ci/additional-env-values.yaml b/community/vaultwarden/1.0.28/ci/additional-env-values.yaml similarity index 100% rename from community/vaultwarden/1.0.27/ci/additional-env-values.yaml rename to community/vaultwarden/1.0.28/ci/additional-env-values.yaml diff --git a/community/vaultwarden/1.0.27/ci/admin-values.yaml b/community/vaultwarden/1.0.28/ci/admin-values.yaml similarity index 100% rename from community/vaultwarden/1.0.27/ci/admin-values.yaml rename to community/vaultwarden/1.0.28/ci/admin-values.yaml diff --git a/community/vaultwarden/1.0.27/ci/basic-values.yaml b/community/vaultwarden/1.0.28/ci/basic-values.yaml similarity index 100% rename from community/vaultwarden/1.0.27/ci/basic-values.yaml rename to community/vaultwarden/1.0.28/ci/basic-values.yaml diff --git a/community/vaultwarden/1.0.27/ci/https-values.yaml b/community/vaultwarden/1.0.28/ci/https-values.yaml similarity index 100% rename from community/vaultwarden/1.0.27/ci/https-values.yaml rename to community/vaultwarden/1.0.28/ci/https-values.yaml diff --git a/community/vaultwarden/1.0.27/ci/other-user-values.yaml b/community/vaultwarden/1.0.28/ci/other-user-values.yaml similarity index 100% rename from community/vaultwarden/1.0.27/ci/other-user-values.yaml rename to community/vaultwarden/1.0.28/ci/other-user-values.yaml diff --git a/community/vaultwarden/1.0.27/ci/ws-disabled-values.yaml b/community/vaultwarden/1.0.28/ci/ws-disabled-values.yaml similarity index 100% rename from community/vaultwarden/1.0.27/ci/ws-disabled-values.yaml rename to community/vaultwarden/1.0.28/ci/ws-disabled-values.yaml diff --git a/community/vaultwarden/1.0.27/ix_values.yaml b/community/vaultwarden/1.0.28/ix_values.yaml similarity index 100% rename from community/vaultwarden/1.0.27/ix_values.yaml rename to community/vaultwarden/1.0.28/ix_values.yaml diff --git a/community/vaultwarden/1.0.27/metadata.yaml b/community/vaultwarden/1.0.28/metadata.yaml similarity index 100% rename from community/vaultwarden/1.0.27/metadata.yaml rename to community/vaultwarden/1.0.28/metadata.yaml diff --git a/community/vaultwarden/1.0.27/migrations/migrate b/community/vaultwarden/1.0.28/migrations/migrate similarity index 100% rename from community/vaultwarden/1.0.27/migrations/migrate rename to community/vaultwarden/1.0.28/migrations/migrate diff --git a/community/vaultwarden/1.0.27/questions.yaml b/community/vaultwarden/1.0.28/questions.yaml similarity index 100% rename from community/vaultwarden/1.0.27/questions.yaml rename to community/vaultwarden/1.0.28/questions.yaml diff --git a/community/vaultwarden/1.0.27/templates/NOTES.txt b/community/vaultwarden/1.0.28/templates/NOTES.txt similarity index 100% rename from community/vaultwarden/1.0.27/templates/NOTES.txt rename to community/vaultwarden/1.0.28/templates/NOTES.txt diff --git a/community/vaultwarden/1.0.27/templates/_configuration.tpl b/community/vaultwarden/1.0.28/templates/_configuration.tpl similarity index 100% rename from community/vaultwarden/1.0.27/templates/_configuration.tpl rename to community/vaultwarden/1.0.28/templates/_configuration.tpl diff --git a/community/vaultwarden/1.0.27/templates/_portal.tpl b/community/vaultwarden/1.0.28/templates/_portal.tpl similarity index 100% rename from community/vaultwarden/1.0.27/templates/_portal.tpl rename to community/vaultwarden/1.0.28/templates/_portal.tpl diff --git a/community/vaultwarden/1.0.28/templates/_postgres.tpl b/community/vaultwarden/1.0.28/templates/_postgres.tpl new file mode 100644 index 0000000000..f753e16df4 --- /dev/null +++ b/community/vaultwarden/1.0.28/templates/_postgres.tpl @@ -0,0 +1,16 @@ +{{- define "postgres.workload" -}} +{{/* Postgres Database */}} +workload: +{{- include "ix.v1.common.app.postgres" (dict "secretName" "postgres-creds" "resources" .Values.resources) | nindent 2 }} + +{{/* Service */}} +service: + {{- include "ix.v1.common.app.postgresService" $ | nindent 2 }} + +{{/* Persistence */}} +persistence: + {{- include "ix.v1.common.app.postgresPersistence" + (dict "pgData" .Values.vaultwardenStorage.pgData + "pgBackup" .Values.vaultwardenStorage.pgBackup + ) | nindent 2 }} +{{- end -}} diff --git a/community/vaultwarden/1.0.27/templates/_vaultwarden.tpl b/community/vaultwarden/1.0.28/templates/_vaultwarden.tpl similarity index 100% rename from community/vaultwarden/1.0.27/templates/_vaultwarden.tpl rename to community/vaultwarden/1.0.28/templates/_vaultwarden.tpl diff --git a/community/vaultwarden/1.0.27/templates/common.yaml b/community/vaultwarden/1.0.28/templates/common.yaml similarity index 100% rename from community/vaultwarden/1.0.27/templates/common.yaml rename to community/vaultwarden/1.0.28/templates/common.yaml diff --git a/enterprise/minio/1.0.22/Chart.lock b/enterprise/minio/1.0.22/Chart.lock deleted file mode 100644 index b1bfb1e238..0000000000 --- a/enterprise/minio/1.0.22/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: file://../../../common - version: 1.1.1 -digest: sha256:a7dbe3e4d42dbcd4325776e5e01a1d630c7f185f79e7ebf22b1b9cc80f56eed7 -generated: "2023-10-17T14:47:42.90364877+03:00" diff --git a/enterprise/minio/1.0.22/charts/common-1.1.1.tgz b/enterprise/minio/1.0.22/charts/common-1.1.1.tgz deleted file mode 100644 index bfd439ea94..0000000000 Binary files a/enterprise/minio/1.0.22/charts/common-1.1.1.tgz and /dev/null differ diff --git a/enterprise/minio/1.0.22/templates/_postgres.tpl b/enterprise/minio/1.0.22/templates/_postgres.tpl deleted file mode 100644 index 7a311136fb..0000000000 --- a/enterprise/minio/1.0.22/templates/_postgres.tpl +++ /dev/null @@ -1,48 +0,0 @@ -{{- define "postgres.workload" -}} -workload: -{{- include "ix.v1.common.app.postgres" (dict "secretName" "postgres-creds" "resources" .Values.resources) | nindent 2 }} - -{{/* Service */}} -service: - postgres: - enabled: true - type: ClusterIP - targetSelector: postgres - ports: - postgres: - enabled: true - primary: true - port: 5432 - targetSelector: postgres - -{{/* Persistence */}} -persistence: - postgresdata: - enabled: true - type: {{ .Values.minioLogging.logsearch.pgData.type }} - datasetName: {{ .Values.minioLogging.logsearch.pgData.datasetName | default "" }} - hostPath: {{ .Values.minioLogging.logsearch.pgData.hostPath | default "" }} - targetSelector: - # Postgres pod - postgres: - # Postgres container - postgres: - mountPath: /var/lib/postgresql/data - # Permissions container - permissions: - mountPath: /mnt/directories/postgres_data - postgresbackup: - enabled: true - type: {{ .Values.minioLogging.logsearch.pgBackup.type }} - datasetName: {{ .Values.minioLogging.logsearch.pgBackup.datasetName | default "" }} - hostPath: {{ .Values.minioLogging.logsearch.pgBackup.hostPath | default "" }} - targetSelector: - # Postgres backup pod - postgresbackup: - # Postgres backup container - postgresbackup: - mountPath: /postgres_backup - # Permissions container - permissions: - mountPath: /mnt/directories/postgres_backup -{{- end -}} diff --git a/enterprise/minio/1.0.23/Chart.lock b/enterprise/minio/1.0.23/Chart.lock new file mode 100644 index 0000000000..3e2108d35c --- /dev/null +++ b/enterprise/minio/1.0.23/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: file://../../../common + version: 1.2.1 +digest: sha256:d695592ea5213fe64453171205ca326015d02df3888a7858becc0c733b0de4c7 +generated: "2023-11-06T19:57:33.464810233+02:00" diff --git a/enterprise/minio/1.0.22/Chart.yaml b/enterprise/minio/1.0.23/Chart.yaml similarity index 94% rename from enterprise/minio/1.0.22/Chart.yaml rename to enterprise/minio/1.0.23/Chart.yaml index c5c3c1a461..f4fee26bc8 100644 --- a/enterprise/minio/1.0.22/Chart.yaml +++ b/enterprise/minio/1.0.23/Chart.yaml @@ -3,7 +3,7 @@ description: High Performance, Kubernetes Native Object Storage annotations: title: MinIO type: application -version: 1.0.22 +version: 1.0.23 apiVersion: v2 appVersion: '2023-03-24' kubeVersion: '>=1.16.0-0' @@ -14,7 +14,7 @@ maintainers: dependencies: - name: common repository: file://../../../common - version: 1.1.1 + version: 1.2.1 home: https://min.io icon: https://media.sys.truenas.net/apps/minio/icons/icon.png sources: diff --git a/enterprise/minio/1.0.22/README.md b/enterprise/minio/1.0.23/README.md similarity index 100% rename from enterprise/minio/1.0.22/README.md rename to enterprise/minio/1.0.23/README.md diff --git a/enterprise/minio/1.0.22/app-readme.md b/enterprise/minio/1.0.23/app-readme.md similarity index 100% rename from enterprise/minio/1.0.22/app-readme.md rename to enterprise/minio/1.0.23/app-readme.md diff --git a/enterprise/minio/1.0.23/charts/common-1.2.1.tgz b/enterprise/minio/1.0.23/charts/common-1.2.1.tgz new file mode 100644 index 0000000000..36d0c4c398 Binary files /dev/null and b/enterprise/minio/1.0.23/charts/common-1.2.1.tgz differ diff --git a/enterprise/minio/1.0.22/ci/snmd-https-values.yaml b/enterprise/minio/1.0.23/ci/snmd-https-values.yaml similarity index 100% rename from enterprise/minio/1.0.22/ci/snmd-https-values.yaml rename to enterprise/minio/1.0.23/ci/snmd-https-values.yaml diff --git a/enterprise/minio/1.0.22/ci/snmd-logsearch-https-values.yaml b/enterprise/minio/1.0.23/ci/snmd-logsearch-https-values.yaml similarity index 100% rename from enterprise/minio/1.0.22/ci/snmd-logsearch-https-values.yaml rename to enterprise/minio/1.0.23/ci/snmd-logsearch-https-values.yaml diff --git a/enterprise/minio/1.0.22/ci/snmd-logsearch-values.yaml b/enterprise/minio/1.0.23/ci/snmd-logsearch-values.yaml similarity index 100% rename from enterprise/minio/1.0.22/ci/snmd-logsearch-values.yaml rename to enterprise/minio/1.0.23/ci/snmd-logsearch-values.yaml diff --git a/enterprise/minio/1.0.22/ci/snmd-values.yaml b/enterprise/minio/1.0.23/ci/snmd-values.yaml similarity index 100% rename from enterprise/minio/1.0.22/ci/snmd-values.yaml rename to enterprise/minio/1.0.23/ci/snmd-values.yaml diff --git a/enterprise/minio/1.0.22/ci/snsd-https-values.yaml b/enterprise/minio/1.0.23/ci/snsd-https-values.yaml similarity index 100% rename from enterprise/minio/1.0.22/ci/snsd-https-values.yaml rename to enterprise/minio/1.0.23/ci/snsd-https-values.yaml diff --git a/enterprise/minio/1.0.22/ci/snsd-logsearch-https-values.yaml b/enterprise/minio/1.0.23/ci/snsd-logsearch-https-values.yaml similarity index 100% rename from enterprise/minio/1.0.22/ci/snsd-logsearch-https-values.yaml rename to enterprise/minio/1.0.23/ci/snsd-logsearch-https-values.yaml diff --git a/enterprise/minio/1.0.22/ci/snsd-logsearch-values.yaml b/enterprise/minio/1.0.23/ci/snsd-logsearch-values.yaml similarity index 100% rename from enterprise/minio/1.0.22/ci/snsd-logsearch-values.yaml rename to enterprise/minio/1.0.23/ci/snsd-logsearch-values.yaml diff --git a/enterprise/minio/1.0.22/ci/snsd-values.yaml b/enterprise/minio/1.0.23/ci/snsd-values.yaml similarity index 100% rename from enterprise/minio/1.0.22/ci/snsd-values.yaml rename to enterprise/minio/1.0.23/ci/snsd-values.yaml diff --git a/enterprise/minio/1.0.22/ix_values.yaml b/enterprise/minio/1.0.23/ix_values.yaml similarity index 100% rename from enterprise/minio/1.0.22/ix_values.yaml rename to enterprise/minio/1.0.23/ix_values.yaml diff --git a/enterprise/minio/1.0.22/metadata.yaml b/enterprise/minio/1.0.23/metadata.yaml similarity index 100% rename from enterprise/minio/1.0.22/metadata.yaml rename to enterprise/minio/1.0.23/metadata.yaml diff --git a/enterprise/minio/1.0.22/migrations/migrate b/enterprise/minio/1.0.23/migrations/migrate similarity index 100% rename from enterprise/minio/1.0.22/migrations/migrate rename to enterprise/minio/1.0.23/migrations/migrate diff --git a/enterprise/minio/1.0.22/questions.yaml b/enterprise/minio/1.0.23/questions.yaml similarity index 100% rename from enterprise/minio/1.0.22/questions.yaml rename to enterprise/minio/1.0.23/questions.yaml diff --git a/enterprise/minio/1.0.22/templates/NOTES.txt b/enterprise/minio/1.0.23/templates/NOTES.txt similarity index 100% rename from enterprise/minio/1.0.22/templates/NOTES.txt rename to enterprise/minio/1.0.23/templates/NOTES.txt diff --git a/enterprise/minio/1.0.22/templates/_configuration.tpl b/enterprise/minio/1.0.23/templates/_configuration.tpl similarity index 100% rename from enterprise/minio/1.0.22/templates/_configuration.tpl rename to enterprise/minio/1.0.23/templates/_configuration.tpl diff --git a/enterprise/minio/1.0.22/templates/_helpers.tpl b/enterprise/minio/1.0.23/templates/_helpers.tpl similarity index 100% rename from enterprise/minio/1.0.22/templates/_helpers.tpl rename to enterprise/minio/1.0.23/templates/_helpers.tpl diff --git a/enterprise/minio/1.0.22/templates/_logsearch.tpl b/enterprise/minio/1.0.23/templates/_logsearch.tpl similarity index 100% rename from enterprise/minio/1.0.22/templates/_logsearch.tpl rename to enterprise/minio/1.0.23/templates/_logsearch.tpl diff --git a/enterprise/minio/1.0.22/templates/_minio.tpl b/enterprise/minio/1.0.23/templates/_minio.tpl similarity index 100% rename from enterprise/minio/1.0.22/templates/_minio.tpl rename to enterprise/minio/1.0.23/templates/_minio.tpl diff --git a/enterprise/minio/1.0.22/templates/_portal.tpl b/enterprise/minio/1.0.23/templates/_portal.tpl similarity index 100% rename from enterprise/minio/1.0.22/templates/_portal.tpl rename to enterprise/minio/1.0.23/templates/_portal.tpl diff --git a/enterprise/minio/1.0.23/templates/_postgres.tpl b/enterprise/minio/1.0.23/templates/_postgres.tpl new file mode 100644 index 0000000000..c8d97bdf84 --- /dev/null +++ b/enterprise/minio/1.0.23/templates/_postgres.tpl @@ -0,0 +1,15 @@ +{{- define "postgres.workload" -}} +workload: +{{- include "ix.v1.common.app.postgres" (dict "secretName" "postgres-creds" "resources" .Values.resources) | nindent 2 }} + +{{/* Service */}} +service: + {{- include "ix.v1.common.app.postgresService" $ | nindent 2 }} + +{{/* Persistence */}} +persistence: + {{- include "ix.v1.common.app.postgresPersistence" + (dict "pgData" .Values.minioLogging.logsearch.pgData + "pgBackup" .Values.minioLogging.logsearch.pgBackup + ) | nindent 2 }} +{{- end -}} diff --git a/enterprise/minio/1.0.22/templates/common.yaml b/enterprise/minio/1.0.23/templates/common.yaml similarity index 100% rename from enterprise/minio/1.0.22/templates/common.yaml rename to enterprise/minio/1.0.23/templates/common.yaml diff --git a/enterprise/minio/1.0.22/upgrade_strategy_disable b/enterprise/minio/1.0.23/upgrade_strategy_disable similarity index 100% rename from enterprise/minio/1.0.22/upgrade_strategy_disable rename to enterprise/minio/1.0.23/upgrade_strategy_disable