diff --git a/stable/borg-server/1.0.2/app-changelog.md b/stable/borg-server/1.0.2/app-changelog.md deleted file mode 100644 index f9baf4b508..0000000000 --- a/stable/borg-server/1.0.2/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [borg-server-1.0.2](https://github.com/truecharts/charts/compare/borg-server-1.0.1...borg-server-1.0.2) (2023-12-03) - -### Chore - -- bump everything to ensure catalog has latest versions - - \ No newline at end of file diff --git a/stable/borg-server/1.0.2/CHANGELOG.md b/stable/borg-server/1.0.3/CHANGELOG.md similarity index 72% rename from stable/borg-server/1.0.2/CHANGELOG.md rename to stable/borg-server/1.0.3/CHANGELOG.md index b549bcfa41..ec8b195bfd 100644 --- a/stable/borg-server/1.0.2/CHANGELOG.md +++ b/stable/borg-server/1.0.3/CHANGELOG.md @@ -4,6 +4,15 @@ +## [borg-server-1.0.3](https://github.com/truecharts/charts/compare/borg-server-1.0.2...borg-server-1.0.3) (2023-12-04) + +### Chore + +- update container image ghcr.io/anotherstranger/borg-server to v2.1.3[@b1490b2](https://github.com/b1490b2) ([#15626](https://github.com/truecharts/charts/issues/15626)) + + + + ## [borg-server-1.0.2](https://github.com/truecharts/charts/compare/borg-server-1.0.1...borg-server-1.0.2) (2023-12-03) ### Chore diff --git a/stable/borg-server/1.0.2/Chart.yaml b/stable/borg-server/1.0.3/Chart.yaml similarity index 96% rename from stable/borg-server/1.0.2/Chart.yaml rename to stable/borg-server/1.0.3/Chart.yaml index adf26df6f5..59a75f8525 100644 --- a/stable/borg-server/1.0.2/Chart.yaml +++ b/stable/borg-server/1.0.3/Chart.yaml @@ -1,16 +1,16 @@ kubeVersion: ">=1.24.0" apiVersion: v2 name: borg-server -version: 1.0.2 -appVersion: 2.1.2 +version: 1.0.3 +appVersion: 2.1.3 description: A borg Backup server home: https://truecharts.org/charts/stable/borg-server icon: https://truecharts.org/img/hotlink-ok/chart-icons/borg-server.png deprecated: false sources: - - https://ghcr.io/anotherstranger/borg-server - https://github.com/AnotherStranger/docker-borg-backup - https://github.com/truecharts/charts/tree/master/charts/stable/borg-server + - https://ghcr.io/anotherstranger/borg-server maintainers: - name: TrueCharts email: info@truecharts.org diff --git a/stable/borg-server/1.0.2/README.md b/stable/borg-server/1.0.3/README.md similarity index 100% rename from stable/borg-server/1.0.2/README.md rename to stable/borg-server/1.0.3/README.md diff --git a/stable/borg-server/1.0.3/app-changelog.md b/stable/borg-server/1.0.3/app-changelog.md new file mode 100644 index 0000000000..c122eb240e --- /dev/null +++ b/stable/borg-server/1.0.3/app-changelog.md @@ -0,0 +1,9 @@ + + +## [borg-server-1.0.3](https://github.com/truecharts/charts/compare/borg-server-1.0.2...borg-server-1.0.3) (2023-12-04) + +### Chore + +- update container image ghcr.io/anotherstranger/borg-server to v2.1.3[@b1490b2](https://github.com/b1490b2) ([#15626](https://github.com/truecharts/charts/issues/15626)) + + \ No newline at end of file diff --git a/stable/borg-server/1.0.2/app-readme.md b/stable/borg-server/1.0.3/app-readme.md similarity index 100% rename from stable/borg-server/1.0.2/app-readme.md rename to stable/borg-server/1.0.3/app-readme.md diff --git a/stable/borg-server/1.0.2/charts/common-14.3.5.tgz b/stable/borg-server/1.0.3/charts/common-14.3.5.tgz similarity index 100% rename from stable/borg-server/1.0.2/charts/common-14.3.5.tgz rename to stable/borg-server/1.0.3/charts/common-14.3.5.tgz diff --git a/stable/borg-server/1.0.2/ix_values.yaml b/stable/borg-server/1.0.3/ix_values.yaml similarity index 89% rename from stable/borg-server/1.0.2/ix_values.yaml rename to stable/borg-server/1.0.3/ix_values.yaml index 46d1b6d268..2b43a69b52 100644 --- a/stable/borg-server/1.0.2/ix_values.yaml +++ b/stable/borg-server/1.0.3/ix_values.yaml @@ -1,7 +1,7 @@ image: repository: ghcr.io/anotherstranger/borg-server pullPolicy: IfNotPresent - tag: 2.1.2@sha256:03fd54c6ebd0261a363143a71b5ac0fbd3db5b3def1c6e0b3e71e13186ff0b02 + tag: 2.1.3@sha256:b1490b21ead3566d7dcf569922ef56e23312791717209886ecacc511d015bee3 securityContext: container: diff --git a/stable/borg-server/1.0.2/questions.yaml b/stable/borg-server/1.0.3/questions.yaml similarity index 100% rename from stable/borg-server/1.0.2/questions.yaml rename to stable/borg-server/1.0.3/questions.yaml diff --git a/stable/borg-server/1.0.2/templates/NOTES.txt b/stable/borg-server/1.0.3/templates/NOTES.txt similarity index 100% rename from stable/borg-server/1.0.2/templates/NOTES.txt rename to stable/borg-server/1.0.3/templates/NOTES.txt diff --git a/stable/borg-server/1.0.2/templates/common.yaml b/stable/borg-server/1.0.3/templates/common.yaml similarity index 100% rename from stable/borg-server/1.0.2/templates/common.yaml rename to stable/borg-server/1.0.3/templates/common.yaml diff --git a/stable/borg-server/1.0.2/values.yaml b/stable/borg-server/1.0.3/values.yaml similarity index 100% rename from stable/borg-server/1.0.2/values.yaml rename to stable/borg-server/1.0.3/values.yaml diff --git a/stable/filestash/3.0.7/app-changelog.md b/stable/filestash/3.0.7/app-changelog.md deleted file mode 100644 index d14a96b8fa..0000000000 --- a/stable/filestash/3.0.7/app-changelog.md +++ /dev/null @@ -1,10 +0,0 @@ - - -## [filestash-3.0.7](https://github.com/truecharts/charts/compare/filestash-3.0.6...filestash-3.0.7) (2023-12-03) - -### Chore - -- bump everything to ensure catalog has latest versions - - move new-common incubator stuff to stable ([#15646](https://github.com/truecharts/charts/issues/15646)) - - \ No newline at end of file diff --git a/stable/filestash/3.0.7/CHANGELOG.md b/stable/filestash/3.0.8/CHANGELOG.md similarity index 55% rename from stable/filestash/3.0.7/CHANGELOG.md rename to stable/filestash/3.0.8/CHANGELOG.md index 6308643201..99323c6ad9 100644 --- a/stable/filestash/3.0.7/CHANGELOG.md +++ b/stable/filestash/3.0.8/CHANGELOG.md @@ -4,6 +4,15 @@ +## [filestash-3.0.8](https://github.com/truecharts/charts/compare/filestash-3.0.7...filestash-3.0.8) (2023-12-04) + +### Chore + +- update container image tccr.io/truecharts/filestash to latest[@cd613d2](https://github.com/cd613d2) ([#15679](https://github.com/truecharts/charts/issues/15679)) + + + + ## [filestash-3.0.7](https://github.com/truecharts/charts/compare/filestash-3.0.6...filestash-3.0.7) (2023-12-03) ### Chore diff --git a/stable/filestash/3.0.7/Chart.yaml b/stable/filestash/3.0.8/Chart.yaml similarity index 98% rename from stable/filestash/3.0.7/Chart.yaml rename to stable/filestash/3.0.8/Chart.yaml index 0f3e556dfc..f1d863c054 100644 --- a/stable/filestash/3.0.7/Chart.yaml +++ b/stable/filestash/3.0.8/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: ">=1.24.0" apiVersion: v2 name: filestash -version: 3.0.7 +version: 3.0.8 appVersion: latest description: A Dropbox-like file manager that let you manage your data anywhere it @@ -10,10 +10,10 @@ home: https://truecharts.org/charts/incubator/filestash icon: https://truecharts.org/img/hotlink-ok/chart-icons/filestash.png deprecated: false sources: + - https://github.com/mickael-kerjean/filestash + - https://www.filestash.app/ - https://github.com/truecharts/charts/tree/master/charts/incubator/filestash - https://github.com/truecharts/containers/tree/master/mirrorfilestash - - https://www.filestash.app/ - - https://github.com/mickael-kerjean/filestash maintainers: - name: TrueCharts email: info@truecharts.org diff --git a/stable/megasync/3.0.5/README.md b/stable/filestash/3.0.8/README.md similarity index 93% rename from stable/megasync/3.0.5/README.md rename to stable/filestash/3.0.8/README.md index 83229a6026..e0a9b8fa8d 100644 --- a/stable/megasync/3.0.5/README.md +++ b/stable/filestash/3.0.8/README.md @@ -5,7 +5,7 @@ TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. However only installations using the TrueNAS SCALE Apps system are supported. -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/incubator/) +For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** diff --git a/stable/filestash/3.0.8/app-changelog.md b/stable/filestash/3.0.8/app-changelog.md new file mode 100644 index 0000000000..ad24a919b0 --- /dev/null +++ b/stable/filestash/3.0.8/app-changelog.md @@ -0,0 +1,9 @@ + + +## [filestash-3.0.8](https://github.com/truecharts/charts/compare/filestash-3.0.7...filestash-3.0.8) (2023-12-04) + +### Chore + +- update container image tccr.io/truecharts/filestash to latest[@cd613d2](https://github.com/cd613d2) ([#15679](https://github.com/truecharts/charts/issues/15679)) + + \ No newline at end of file diff --git a/stable/filestash/3.0.7/app-readme.md b/stable/filestash/3.0.8/app-readme.md similarity index 100% rename from stable/filestash/3.0.7/app-readme.md rename to stable/filestash/3.0.8/app-readme.md diff --git a/stable/filestash/3.0.7/charts/common-14.3.5.tgz b/stable/filestash/3.0.8/charts/common-14.3.5.tgz similarity index 100% rename from stable/filestash/3.0.7/charts/common-14.3.5.tgz rename to stable/filestash/3.0.8/charts/common-14.3.5.tgz diff --git a/stable/filestash/3.0.7/ix_values.yaml b/stable/filestash/3.0.8/ix_values.yaml similarity index 88% rename from stable/filestash/3.0.7/ix_values.yaml rename to stable/filestash/3.0.8/ix_values.yaml index f90d58078a..175ce58d00 100644 --- a/stable/filestash/3.0.7/ix_values.yaml +++ b/stable/filestash/3.0.8/ix_values.yaml @@ -1,7 +1,7 @@ image: pullPolicy: IfNotPresent repository: tccr.io/truecharts/filestash - tag: latest@sha256:fdf1d947d1aeb0dcd2532dbbb4af1b8bae06e077e7fb9ce66b0a7d59ba18bd1e + tag: latest@sha256:cd613d2f128b7aeba051aed421176c44bf5b3b6df0f72102ad6a4b76f569802d securityContext: container: diff --git a/stable/filestash/3.0.7/questions.yaml b/stable/filestash/3.0.8/questions.yaml similarity index 100% rename from stable/filestash/3.0.7/questions.yaml rename to stable/filestash/3.0.8/questions.yaml diff --git a/stable/filestash/3.0.7/templates/NOTES.txt b/stable/filestash/3.0.8/templates/NOTES.txt similarity index 100% rename from stable/filestash/3.0.7/templates/NOTES.txt rename to stable/filestash/3.0.8/templates/NOTES.txt diff --git a/stable/filestash/3.0.7/templates/common.yaml b/stable/filestash/3.0.8/templates/common.yaml similarity index 100% rename from stable/filestash/3.0.7/templates/common.yaml rename to stable/filestash/3.0.8/templates/common.yaml diff --git a/stable/filestash/3.0.7/values.yaml b/stable/filestash/3.0.8/values.yaml similarity index 100% rename from stable/filestash/3.0.7/values.yaml rename to stable/filestash/3.0.8/values.yaml diff --git a/stable/gravity/0.0.6/app-changelog.md b/stable/gravity/0.0.6/app-changelog.md deleted file mode 100644 index 420698826d..0000000000 --- a/stable/gravity/0.0.6/app-changelog.md +++ /dev/null @@ -1,10 +0,0 @@ - - -## [gravity-0.0.6](https://github.com/truecharts/charts/compare/gravity-0.0.5...gravity-0.0.6) (2023-12-03) - -### Chore - -- bump everything to ensure catalog has latest versions - - move new-common incubator stuff to stable ([#15646](https://github.com/truecharts/charts/issues/15646)) - - \ No newline at end of file diff --git a/stable/gravity/0.0.6/CHANGELOG.md b/stable/gravity/0.0.7/CHANGELOG.md similarity index 55% rename from stable/gravity/0.0.6/CHANGELOG.md rename to stable/gravity/0.0.7/CHANGELOG.md index f80b7323a0..0bc097da86 100644 --- a/stable/gravity/0.0.6/CHANGELOG.md +++ b/stable/gravity/0.0.7/CHANGELOG.md @@ -4,6 +4,15 @@ +## [gravity-0.0.7](https://github.com/truecharts/charts/compare/gravity-0.0.6...gravity-0.0.7) (2023-12-04) + +### Chore + +- update container image tccr.io/truecharts/gravity to v0.6.18[@1fc3f7d](https://github.com/1fc3f7d) ([#15687](https://github.com/truecharts/charts/issues/15687)) + + + + ## [gravity-0.0.6](https://github.com/truecharts/charts/compare/gravity-0.0.5...gravity-0.0.6) (2023-12-03) ### Chore diff --git a/stable/gravity/0.0.6/Chart.yaml b/stable/gravity/0.0.7/Chart.yaml similarity index 96% rename from stable/gravity/0.0.6/Chart.yaml rename to stable/gravity/0.0.7/Chart.yaml index 5c3d1c5be2..89a89f97d6 100644 --- a/stable/gravity/0.0.6/Chart.yaml +++ b/stable/gravity/0.0.7/Chart.yaml @@ -1,8 +1,8 @@ kubeVersion: ">=1.24.0" apiVersion: v2 name: gravity -version: 0.0.6 -appVersion: 0.6.8 +version: 0.0.7 +appVersion: 0.6.18 description: Fully-replicated DNS and DHCP Server with ad-blocking powered by etcd. home: https://truecharts.org/charts/incubator/gravity icon: https://truecharts.org/img/hotlink-ok/chart-icons/gravity.png diff --git a/stable/filestash/3.0.7/README.md b/stable/gravity/0.0.7/README.md similarity index 93% rename from stable/filestash/3.0.7/README.md rename to stable/gravity/0.0.7/README.md index 83229a6026..e0a9b8fa8d 100644 --- a/stable/filestash/3.0.7/README.md +++ b/stable/gravity/0.0.7/README.md @@ -5,7 +5,7 @@ TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. However only installations using the TrueNAS SCALE Apps system are supported. -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/incubator/) +For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** diff --git a/stable/gravity/0.0.7/app-changelog.md b/stable/gravity/0.0.7/app-changelog.md new file mode 100644 index 0000000000..e2a4978d76 --- /dev/null +++ b/stable/gravity/0.0.7/app-changelog.md @@ -0,0 +1,9 @@ + + +## [gravity-0.0.7](https://github.com/truecharts/charts/compare/gravity-0.0.6...gravity-0.0.7) (2023-12-04) + +### Chore + +- update container image tccr.io/truecharts/gravity to v0.6.18[@1fc3f7d](https://github.com/1fc3f7d) ([#15687](https://github.com/truecharts/charts/issues/15687)) + + \ No newline at end of file diff --git a/stable/gravity/0.0.6/app-readme.md b/stable/gravity/0.0.7/app-readme.md similarity index 100% rename from stable/gravity/0.0.6/app-readme.md rename to stable/gravity/0.0.7/app-readme.md diff --git a/stable/gravity/0.0.6/charts/common-13.2.2.tgz b/stable/gravity/0.0.7/charts/common-13.2.2.tgz similarity index 100% rename from stable/gravity/0.0.6/charts/common-13.2.2.tgz rename to stable/gravity/0.0.7/charts/common-13.2.2.tgz diff --git a/stable/gravity/0.0.6/ix_values.yaml b/stable/gravity/0.0.7/ix_values.yaml similarity index 92% rename from stable/gravity/0.0.6/ix_values.yaml rename to stable/gravity/0.0.7/ix_values.yaml index b705bfadb2..81e5034501 100644 --- a/stable/gravity/0.0.6/ix_values.yaml +++ b/stable/gravity/0.0.7/ix_values.yaml @@ -1,7 +1,7 @@ image: repository: tccr.io/truecharts/gravity pullPolicy: IfNotPresent - tag: v0.6.8@sha256:290b9e12ffbd412e02803fc11c61de1731b69dd761e4c1af39b7b0d863bc5261 + tag: v0.6.18@sha256:1fc3f7d2507d618859f4ec84c48af0caf82efaf284c0c34df423cbab138b88c8 securityContext: container: diff --git a/stable/gravity/0.0.6/logo.png b/stable/gravity/0.0.7/logo.png similarity index 100% rename from stable/gravity/0.0.6/logo.png rename to stable/gravity/0.0.7/logo.png diff --git a/stable/gravity/0.0.6/questions.yaml b/stable/gravity/0.0.7/questions.yaml similarity index 100% rename from stable/gravity/0.0.6/questions.yaml rename to stable/gravity/0.0.7/questions.yaml diff --git a/stable/gravity/0.0.6/templates/NOTES.txt b/stable/gravity/0.0.7/templates/NOTES.txt similarity index 100% rename from stable/gravity/0.0.6/templates/NOTES.txt rename to stable/gravity/0.0.7/templates/NOTES.txt diff --git a/stable/gravity/0.0.6/templates/_secrets.tpl b/stable/gravity/0.0.7/templates/_secrets.tpl similarity index 100% rename from stable/gravity/0.0.6/templates/_secrets.tpl rename to stable/gravity/0.0.7/templates/_secrets.tpl diff --git a/stable/gravity/0.0.6/templates/common.yaml b/stable/gravity/0.0.7/templates/common.yaml similarity index 100% rename from stable/gravity/0.0.6/templates/common.yaml rename to stable/gravity/0.0.7/templates/common.yaml diff --git a/stable/gravity/0.0.6/values.yaml b/stable/gravity/0.0.7/values.yaml similarity index 100% rename from stable/gravity/0.0.6/values.yaml rename to stable/gravity/0.0.7/values.yaml diff --git a/stable/icloudpd/3.0.8/app-changelog.md b/stable/icloudpd/3.0.8/app-changelog.md deleted file mode 100644 index ceb2c4da4b..0000000000 --- a/stable/icloudpd/3.0.8/app-changelog.md +++ /dev/null @@ -1,10 +0,0 @@ - - -## [icloudpd-3.0.8](https://github.com/truecharts/charts/compare/icloudpd-3.0.7...icloudpd-3.0.8) (2023-12-03) - -### Chore - -- bump everything to ensure catalog has latest versions - - move new-common incubator stuff to stable ([#15646](https://github.com/truecharts/charts/issues/15646)) - - \ No newline at end of file diff --git a/stable/icloudpd/3.0.8/CHANGELOG.md b/stable/icloudpd/3.0.9/CHANGELOG.md similarity index 55% rename from stable/icloudpd/3.0.8/CHANGELOG.md rename to stable/icloudpd/3.0.9/CHANGELOG.md index 0ca5dba215..5a2ebed706 100644 --- a/stable/icloudpd/3.0.8/CHANGELOG.md +++ b/stable/icloudpd/3.0.9/CHANGELOG.md @@ -4,6 +4,15 @@ +## [icloudpd-3.0.9](https://github.com/truecharts/charts/compare/icloudpd-3.0.8...icloudpd-3.0.9) (2023-12-04) + +### Chore + +- update container image tccr.io/truecharts/icloudpd to latest[@41b0783](https://github.com/41b0783) ([#15680](https://github.com/truecharts/charts/issues/15680)) + + + + ## [icloudpd-3.0.8](https://github.com/truecharts/charts/compare/icloudpd-3.0.7...icloudpd-3.0.8) (2023-12-03) ### Chore diff --git a/stable/icloudpd/3.0.8/Chart.yaml b/stable/icloudpd/3.0.9/Chart.yaml similarity index 98% rename from stable/icloudpd/3.0.8/Chart.yaml rename to stable/icloudpd/3.0.9/Chart.yaml index 0f2ecbf43a..197a45cf70 100644 --- a/stable/icloudpd/3.0.8/Chart.yaml +++ b/stable/icloudpd/3.0.9/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: ">=1.24.0" apiVersion: v2 name: icloudpd -version: 3.0.8 +version: 3.0.9 appVersion: latest description: iCloudPD, syncs photos from iDevices to a single directory on TrueNAS. home: https://truecharts.org/charts/incubator/icloudpd diff --git a/stable/gravity/0.0.6/README.md b/stable/icloudpd/3.0.9/README.md similarity index 93% rename from stable/gravity/0.0.6/README.md rename to stable/icloudpd/3.0.9/README.md index 83229a6026..e0a9b8fa8d 100644 --- a/stable/gravity/0.0.6/README.md +++ b/stable/icloudpd/3.0.9/README.md @@ -5,7 +5,7 @@ TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. However only installations using the TrueNAS SCALE Apps system are supported. -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/incubator/) +For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** diff --git a/stable/icloudpd/3.0.9/app-changelog.md b/stable/icloudpd/3.0.9/app-changelog.md new file mode 100644 index 0000000000..fc80bbd06b --- /dev/null +++ b/stable/icloudpd/3.0.9/app-changelog.md @@ -0,0 +1,9 @@ + + +## [icloudpd-3.0.9](https://github.com/truecharts/charts/compare/icloudpd-3.0.8...icloudpd-3.0.9) (2023-12-04) + +### Chore + +- update container image tccr.io/truecharts/icloudpd to latest[@41b0783](https://github.com/41b0783) ([#15680](https://github.com/truecharts/charts/issues/15680)) + + \ No newline at end of file diff --git a/stable/icloudpd/3.0.8/app-readme.md b/stable/icloudpd/3.0.9/app-readme.md similarity index 100% rename from stable/icloudpd/3.0.8/app-readme.md rename to stable/icloudpd/3.0.9/app-readme.md diff --git a/stable/icloudpd/3.0.8/charts/common-14.3.5.tgz b/stable/icloudpd/3.0.9/charts/common-14.3.5.tgz similarity index 100% rename from stable/icloudpd/3.0.8/charts/common-14.3.5.tgz rename to stable/icloudpd/3.0.9/charts/common-14.3.5.tgz diff --git a/stable/icloudpd/3.0.8/ix_values.yaml b/stable/icloudpd/3.0.9/ix_values.yaml similarity index 98% rename from stable/icloudpd/3.0.8/ix_values.yaml rename to stable/icloudpd/3.0.9/ix_values.yaml index 29f4598ed8..459cffbc61 100644 --- a/stable/icloudpd/3.0.8/ix_values.yaml +++ b/stable/icloudpd/3.0.9/ix_values.yaml @@ -1,7 +1,7 @@ image: pullPolicy: IfNotPresent repository: tccr.io/truecharts/icloudpd - tag: latest@sha256:ab4b90c22a3bf93d6045cd26733447b143a66d5c9100a91c9bbea27f0443a838 + tag: latest@sha256:41b078386d2e20b580d135eb48390aa4d48e2b74f5a202fee74299fcbdc8a308 securityContext: container: diff --git a/stable/icloudpd/3.0.8/questions.yaml b/stable/icloudpd/3.0.9/questions.yaml similarity index 100% rename from stable/icloudpd/3.0.8/questions.yaml rename to stable/icloudpd/3.0.9/questions.yaml diff --git a/stable/icloudpd/3.0.8/templates/NOTES.txt b/stable/icloudpd/3.0.9/templates/NOTES.txt similarity index 100% rename from stable/icloudpd/3.0.8/templates/NOTES.txt rename to stable/icloudpd/3.0.9/templates/NOTES.txt diff --git a/stable/icloudpd/3.0.8/templates/common.yaml b/stable/icloudpd/3.0.9/templates/common.yaml similarity index 100% rename from stable/icloudpd/3.0.8/templates/common.yaml rename to stable/icloudpd/3.0.9/templates/common.yaml diff --git a/stable/icloudpd/3.0.8/values.yaml b/stable/icloudpd/3.0.9/values.yaml similarity index 100% rename from stable/icloudpd/3.0.8/values.yaml rename to stable/icloudpd/3.0.9/values.yaml diff --git a/stable/lidarr/17.0.27/CHANGELOG.md b/stable/lidarr/17.0.27/CHANGELOG.md new file mode 100644 index 0000000000..a836b02179 --- /dev/null +++ b/stable/lidarr/17.0.27/CHANGELOG.md @@ -0,0 +1,99 @@ +**Important:** +*for the complete changelog, please refer to the website* + + + + +## [lidarr-17.0.27](https://github.com/truecharts/charts/compare/lidarr-17.0.26...lidarr-17.0.27) (2023-12-04) + +### Chore + +- update container image ghcr.io/onedr0p/lidarr-develop to v2.0.5.3813[@2d73ade](https://github.com/2d73ade) ([#15685](https://github.com/truecharts/charts/issues/15685)) + + + + +## [lidarr-17.0.26](https://github.com/truecharts/charts/compare/lidarr-17.0.25...lidarr-17.0.26) (2023-12-03) + +### Chore + +- bump everything to ensure catalog has latest versions + - fix annotations again + - update annotations + - cleanup chart.yaml and add min-max scale version + + + + + + + + + +## [lidarr-17.0.25](https://github.com/truecharts/charts/compare/lidarr-17.0.24...lidarr-17.0.25) (2023-11-26) + +### Chore + +- update container image ghcr.io/onedr0p/lidarr-develop to v2.0.4.3802[@bdd7420](https://github.com/bdd7420) ([#15380](https://github.com/truecharts/charts/issues/15380)) + + + + +## [lidarr-17.0.24](https://github.com/truecharts/charts/compare/lidarr-17.0.23...lidarr-17.0.24) (2023-11-19) + +### Fix + +- update container image ghcr.io/onedr0p/lidarr-develop to v2.0.3.3791 ([#15103](https://github.com/truecharts/charts/issues/15103)) + + + + +## [lidarr-17.0.23](https://github.com/truecharts/charts/compare/lidarr-17.0.22...lidarr-17.0.23) (2023-11-18) + + + + +## [lidarr-17.0.22](https://github.com/truecharts/charts/compare/lidarr-17.0.21...lidarr-17.0.22) (2023-11-17) + + + + +## [lidarr-17.0.21](https://github.com/truecharts/charts/compare/lidarr-17.0.20...lidarr-17.0.21) (2023-11-16) + + + + +## [lidarr-17.0.20](https://github.com/truecharts/charts/compare/lidarr-17.0.19...lidarr-17.0.20) (2023-11-08) + +### Chore + +- update helm general non-major ([#14465](https://github.com/truecharts/charts/issues/14465)) + + + + +## [lidarr-17.0.19](https://github.com/truecharts/charts/compare/lidarr-17.0.18...lidarr-17.0.19) (2023-11-08) + +### Chore + +- update helm general non-major ([#14454](https://github.com/truecharts/charts/issues/14454)) + + + + +## [lidarr-17.0.18](https://github.com/truecharts/charts/compare/lidarr-17.0.17...lidarr-17.0.18) (2023-11-05) + +### Chore + +- update helm general non-major ([#14365](https://github.com/truecharts/charts/issues/14365)) + + + + +## [lidarr-17.0.17](https://github.com/truecharts/charts/compare/lidarr-17.0.16...lidarr-17.0.17) (2023-11-05) + +### Chore + +- update container image tccr.io/truecharts/lidarr to v2.0.1.3769 ([#14358](https://github.com/truecharts/charts/issues/14358)) + + diff --git a/stable/lidarr/17.0.27/Chart.yaml b/stable/lidarr/17.0.27/Chart.yaml new file mode 100644 index 0000000000..7350686286 --- /dev/null +++ b/stable/lidarr/17.0.27/Chart.yaml @@ -0,0 +1,37 @@ +kubeVersion: ">=1.24.0" +apiVersion: v2 +name: lidarr +version: 17.0.27 +appVersion: 2.0.4.3802 +description: Looks and smells like Sonarr but made for music +home: https://truecharts.org/charts/stable/lidarr +icon: https://truecharts.org/img/hotlink-ok/chart-icons/lidarr.png +deprecated: false +sources: + - https://github.com/Lidarr/Lidarr + - https://github.com/truecharts/charts/tree/master/charts/stable/lidarr + - https://ghcr.io/onedr0p/lidarr-develop +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +keywords: + - lidarr + - torrent + - usenet +dependencies: + - name: common + version: 14.3.5 + repository: https://library-charts.truecharts.org + condition: "" + alias: "" + tags: [] + import-values: [] +annotations: + max_scale_version: 23.10.1 + min_scale_version: 22.12.4 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.13" + truecharts.org/min_helm_version: "3.12" + truecharts.org/train: stable diff --git a/stable/icloudpd/3.0.8/README.md b/stable/lidarr/17.0.27/README.md similarity index 93% rename from stable/icloudpd/3.0.8/README.md rename to stable/lidarr/17.0.27/README.md index 83229a6026..e0a9b8fa8d 100644 --- a/stable/icloudpd/3.0.8/README.md +++ b/stable/lidarr/17.0.27/README.md @@ -5,7 +5,7 @@ TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. However only installations using the TrueNAS SCALE Apps system are supported. -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/incubator/) +For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** diff --git a/stable/lidarr/17.0.27/app-changelog.md b/stable/lidarr/17.0.27/app-changelog.md new file mode 100644 index 0000000000..c83f53d545 --- /dev/null +++ b/stable/lidarr/17.0.27/app-changelog.md @@ -0,0 +1,9 @@ + + +## [lidarr-17.0.27](https://github.com/truecharts/charts/compare/lidarr-17.0.26...lidarr-17.0.27) (2023-12-04) + +### Chore + +- update container image ghcr.io/onedr0p/lidarr-develop to v2.0.5.3813[@2d73ade](https://github.com/2d73ade) ([#15685](https://github.com/truecharts/charts/issues/15685)) + + \ No newline at end of file diff --git a/stable/lidarr/17.0.27/app-readme.md b/stable/lidarr/17.0.27/app-readme.md new file mode 100644 index 0000000000..ab0ee61c1d --- /dev/null +++ b/stable/lidarr/17.0.27/app-readme.md @@ -0,0 +1,8 @@ +Looks and smells like Sonarr but made for music + +This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/charts/stable/lidarr](https://truecharts.org/charts/stable/lidarr) + +--- + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! diff --git a/stable/plextraktsync/4.0.8/charts/common-14.3.5.tgz b/stable/lidarr/17.0.27/charts/common-14.3.5.tgz similarity index 100% rename from stable/plextraktsync/4.0.8/charts/common-14.3.5.tgz rename to stable/lidarr/17.0.27/charts/common-14.3.5.tgz diff --git a/stable/lidarr/17.0.27/ix_values.yaml b/stable/lidarr/17.0.27/ix_values.yaml new file mode 100644 index 0000000000..396abecd3c --- /dev/null +++ b/stable/lidarr/17.0.27/ix_values.yaml @@ -0,0 +1,109 @@ +image: + repository: ghcr.io/onedr0p/lidarr-develop + pullPolicy: IfNotPresent + tag: 2.0.5.3813@sha256:2d73ade4f56817f05c6d4cd7bc1dff565e4f20f76d22fdebc1f0ebd7e2f709ed +exportarrImage: + repository: ghcr.io/onedr0p/exportarr + pullPolicy: IfNotPresent + tag: v1.6.0@sha256:b522e128509b766cf66f847190fccd225ff194dc76775fe6a215f2dd3010cac2 +securityContext: + container: + readOnlyRootFilesystem: false +service: + main: + ports: + main: + port: 8686 + metrics: + enabled: true + type: ClusterIP + targetSelector: exportarr + ports: + metrics: + enabled: true + port: 8687 + targetSelector: exportarr +workload: + main: + podSpec: + containers: + main: + probes: + liveness: + enabled: true + type: http + path: /ping + readiness: + enabled: true + type: http + path: /ping + startup: + enabled: true + type: http + path: /ping + env: + LIDARR__PORT: "{{ .Values.service.main.ports.main.port }}" + LIDARR__AUTHENTICATION_METHOD: "" + exportarr: + enabled: true + type: Deployment + strategy: RollingUpdate + replicas: 1 + podSpec: + containers: + exportarr: + primary: true + enabled: true + imageSelector: exportarrImage + args: + - lidarr + probes: + liveness: + enabled: true + type: http + path: /healthz + port: "{{ .Values.service.metrics.ports.metrics.port }}" + readiness: + enabled: true + type: http + path: /healthz + port: "{{ .Values.service.metrics.ports.metrics.port }}" + startup: + enabled: true + type: http + path: /healthz + port: "{{ .Values.service.metrics.ports.metrics.port }}" + env: + INTERFACE: 0.0.0.0 + PORT: "{{ .Values.service.metrics.ports.metrics.port }}" + URL: '{{ printf "http://%v:%v" (include "tc.v1.common.lib.chart.names.fullname" $) .Values.service.main.ports.main.port }}' + # additional metrics (slow) + # ENABLE_ADDITIONAL_METRICS: false + # enable gathering unknown queue items + # ENABLE_UNKNOWN_QUEUE_ITEMS: false + CONFIG: "/config/config.xml" +persistence: + config: + enabled: true + targetSelector: + main: + main: + mountPath: /config + exportarr: + exportarr: + mountPath: /config + readOnly: true +metrics: + main: + enabled: true + type: "servicemonitor" + endpoints: + - port: metrics + path: /metrics + targetSelector: metrics + prometheusRule: + enabled: false +portal: + open: + enabled: true +updated: true diff --git a/stable/lidarr/17.0.27/questions.yaml b/stable/lidarr/17.0.27/questions.yaml new file mode 100644 index 0000000000..3a72c7eeb4 --- /dev/null +++ b/stable/lidarr/17.0.27/questions.yaml @@ -0,0 +1,2425 @@ +groups: + - name: Container Image + description: Image to be used for container + - name: General Settings + description: General Deployment Settings + - name: Workload Settings + description: Workload Settings + - name: App Configuration + description: App Specific Config Options + - name: Networking and Services + description: Configure Network and Services for Container + - name: Storage and Persistence + description: Persist and Share Data that is Separate from the Container + - name: Ingress + description: Ingress Configuration + - name: Security and Permissions + description: Configure Security Context and Permissions + - name: Resources and Devices + description: "Specify Resources/Devices to be Allocated to Workload" + - name: Middlewares + description: Traefik Middlewares + - name: Metrics + description: Metrics + - name: Addons + description: Addon Configuration + - name: Advanced + description: Advanced Configuration + - name: Postgresql + description: Postgresql + - name: Documentation + description: Documentation +portals: + open: + protocols: + - "$kubernetes-resource_configmap_tcportal-open_protocol" + host: + - "$kubernetes-resource_configmap_tcportal-open_host" + ports: + - "$kubernetes-resource_configmap_tcportal-open_port" +questions: + - variable: global + group: General Settings + label: "Global Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: stopAll + label: Stop All + description: "Stops All Running pods and hibernates cnpg" + schema: + type: boolean + default: false + - variable: workload + group: "Workload Settings" + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Type (Advanced) + schema: + type: string + default: Deployment + enum: + - value: Deployment + description: Deployment + - value: DaemonSet + description: DaemonSet + + - variable: replicas + label: Replicas (Advanced) + description: Set the number of Replicas + schema: + type: int + show_if: [["type", "!=", "DaemonSet"]] + default: 1 + - variable: podSpec + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: containers + label: Containers + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: Main Container + schema: + additional_attrs: true + type: dict + attrs: + + + - variable: env + group: App Configuration + label: Image Environment + schema: + additional_attrs: true + type: dict + attrs: + - variable: LIDARR__AUTHENTICATION_METHOD + label: Auth Method + description: Sets the auth method. + schema: + type: string + default: "" + enum: + - value: "" + description: In-App Setting + - value: External + description: External/None + - value: Basic + description: Basic + - value: Forms + description: Forms + - variable: envList + label: Extra Environment Variables + description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..." + schema: + type: list + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + - variable: value + label: Value + schema: + type: string + - variable: extraArgs + label: Extra Args + schema: + type: list + default: [] + items: + - variable: arg + label: Arg + schema: + type: string + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: command + label: Command + schema: + type: list + default: [] + items: + - variable: param + label: Param + schema: + type: string + + - variable: TZ + label: Timezone + group: "General Settings" + schema: + type: string + default: "Etc/UTC" + $ref: + - "definitions/timezone" + - variable: podOptions + group: "General Settings" + label: "Global Pod Options (Advanced)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: expertPodOpts + label: "Expert - Pod Options" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hostNetwork + label: "Host Networking" + schema: + type: boolean + default: false + - variable: dnsConfig + label: "DNS Configuration" + schema: + type: dict + additional_attrs: true + attrs: + - variable: options + label: "Options" + schema: + type: list + default: [{"name": "ndots", "value": "1"}] + items: + - variable: optionsEntry + label: "Option Entry" + schema: + type: dict + additional_attrs: true + attrs: + - variable: name + label: "Name" + schema: + type: string + required: true + - variable: value + label: "Value" + schema: + type: string + - variable: nameservers + label: "Nameservers" + schema: + type: list + default: [] + items: + - variable: nsEntry + label: "Nameserver Entry" + schema: + type: string + required: true + - variable: searches + label: "Searches" + schema: + type: list + default: [] + items: + - variable: searchEntry + label: "Search Entry" + schema: + type: string + required: true + - variable: service + group: Networking and Services + label: Configure Service(s) + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "Main Service" + description: "The Primary service on which the healthcheck runs, often the webUI" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the Service + schema: + type: boolean + default: true + hidden: true + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: ports + label: "Service's Port(s) Configuration" + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "Main Service Port Configuration" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: "Port" + description: "This port exposes the container port on the service" + schema: + type: int + default: 8686 + required: true + - variable: serviceexpert + group: Networking and Services + label: Show Expert Config + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: scaleExternalInterface + description: Add External Interfaces + label: Add external Interfaces + group: Networking + schema: + type: list + items: + - variable: interfaceConfiguration + description: Interface Configuration + label: Interface Configuration + schema: + additional_attrs: true + type: dict + $ref: + - "normalize/interfaceConfiguration" + attrs: + - variable: hostInterface + description: Please Specify Host Interface + label: Host Interface + schema: + type: string + required: true + $ref: + - "definitions/interface" + - variable: ipam + description: Define how IP Address will be managed + label: IP Address Management + schema: + additional_attrs: true + type: dict + required: true + attrs: + - variable: type + description: Specify type for IPAM + label: IPAM Type + schema: + type: string + required: true + enum: + - value: dhcp + description: Use DHCP + - value: static + description: Use Static IP + - variable: staticIPConfigurations + label: Static IP Addresses + schema: + type: list + show_if: [["type", "=", "static"]] + items: + - variable: staticIP + label: Static IP + schema: + type: ipaddr + cidr: true + - variable: staticRoutes + label: Static Routes + schema: + type: list + show_if: [["type", "=", "static"]] + items: + - variable: staticRouteConfiguration + label: Static Route Configuration + schema: + additional_attrs: true + type: dict + attrs: + - variable: destination + label: Destination + schema: + type: ipaddr + cidr: true + required: true + - variable: gateway + label: Gateway + schema: + type: ipaddr + cidr: false + required: true + - variable: serviceList + label: Add Manual Custom Services + group: Networking and Services + schema: + type: list + default: [] + items: + - variable: serviceListEntry + label: Custom Service + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the service + schema: + type: boolean + default: true + hidden: true + - variable: name + label: Name + schema: + type: string + default: "" + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + - value: Simple + description: Deprecated CHANGE THIS + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: advancedsvcset + label: Show Advanced Service Settings + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: externalIPs + label: "External IP's" + description: "External IP's" + schema: + type: list + default: [] + items: + - variable: externalIP + label: External IP + schema: + type: string + - variable: ipFamilyPolicy + label: IP Family Policy + description: Specify the IP Policy + schema: + type: string + default: SingleStack + enum: + - value: SingleStack + description: SingleStack + - value: PreferDualStack + description: PreferDualStack + - value: RequireDualStack + description: RequireDualStack + - variable: ipFamilies + label: IP Families + description: (Advanced) The IP Families that should be used + schema: + type: list + default: [] + items: + - variable: ipFamily + label: IP Family + schema: + type: string + - variable: portsList + label: Additional Service Ports + schema: + type: list + default: [] + items: + - variable: portsListEntry + label: Custom ports + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the Port + schema: + type: boolean + default: true + hidden: true + - variable: name + label: Port Name + schema: + type: string + default: "" + - variable: protocol + label: Port Type + schema: + type: string + default: tcp + enum: + - value: http + description: HTTP + - value: https + description: HTTPS + - value: tcp + description: TCP + - value: udp + description: UDP + - variable: targetPort + label: Target Port + description: This port exposes the container port on the service + schema: + type: int + required: true + - variable: port + label: Container Port + schema: + type: int + required: true + - variable: persistence + label: Integrated Persistent Storage + description: Integrated Persistent Storage + group: Storage and Persistence + schema: + additional_attrs: true + type: dict + attrs: + - variable: config + label: "App Config Storage" + description: "Stores the Application Configuration." + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Type of Storage + description: Sets the persistence type, Anything other than PVC could break rollback! + schema: + type: string + default: pvc + enum: + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: emptyDir + description: emptyDir + - value: nfs + description: NFS Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: autoPermissions + label: Automatic Permissions Configuration + description: Automatically set permissions + schema: + show_if: [["type", "!=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: chown + label: Run CHOWN + description: | + It will run CHOWN on the path with the given fsGroup + schema: + type: boolean + default: false + - variable: chmod + label: Run CHMOD + description: | + It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770 + schema: + type: string + valid_chars: '[0-9]{3}' + default: "" + - variable: recursive + label: Recursive + description: | + It will run CHOWN and CHMOD recursively + schema: + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - variable: medium + label: EmptyDir Medium + schema: + show_if: [["type", "=", "emptyDir"]] + type: string + default: "" + enum: + - value: "" + description: Default + - value: Memory + description: Memory + - variable: size + label: Size quotum of Storage (Do NOT REDUCE after installation) + description: This value can ONLY be INCREASED after the installation + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: 256Gi + - variable: storageClass + label: 'storageClass (Advanced)' + description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "" + - variable: static + label: 'Static Fixed PVC Bindings (Experimental)' + description: Link a PVC to a specific storage location + schema: + show_if: [["type", "=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: mode + label: mode + description: | + disabled: use normal dynamic PVCs + smb: connect to an SMB share + nfs: connect to an NFS share + schema: + type: string + default: "disabled" + enum: + - value: "disabled" + description: disabled + - value: smb + description: smb + - value: nfs + description: nfs + - variable: server + label: Server + description: server to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "myserver" + - variable: share + label: Share + description: share to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "/myshare" + - variable: user + label: User + description: connecting user + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "myuser" + - variable: domain + label: Domain + description: user domain + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: password + label: Password + description: connecting password + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: volumeSnapshots + label: 'Volume Snapshots (Experimental)' + description: Add an entry to the list to force creation of a volumeSnapshot of this PVC + schema: + show_if: [["type", "=", "pvc"]] + type: list + default: [] + items: + - variable: volumeSnapshotEntry + label: Custom volumeSnapshot + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' + schema: + type: string + default: "mysnapshot" + required: true + - variable: volumeSnapshotClassName + label: 'volumeSnapshot Class Name (Advanced)' + description: For use with PVCs using a non-default storageClass + schema: + type: string + default: "" + - variable: persistenceList + label: Additional App Storage + group: Storage and Persistence + schema: + type: list + default: [] + items: + - variable: persistenceListEntry + label: Custom Storage + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the storage + schema: + type: boolean + default: true + hidden: true + - variable: type + label: Type of Storage + description: Sets the persistence type, Anything other than PVC could break rollback! + schema: + type: string + default: hostPath + enum: + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: emptyDir + description: emptyDir + - value: nfs + description: NFS Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: autoPermissions + label: Automatic Permissions Configuration + description: Automatically set permissions + schema: + show_if: [["type", "!=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: chown + label: Run CHOWN + description: | + It will run CHOWN on the path with the given fsGroup + schema: + type: boolean + default: false + - variable: chmod + label: Run CHMOD + description: | + It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770 + schema: + type: string + valid_chars: '[0-9]{3}' + default: "" + - variable: recursive + label: Recursive + description: | + It will run CHOWN and CHMOD recursively + schema: + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - variable: mountPath + label: Mount Path + description: Path inside the container the storage is mounted + schema: + type: string + default: "" + required: true + valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$' + - variable: medium + label: EmptyDir Medium + schema: + show_if: [["type", "=", "emptyDir"]] + type: string + default: "" + enum: + - value: "" + description: Default + - value: Memory + description: Memory + - variable: size + label: Size Quotum of Storage + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: 256Gi + - variable: storageClass + label: 'storageClass (Advanced)' + description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "" + - variable: static + label: 'Static Fixed PVC Bindings (Experimental)' + description: Link a PVC to a specific storage location + schema: + show_if: [["type", "=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: mode + label: mode + description: | + disabled: use normal dynamic PVCs + smb: connect to an SMB share + nfs: connect to an NFS share + schema: + type: string + default: "disabled" + enum: + - value: "disabled" + description: disabled + - value: smb + description: smb + - value: nfs + description: nfs + - variable: server + label: Server + description: server to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "myserver" + - variable: share + label: Share + description: share to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "/myshare" + - variable: user + label: User + description: connecting user + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "myuser" + - variable: domain + label: Domain + description: user domain + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: password + label: Password + description: connecting password + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: volumeSnapshots + label: 'Volume Snapshots (Experimental)' + description: Add an entry to the list to force creation of a volumeSnapshot of this PVC + schema: + show_if: [["type", "=", "pvc"]] + type: list + default: [] + items: + - variable: volumeSnapshotEntry + label: Custom volumeSnapshot + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' + schema: + type: string + default: "mysnapshot" + required: true + - variable: volumeSnapshotClassName + label: 'volumeSnapshot Class Name (Advanced)' + description: For use with PVCs using a non-default storageClass + schema: + type: string + default: "" + - variable: ingress + label: "" + group: Ingress + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "Main Ingress" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable Ingress + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hosts + label: Hosts + schema: + type: list + default: [] + items: + - variable: hostEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: host + label: HostName + schema: + type: string + default: "" + required: true + - variable: paths + label: Paths + schema: + type: list + default: [{path: "/", pathType: "Prefix"}] + items: + - variable: pathEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + - variable: certificateIssuer + label: Cert-Manager clusterIssuer + description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates. Cannot be used combined with tls option below' + schema: + type: string + default: "" + - variable: middlewares + label: Traefik Middlewares + description: Add previously created Traefik Middlewares to this Ingress + schema: + type: list + default: [] + items: + - variable: name + label: Name + schema: + type: string + default: "" + required: true + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + - variable: entrypoint + label: (Advanced) Traefik Entrypoint + description: Entrypoint used by Traefik when using Traefik as Ingress Provider + schema: + type: string + default: websecure + show_if: [["advanced", "=", true]] + required: true + - variable: allowCors + label: "Allow Cross Origin Requests" + schema: + type: boolean + show_if: [["advanced", "=", true]] + default: false + - variable: ingressClassName + label: (Advanced/Optional) IngressClass Name + schema: + type: string + show_if: [["advanced", "=", true]] + default: "" + - variable: tls + label: TLS-Settings + schema: + type: list + show_if: [["advanced", "=", true]] + default: [] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: hosts + label: Certificate Hosts + schema: + type: list + default: [] + items: + - variable: host + label: Host + schema: + type: string + default: "" + required: true + + - variable: certificateIssuer + label: Use Cert-Manager clusterIssuer + description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' + schema: + type: string + default: "" + - variable: clusterCertificate + label: 'Cluster Certificate (Advanced)' + description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: secretName + label: 'Use Custom Certificate Secret (Advanced)' + schema: + show_if: [["certificateIssuer", "=", ""]] + type: string + default: "" + - variable: scaleCert + label: 'Use TrueNAS SCALE Certificate (Deprecated)' + schema: + show_if: [["certificateIssuer", "=", ""]] + type: int + $ref: + - "definitions/certificate" + - variable: ingressList + label: Add Manual Custom Ingresses + group: Ingress + schema: + type: list + default: [] + items: + - variable: ingressListEntry + label: Custom Ingress + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable Ingress + schema: + type: boolean + default: true + hidden: true + - variable: name + label: Name + schema: + type: string + default: "" + - variable: ingressClassName + label: IngressClass Name + schema: + type: string + default: "" + - variable: allowCors + label: "Allow Cross Origin Requests" + schema: + type: boolean + show_if: [["advanced", "=", true]] + default: false + - variable: hosts + label: Hosts + schema: + type: list + default: [] + items: + - variable: hostEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: host + label: HostName + schema: + type: string + default: "" + required: true + - variable: paths + label: Paths + schema: + type: list + default: [] + items: + - variable: pathEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + - variable: service + label: Linked Service + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Service Name + schema: + type: string + default: "" + - variable: port + label: Service Port + schema: + type: int + - variable: certificateIssuer + label: certificateIssuer + description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates. Cannot be used combined with tls option below' + schema: + type: string + default: "" + - variable: tls + label: TLS-Settings + schema: + type: list + default: [] + show_if: [["certificateIssuer", "=", ""]] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: hosts + label: Certificate Hosts + schema: + type: list + default: [] + items: + - variable: host + label: Host + schema: + type: string + default: "" + required: true + - variable: certificateIssuer + label: Use Cert-Manager clusterIssuer + description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.' + schema: + type: string + default: "" + - variable: scaleCert + label: Use TrueNAS SCALE Certificate (Deprecated) + schema: + show_if: [["certificateIssuer", "=", ""]] + type: int + $ref: + - "definitions/certificate" + - variable: clusterCertificate + label: 'Cluster Certificate (Advanced)' + description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: secretName + label: Use Custom Secret (Advanced) + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: entrypoint + label: Traefik Entrypoint + description: Entrypoint used by Traefik when using Traefik as Ingress Provider + schema: + type: string + default: websecure + required: true + - variable: middlewares + label: Traefik Middlewares + description: Add previously created Traefik Middlewares to this Ingress + schema: + type: list + default: [] + items: + - variable: name + label: Name + schema: + type: string + default: "" + required: true + - variable: securityContext + group: Security and Permissions + label: Security Context + schema: + additional_attrs: true + type: dict + attrs: + - variable: container + label: Container + schema: + additional_attrs: true + type: dict + attrs: + # Settings from questions.yaml get appended here on a per-app basis + + - variable: runAsUser + label: "runAsUser" + description: "The UserID of the user running the application" + schema: + type: int + default: 568 + - variable: runAsGroup + label: "runAsGroup" + description: "The groupID this App of the user running the application" + schema: + type: int + default: 568 + # Settings from questions.yaml get appended here on a per-app basis + - variable: PUID + label: Process User ID - PUID + description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps + schema: + type: int + show_if: [["runAsUser", "=", 0]] + default: 568 + - variable: UMASK + label: UMASK + description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps + schema: + type: string + default: "0022" + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: privileged + label: "Privileged mode" + schema: + type: boolean + default: false + - variable: readOnlyRootFilesystem + label: "ReadOnly Root Filesystem" + schema: + type: boolean + default: true + - variable: pod + label: Pod + schema: + additional_attrs: true + type: dict + attrs: + - variable: fsGroupChangePolicy + label: "When should we take ownership?" + schema: + type: string + default: OnRootMismatch + enum: + - value: OnRootMismatch + description: OnRootMismatch + - value: Always + description: Always + - variable: supplementalGroups + label: Supplemental Groups + schema: + type: list + default: [] + items: + - variable: supplementalGroupsEntry + label: Supplemental Group + schema: + type: int + # Settings from questions.yaml get appended here on a per-app basis + - variable: fsGroup + label: "fsGroup" + description: "The group that should own ALL storage." + schema: + type: int + default: 568 + + - variable: resources + group: Resources and Devices + label: "Resource Limits" + schema: + additional_attrs: true + type: dict + attrs: + - variable: limits + label: Advanced Limit Resource Consumption + schema: + additional_attrs: true + type: dict + attrs: + - variable: cpu + label: CPU + description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 4000m + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: RAM + description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 8Gi + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' + - variable: requests + label: "Minimum Resources Required (request)" + schema: + additional_attrs: true + type: dict + hidden: true + attrs: + - variable: cpu + label: CPU + description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 10m + hidden: true + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: "RAM" + description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 50Mi + hidden: true + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' + - variable: deviceList + label: Mount USB Devices + group: Resources and Devices + schema: + type: list + default: [] + items: + - variable: deviceListEntry + label: Device + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the Storage + schema: + type: boolean + default: true + - variable: type + label: (Advanced) Type of Storage + description: Sets the persistence type + schema: + type: string + default: device + hidden: true + - variable: readOnly + label: readOnly + schema: + type: boolean + default: false + - variable: hostPath + label: Host Device Path + description: Path to the device on the host system + schema: + type: path + - variable: mountPath + label: Container Device Path + description: Path inside the container the device is mounted + schema: + type: string + default: "/dev/ttyACM0" + - variable: scaleGPU + label: GPU Configuration + group: Resources and Devices + schema: + type: list + default: [] + items: + - variable: scaleGPUEntry + label: GPU + schema: + additional_attrs: true + type: dict + attrs: + # Specify GPU configuration + - variable: gpu + label: Select GPU + schema: + additional_attrs: true + type: dict + $ref: + - "definitions/gpuConfiguration" + attrs: [] + - variable: workaround + label: "Workaround" + schema: + type: string + default: workaround + hidden: true + - variable: metrics + group: Metrics + label: Prometheus Metrics + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: Main Metrics + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enabled + description: Enable Prometheus Metrics + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: prometheusRule + label: PrometheusRule + description: Enable and configure Prometheus Rules for the App. + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enabled + description: Enable Prometheus Metrics + schema: + type: boolean + default: false + # TODO: Rule List section +# - variable: horizontalPodAutoscaler +# group: Advanced +# label: (Advanced) Horizontal Pod Autoscaler +# schema: +# type: list +# default: [] +# items: +# - variable: hpaEntry +# label: HPA Entry +# schema: +# additional_attrs: true +# type: dict +# attrs: +# - variable: name +# label: Name +# schema: +# type: string +# required: true +# default: "" +# - variable: enabled +# label: Enabled +# schema: +# type: boolean +# default: false +# show_subquestions_if: true +# subquestions: +# - variable: target +# label: Target +# description: Deployment name, Defaults to Main Deployment +# schema: +# type: string +# default: "" +# - variable: minReplicas +# label: Minimum Replicas +# schema: +# type: int +# default: 1 +# - variable: maxReplicas +# label: Maximum Replicas +# schema: +# type: int +# default: 5 +# - variable: targetCPUUtilizationPercentage +# label: Target CPU Utilization Percentage +# schema: +# type: int +# default: 80 +# - variable: targetMemoryUtilizationPercentage +# label: Target Memory Utilization Percentage +# schema: +# type: int +# default: 80 + - variable: networkPolicy + group: Advanced + label: (Advanced) Network Policy + schema: + type: list + default: [] + items: + - variable: netPolicyEntry + label: Network Policy Entry + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + default: "" + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: policyType + label: Policy Type + schema: + type: string + default: "" + enum: + - value: "" + description: Default + - value: ingress + description: Ingress + - value: egress + description: Egress + - value: ingress-egress + description: Ingress and Egress + - variable: egress + label: Egress + schema: + type: list + default: [] + items: + - variable: egressEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: to + label: To + schema: + type: list + default: [] + items: + - variable: toEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: ipBlock + label: IP Block + schema: + additional_attrs: true + type: dict + attrs: + - variable: cidr + label: CIDR + schema: + type: string + default: "" + - variable: except + label: Except + schema: + type: list + default: [] + items: + - variable: exceptint + label: "" + schema: + type: string + - variable: namespaceSelector + label: Namespace Selector + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: podSelector + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: ports + label: Ports + schema: + type: list + default: [] + items: + - variable: portsEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + - variable: endPort + label: End Port + schema: + type: int + - variable: protocol + label: Protocol + schema: + type: string + default: TCP + enum: + - value: TCP + description: TCP + - value: UDP + description: UDP + - value: SCTP + description: SCTP + - variable: ingress + label: Ingress + schema: + type: list + default: [] + items: + - variable: ingressEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: from + label: From + schema: + type: list + default: [] + items: + - variable: fromEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: ipBlock + label: IP Block + schema: + additional_attrs: true + type: dict + attrs: + - variable: cidr + label: CIDR + schema: + type: string + default: "" + - variable: except + label: Except + schema: + type: list + default: [] + items: + - variable: exceptint + label: "" + schema: + type: string + - variable: namespaceSelector + label: Namespace Selector + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: podSelector + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: ports + label: Ports + schema: + type: list + default: [] + items: + - variable: portsEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + - variable: endPort + label: End Port + schema: + type: int + - variable: protocol + label: Protocol + schema: + type: string + default: TCP + enum: + - value: TCP + description: TCP + - value: UDP + description: UDP + - value: SCTP + description: SCTP + - variable: addons + group: Addons + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: codeserver + label: Codeserver + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: service + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: NodePort + description: Deprecated CHANGE THIS + - value: ClusterIP + description: ClusterIP + - value: LoadBalancer + description: LoadBalancer + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: ports + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: codeserver + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + default: 36107 + - variable: ingress + label: "Ingress" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable Ingress + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hosts + label: Hosts + schema: + type: list + default: [] + items: + - variable: hostEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: host + label: HostName + schema: + type: string + default: "" + required: true + - variable: paths + label: Paths + schema: + type: list + default: [{path: "/", pathType: "Prefix"}] + items: + - variable: pathEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + - variable: certificateIssuer + label: Cert-Manager clusterIssuer + description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates. Cannot be used combined with tls option below' + schema: + type: string + default: "" + - variable: middlewares + label: Traefik Middlewares + description: Add previously created Traefik Middlewares to this Ingress + schema: + type: list + default: [] + items: + - variable: name + label: Name + schema: + type: string + default: "" + required: true + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + - variable: entrypoint + label: (Advanced) Traefik Entrypoint + description: Entrypoint used by Traefik when using Traefik as Ingress Provider + schema: + type: string + default: websecure + show_if: [["advanced", "=", true]] + required: true + - variable: allowCors + label: "Allow Cross Origin Requests" + schema: + type: boolean + show_if: [["advanced", "=", true]] + default: false + - variable: ingressClassName + label: (Advanced/Optional) IngressClass Name + schema: + type: string + show_if: [["advanced", "=", true]] + default: "" + - variable: tls + label: TLS-Settings + schema: + type: list + show_if: [["advanced", "=", true]] + default: [] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: hosts + label: Certificate Hosts + schema: + type: list + default: [] + items: + - variable: host + label: Host + schema: + type: string + default: "" + required: true + - variable: certificateIssuer + label: Use Cert-Manager clusterIssuer + description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' + schema: + type: string + default: "" + - variable: clusterCertificate + label: 'Cluster Certificate (Advanced)' + description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: secretName + label: 'Use Custom Certificate Secret (Advanced)' + schema: + show_if: [["certificateIssuer", "=", ""]] + type: string + default: "" + - variable: scaleCert + label: 'Use TrueNAS SCALE Certificate (Deprecated)' + schema: + show_if: [["certificateIssuer", "=", ""]] + type: int + $ref: + - "definitions/certificate" + - variable: envList + label: Codeserver Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + - variable: netshoot + label: Netshoot + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: envList + label: Netshoot Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + - variable: vpn + label: VPN + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Type + schema: + type: string + default: disabled + enum: + - value: disabled + description: disabled + - value: gluetun + description: Gluetun + - value: tailscale + description: Tailscale + - value: openvpn + description: OpenVPN (Deprecated) + - value: wireguard + description: Wireguard (Deprecated) + - variable: openvpn + label: OpenVPN Settings + schema: + additional_attrs: true + type: dict + show_if: [["type", "=", "openvpn"]] + attrs: + - variable: username + label: Authentication Username (Optional) + description: Authentication Username, Optional + schema: + type: string + default: "" + - variable: password + label: Authentication Password + description: Authentication Credentials + schema: + type: string + show_if: [["username", "!=", ""]] + default: "" + required: true + - variable: tailscale + label: Tailscale Settings + schema: + additional_attrs: true + type: dict + show_if: [["type", "=", "tailscale"]] + attrs: + - variable: authkey + label: Authentication Key + description: Provide an auth key to automatically authenticate the node as your user account. + schema: + type: string + private: true + default: "" + - variable: auth_once + label: Auth Once + description: Only attempt to log in if not already logged in. + schema: + type: boolean + default: true + - variable: accept_dns + label: Accept DNS + description: Accept DNS configuration from the admin console. + schema: + type: boolean + default: false + - variable: userspace + label: Userspace + description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device. + schema: + type: boolean + default: false + - variable: routes + label: Routes + description: Expose physical subnet routes to your entire Tailscale network. + schema: + type: string + default: "" + - variable: dest_ip + label: Destination IP + description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched. + schema: + type: string + default: "" + - variable: sock5_server + label: Sock5 Server + description: The address on which to listen for SOCKS5 proxying into the tailscale net. + schema: + type: string + default: "" + - variable: outbound_http_proxy_listen + label: Outbound HTTP Proxy Listen + description: The address on which to listen for HTTP proxying into the tailscale net. + schema: + type: string + default: "" + - variable: extra_args + label: Extra Args + description: Extra Args + schema: + type: string + default: "" + - variable: daemon_extra_args + label: Tailscale Daemon Extra Args + description: Tailscale Daemon Extra Args + schema: + type: string + default: "" + - variable: killSwitch + label: Enable Killswitch + schema: + type: boolean + show_if: [["type", "!=", "disabled"]] + default: true + - variable: excludedNetworks_IPv4 + label: Killswitch Excluded IPv4 networks + description: List of Killswitch Excluded IPv4 Addresses + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: networkv4 + label: IPv4 Network + schema: + type: string + required: true + - variable: excludedNetworks_IPv6 + label: Killswitch Excluded IPv6 networks + description: "List of Killswitch Excluded IPv6 Addresses" + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: networkv6 + label: IPv6 Network + schema: + type: string + required: true + - variable: configFile + label: VPN Config File Location + schema: + type: string + show_if: [["type", "!=", "disabled"]] + default: "" + + - variable: envList + label: VPN Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + max_length: 10240 + - variable: docs + group: Documentation + label: Please read the documentation at https://truecharts.org + description: Please read the documentation at +
https://truecharts.org + schema: + additional_attrs: true + type: dict + attrs: + - variable: confirmDocs + label: I have checked the documentation + schema: + type: boolean + default: true + - variable: donateNag + group: Documentation + label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor + description: Please consider supporting TrueCharts, see +
https://truecharts.org/sponsor + schema: + additional_attrs: true + type: dict + attrs: + - variable: confirmDonate + label: I have considered donating + schema: + type: boolean + default: true + hidden: true diff --git a/stable/megasync/3.0.5/templates/NOTES.txt b/stable/lidarr/17.0.27/templates/NOTES.txt similarity index 100% rename from stable/megasync/3.0.5/templates/NOTES.txt rename to stable/lidarr/17.0.27/templates/NOTES.txt diff --git a/stable/lidarr/17.0.27/templates/common.yaml b/stable/lidarr/17.0.27/templates/common.yaml new file mode 100644 index 0000000000..3c93f57861 --- /dev/null +++ b/stable/lidarr/17.0.27/templates/common.yaml @@ -0,0 +1,11 @@ +{{/* Make sure all variables are set properly */}} +{{- include "tc.v1.common.loader.init" . -}} + +{{/* Disable [exportarr] if requested */}} +{{- if not .Values.metrics.main.enabled -}} + {{- $_ := set .Values.workload.exportarr "enabled" false -}} + {{- $_ := set .Values.service.metrics "enabled" false -}} +{{- end -}} + +{{/* Render the templates */}} +{{- include "tc.v1.common.loader.apply" . -}} diff --git a/stable/megasync/3.0.5/values.yaml b/stable/lidarr/17.0.27/values.yaml similarity index 100% rename from stable/megasync/3.0.5/values.yaml rename to stable/lidarr/17.0.27/values.yaml diff --git a/stable/megasync/3.0.5/app-changelog.md b/stable/megasync/3.0.5/app-changelog.md deleted file mode 100644 index 2d7cff6b2e..0000000000 --- a/stable/megasync/3.0.5/app-changelog.md +++ /dev/null @@ -1,10 +0,0 @@ - - -## [megasync-3.0.5](https://github.com/truecharts/charts/compare/megasync-3.0.4...megasync-3.0.5) (2023-12-03) - -### Chore - -- bump everything to ensure catalog has latest versions - - move new-common incubator stuff to stable ([#15646](https://github.com/truecharts/charts/issues/15646)) - - \ No newline at end of file diff --git a/stable/megasync/3.0.5/CHANGELOG.md b/stable/megasync/3.0.6/CHANGELOG.md similarity index 55% rename from stable/megasync/3.0.5/CHANGELOG.md rename to stable/megasync/3.0.6/CHANGELOG.md index 42524e11ac..51307a80df 100644 --- a/stable/megasync/3.0.5/CHANGELOG.md +++ b/stable/megasync/3.0.6/CHANGELOG.md @@ -4,6 +4,15 @@ +## [megasync-3.0.6](https://github.com/truecharts/charts/compare/megasync-3.0.5...megasync-3.0.6) (2023-12-04) + +### Chore + +- update container image tccr.io/truecharts/megasync to vlatest[@04d8c00](https://github.com/04d8c00) ([#15681](https://github.com/truecharts/charts/issues/15681)) + + + + ## [megasync-3.0.5](https://github.com/truecharts/charts/compare/megasync-3.0.4...megasync-3.0.5) (2023-12-03) ### Chore diff --git a/stable/megasync/3.0.5/Chart.yaml b/stable/megasync/3.0.6/Chart.yaml similarity index 98% rename from stable/megasync/3.0.5/Chart.yaml rename to stable/megasync/3.0.6/Chart.yaml index 8884c166f9..1450a4f795 100644 --- a/stable/megasync/3.0.5/Chart.yaml +++ b/stable/megasync/3.0.6/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: ">=1.24.0" apiVersion: v2 name: megasync -version: 3.0.5 +version: 3.0.6 appVersion: latest description: MEGAsync can synchronize all of your devices with your MEGA account. home: https://truecharts.org/charts/incubator/megasync diff --git a/stable/megasync/3.0.6/README.md b/stable/megasync/3.0.6/README.md new file mode 100644 index 0000000000..e0a9b8fa8d --- /dev/null +++ b/stable/megasync/3.0.6/README.md @@ -0,0 +1,27 @@ +# README + +## General Info + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. +However only installations using the TrueNAS SCALE Apps system are supported. + +For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/charts/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +*All Rights Reserved - The TrueCharts Project* diff --git a/stable/megasync/3.0.6/app-changelog.md b/stable/megasync/3.0.6/app-changelog.md new file mode 100644 index 0000000000..4818993381 --- /dev/null +++ b/stable/megasync/3.0.6/app-changelog.md @@ -0,0 +1,9 @@ + + +## [megasync-3.0.6](https://github.com/truecharts/charts/compare/megasync-3.0.5...megasync-3.0.6) (2023-12-04) + +### Chore + +- update container image tccr.io/truecharts/megasync to vlatest[@04d8c00](https://github.com/04d8c00) ([#15681](https://github.com/truecharts/charts/issues/15681)) + + \ No newline at end of file diff --git a/stable/megasync/3.0.5/app-readme.md b/stable/megasync/3.0.6/app-readme.md similarity index 100% rename from stable/megasync/3.0.5/app-readme.md rename to stable/megasync/3.0.6/app-readme.md diff --git a/stable/megasync/3.0.5/charts/common-13.2.2.tgz b/stable/megasync/3.0.6/charts/common-13.2.2.tgz similarity index 100% rename from stable/megasync/3.0.5/charts/common-13.2.2.tgz rename to stable/megasync/3.0.6/charts/common-13.2.2.tgz diff --git a/stable/megasync/3.0.5/ix_values.yaml b/stable/megasync/3.0.6/ix_values.yaml similarity index 88% rename from stable/megasync/3.0.5/ix_values.yaml rename to stable/megasync/3.0.6/ix_values.yaml index 1d2e784daa..3f82c22b9a 100644 --- a/stable/megasync/3.0.5/ix_values.yaml +++ b/stable/megasync/3.0.6/ix_values.yaml @@ -1,7 +1,7 @@ image: pullPolicy: IfNotPresent repository: tccr.io/truecharts/megasync - tag: vlatest@sha256:d94f4c81412cd0ea25dadeaae5f58e5f654a82eb9b71adfad622f38d8bd0112b + tag: vlatest@sha256:04d8c00afb09019389c7142a8cd67a724a6abc388d55c691a56b130f91a928d2 securityContext: container: diff --git a/stable/megasync/3.0.5/questions.yaml b/stable/megasync/3.0.6/questions.yaml similarity index 100% rename from stable/megasync/3.0.5/questions.yaml rename to stable/megasync/3.0.6/questions.yaml diff --git a/stable/plextraktsync/4.0.8/templates/NOTES.txt b/stable/megasync/3.0.6/templates/NOTES.txt similarity index 100% rename from stable/plextraktsync/4.0.8/templates/NOTES.txt rename to stable/megasync/3.0.6/templates/NOTES.txt diff --git a/stable/megasync/3.0.5/templates/common.yaml b/stable/megasync/3.0.6/templates/common.yaml similarity index 100% rename from stable/megasync/3.0.5/templates/common.yaml rename to stable/megasync/3.0.6/templates/common.yaml diff --git a/stable/plextraktsync/4.0.8/values.yaml b/stable/megasync/3.0.6/values.yaml similarity index 100% rename from stable/plextraktsync/4.0.8/values.yaml rename to stable/megasync/3.0.6/values.yaml diff --git a/stable/organizr/15.0.16/CHANGELOG.md b/stable/organizr/15.0.16/CHANGELOG.md new file mode 100644 index 0000000000..b2adf2acfd --- /dev/null +++ b/stable/organizr/15.0.16/CHANGELOG.md @@ -0,0 +1,99 @@ +**Important:** +*for the complete changelog, please refer to the website* + + + + +## [organizr-15.0.16](https://github.com/truecharts/charts/compare/organizr-15.0.15...organizr-15.0.16) (2023-12-04) + +### Chore + +- update container image organizr/organizr to latest[@1ce319d](https://github.com/1ce319d) ([#15625](https://github.com/truecharts/charts/issues/15625)) + + + + +## [organizr-15.0.15](https://github.com/truecharts/charts/compare/organizr-15.0.14...organizr-15.0.15) (2023-12-03) + +### Chore + +- bump everything to ensure catalog has latest versions + + + + +## [organizr-15.0.14](https://github.com/truecharts/charts/compare/organizr-15.0.13...organizr-15.0.14) (2023-12-02) + +### Chore + +- update container image organizr/organizr to latest[@69b8371](https://github.com/69b8371) ([#15621](https://github.com/truecharts/charts/issues/15621)) + + + + +## [organizr-15.0.13](https://github.com/truecharts/charts/compare/organizr-15.0.12...organizr-15.0.13) (2023-12-02) + +### Chore + +- fix annotations again + - update annotations + - update container image organizr/organizr to latest[@8920d17](https://github.com/8920d17) ([#15617](https://github.com/truecharts/charts/issues/15617)) + + + + + + + + + + + + +## [organizr-15.0.12](https://github.com/truecharts/charts/compare/organizr-15.0.11...organizr-15.0.12) (2023-11-30) + +### Chore + +- update container image organizr/organizr to latest[@a4c565a](https://github.com/a4c565a) ([#15536](https://github.com/truecharts/charts/issues/15536)) + + + + +## [organizr-15.0.11](https://github.com/truecharts/charts/compare/organizr-15.0.10...organizr-15.0.11) (2023-11-30) + +### Chore + +- update container image organizr/organizr to latest[@6a92128](https://github.com/6a92128) ([#15531](https://github.com/truecharts/charts/issues/15531)) + + + + +## [organizr-15.0.10](https://github.com/truecharts/charts/compare/organizr-15.0.9...organizr-15.0.10) (2023-11-30) + +### Chore + +- update container image organizr/organizr to latest[@2a42163](https://github.com/2a42163) ([#15527](https://github.com/truecharts/charts/issues/15527)) + + + + +## [organizr-15.0.9](https://github.com/truecharts/charts/compare/organizr-15.0.8...organizr-15.0.9) (2023-11-17) + + + + +## [organizr-15.0.8](https://github.com/truecharts/charts/compare/organizr-15.0.7...organizr-15.0.8) (2023-11-08) + +### Chore + +- update helm general non-major ([#14465](https://github.com/truecharts/charts/issues/14465)) + + + + +## [organizr-15.0.7](https://github.com/truecharts/charts/compare/organizr-15.0.6...organizr-15.0.7) (2023-11-08) + +### Chore + +- update helm general non-major ([#14454](https://github.com/truecharts/charts/issues/14454)) + diff --git a/stable/organizr/15.0.16/Chart.yaml b/stable/organizr/15.0.16/Chart.yaml new file mode 100644 index 0000000000..f118e311bc --- /dev/null +++ b/stable/organizr/15.0.16/Chart.yaml @@ -0,0 +1,35 @@ +kubeVersion: ">=1.24.0" +apiVersion: v2 +name: organizr +version: 15.0.16 +appVersion: latest +description: HTPC/Homelab Services Organizer +home: https://truecharts.org/charts/stable/organizr +icon: https://truecharts.org/img/hotlink-ok/chart-icons/organizr.png +deprecated: false +sources: + - https://github.com/causefx/Organizr + - https://github.com/truecharts/charts/tree/master/charts/stable/organizr + - https://hub.docker.com/r/organizr/organizr +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +keywords: + - organizr +dependencies: + - name: common + version: 14.3.5 + repository: https://library-charts.truecharts.org + condition: "" + alias: "" + tags: [] + import-values: [] +annotations: + max_scale_version: 23.10.1 + min_scale_version: 22.12.4 + truecharts.org/SCALE-support: "true" + truecharts.org/category: organizers + truecharts.org/max_helm_version: "3.13" + truecharts.org/min_helm_version: "3.12" + truecharts.org/train: stable diff --git a/stable/organizr/15.0.16/README.md b/stable/organizr/15.0.16/README.md new file mode 100644 index 0000000000..e0a9b8fa8d --- /dev/null +++ b/stable/organizr/15.0.16/README.md @@ -0,0 +1,27 @@ +# README + +## General Info + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. +However only installations using the TrueNAS SCALE Apps system are supported. + +For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/charts/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +*All Rights Reserved - The TrueCharts Project* diff --git a/stable/organizr/15.0.16/app-changelog.md b/stable/organizr/15.0.16/app-changelog.md new file mode 100644 index 0000000000..1498b47899 --- /dev/null +++ b/stable/organizr/15.0.16/app-changelog.md @@ -0,0 +1,9 @@ + + +## [organizr-15.0.16](https://github.com/truecharts/charts/compare/organizr-15.0.15...organizr-15.0.16) (2023-12-04) + +### Chore + +- update container image organizr/organizr to latest[@1ce319d](https://github.com/1ce319d) ([#15625](https://github.com/truecharts/charts/issues/15625)) + + \ No newline at end of file diff --git a/stable/organizr/15.0.16/app-readme.md b/stable/organizr/15.0.16/app-readme.md new file mode 100644 index 0000000000..7111925528 --- /dev/null +++ b/stable/organizr/15.0.16/app-readme.md @@ -0,0 +1,8 @@ +HTPC/Homelab Services Organizer + +This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/charts/stable/organizr](https://truecharts.org/charts/stable/organizr) + +--- + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! diff --git a/stable/smtp-relay/0.0.9/charts/common-14.3.5.tgz b/stable/organizr/15.0.16/charts/common-14.3.5.tgz similarity index 100% rename from stable/smtp-relay/0.0.9/charts/common-14.3.5.tgz rename to stable/organizr/15.0.16/charts/common-14.3.5.tgz diff --git a/stable/organizr/15.0.16/ix_values.yaml b/stable/organizr/15.0.16/ix_values.yaml new file mode 100644 index 0000000000..6a37b41808 --- /dev/null +++ b/stable/organizr/15.0.16/ix_values.yaml @@ -0,0 +1,26 @@ +image: + repository: organizr/organizr + pullPolicy: Always + tag: latest@sha256:1ce319d73cdfd2666ec7ef21e15907531fabc8a6f333c4ac61e2b2e9d2d162f5 +service: + main: + ports: + main: + port: 10022 + targetPort: 80 +persistence: + config: + enabled: true + mountPath: "/config" + data: + enabled: true + mountPath: "/data" +portal: + open: + enabled: true +securityContext: + container: + readOnlyRootFilesystem: false + runAsNonRoot: false + runAsUser: 0 + runAsGroup: 0 diff --git a/stable/organizr/15.0.16/questions.yaml b/stable/organizr/15.0.16/questions.yaml new file mode 100644 index 0000000000..6838568a97 --- /dev/null +++ b/stable/organizr/15.0.16/questions.yaml @@ -0,0 +1,2561 @@ +groups: + - name: Container Image + description: Image to be used for container + - name: General Settings + description: General Deployment Settings + - name: Workload Settings + description: Workload Settings + - name: App Configuration + description: App Specific Config Options + - name: Networking and Services + description: Configure Network and Services for Container + - name: Storage and Persistence + description: Persist and Share Data that is Separate from the Container + - name: Ingress + description: Ingress Configuration + - name: Security and Permissions + description: Configure Security Context and Permissions + - name: Resources and Devices + description: "Specify Resources/Devices to be Allocated to Workload" + - name: Middlewares + description: Traefik Middlewares + - name: Metrics + description: Metrics + - name: Addons + description: Addon Configuration + - name: Advanced + description: Advanced Configuration + - name: Postgresql + description: Postgresql + - name: Documentation + description: Documentation +portals: + open: + protocols: + - "$kubernetes-resource_configmap_tcportal-open_protocol" + host: + - "$kubernetes-resource_configmap_tcportal-open_host" + ports: + - "$kubernetes-resource_configmap_tcportal-open_port" +questions: + - variable: global + group: General Settings + label: "Global Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: stopAll + label: Stop All + description: "Stops All Running pods and hibernates cnpg" + schema: + type: boolean + default: false + - variable: workload + group: "Workload Settings" + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Type (Advanced) + schema: + type: string + default: Deployment + enum: + - value: Deployment + description: Deployment + - value: DaemonSet + description: DaemonSet + + - variable: replicas + label: Replicas (Advanced) + description: Set the number of Replicas + schema: + type: int + show_if: [["type", "!=", "DaemonSet"]] + default: 1 + - variable: podSpec + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: containers + label: Containers + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: Main Container + schema: + additional_attrs: true + type: dict + attrs: + + + - variable: envList + label: Extra Environment Variables + description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..." + schema: + type: list + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + - variable: value + label: Value + schema: + type: string + - variable: extraArgs + label: Extra Args + schema: + type: list + default: [] + items: + - variable: arg + label: Arg + schema: + type: string + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: command + label: Command + schema: + type: list + default: [] + items: + - variable: param + label: Param + schema: + type: string + - variable: TZ + label: Timezone + group: "General Settings" + schema: + type: string + default: "Etc/UTC" + $ref: + - "definitions/timezone" + - variable: podOptions + group: "General Settings" + label: "Global Pod Options (Advanced)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: expertPodOpts + label: "Expert - Pod Options" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hostNetwork + label: "Host Networking" + schema: + type: boolean + default: false + - variable: dnsConfig + label: "DNS Configuration" + schema: + type: dict + additional_attrs: true + attrs: + - variable: options + label: "Options" + schema: + type: list + default: [{"name": "ndots", "value": "1"}] + items: + - variable: optionsEntry + label: "Option Entry" + schema: + type: dict + additional_attrs: true + attrs: + - variable: name + label: "Name" + schema: + type: string + required: true + - variable: value + label: "Value" + schema: + type: string + - variable: nameservers + label: "Nameservers" + schema: + type: list + default: [] + items: + - variable: nsEntry + label: "Nameserver Entry" + schema: + type: string + required: true + - variable: searches + label: "Searches" + schema: + type: list + default: [] + items: + - variable: searchEntry + label: "Search Entry" + schema: + type: string + required: true + - variable: service + group: Networking and Services + label: Configure Service(s) + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "Main Service" + description: "The Primary service on which the healthcheck runs, often the webUI" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the Service + schema: + type: boolean + default: true + hidden: true + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: ports + label: "Service's Port(s) Configuration" + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "Main Service Port Configuration" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: "Port" + description: "This port exposes the container port on the service" + schema: + type: int + default: 10022 + required: true + - variable: serviceexpert + group: Networking and Services + label: Show Expert Config + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: scaleExternalInterface + description: Add External Interfaces + label: Add external Interfaces + group: Networking + schema: + type: list + items: + - variable: interfaceConfiguration + description: Interface Configuration + label: Interface Configuration + schema: + additional_attrs: true + type: dict + $ref: + - "normalize/interfaceConfiguration" + attrs: + - variable: hostInterface + description: Please Specify Host Interface + label: Host Interface + schema: + type: string + required: true + $ref: + - "definitions/interface" + - variable: ipam + description: Define how IP Address will be managed + label: IP Address Management + schema: + additional_attrs: true + type: dict + required: true + attrs: + - variable: type + description: Specify type for IPAM + label: IPAM Type + schema: + type: string + required: true + enum: + - value: dhcp + description: Use DHCP + - value: static + description: Use Static IP + - variable: staticIPConfigurations + label: Static IP Addresses + schema: + type: list + show_if: [["type", "=", "static"]] + items: + - variable: staticIP + label: Static IP + schema: + type: ipaddr + cidr: true + - variable: staticRoutes + label: Static Routes + schema: + type: list + show_if: [["type", "=", "static"]] + items: + - variable: staticRouteConfiguration + label: Static Route Configuration + schema: + additional_attrs: true + type: dict + attrs: + - variable: destination + label: Destination + schema: + type: ipaddr + cidr: true + required: true + - variable: gateway + label: Gateway + schema: + type: ipaddr + cidr: false + required: true + - variable: serviceList + label: Add Manual Custom Services + group: Networking and Services + schema: + type: list + default: [] + items: + - variable: serviceListEntry + label: Custom Service + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the service + schema: + type: boolean + default: true + hidden: true + - variable: name + label: Name + schema: + type: string + default: "" + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + - value: Simple + description: Deprecated CHANGE THIS + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: advancedsvcset + label: Show Advanced Service Settings + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: externalIPs + label: "External IP's" + description: "External IP's" + schema: + type: list + default: [] + items: + - variable: externalIP + label: External IP + schema: + type: string + - variable: ipFamilyPolicy + label: IP Family Policy + description: Specify the IP Policy + schema: + type: string + default: SingleStack + enum: + - value: SingleStack + description: SingleStack + - value: PreferDualStack + description: PreferDualStack + - value: RequireDualStack + description: RequireDualStack + - variable: ipFamilies + label: IP Families + description: (Advanced) The IP Families that should be used + schema: + type: list + default: [] + items: + - variable: ipFamily + label: IP Family + schema: + type: string + - variable: portsList + label: Additional Service Ports + schema: + type: list + default: [] + items: + - variable: portsListEntry + label: Custom ports + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the Port + schema: + type: boolean + default: true + hidden: true + - variable: name + label: Port Name + schema: + type: string + default: "" + - variable: protocol + label: Port Type + schema: + type: string + default: tcp + enum: + - value: http + description: HTTP + - value: https + description: HTTPS + - value: tcp + description: TCP + - value: udp + description: UDP + - variable: targetPort + label: Target Port + description: This port exposes the container port on the service + schema: + type: int + required: true + - variable: port + label: Container Port + schema: + type: int + required: true + - variable: persistence + label: Integrated Persistent Storage + description: Integrated Persistent Storage + group: Storage and Persistence + schema: + additional_attrs: true + type: dict + attrs: + - variable: config + label: "App Config Storage" + description: "Stores the Application Configuration." + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Type of Storage + description: Sets the persistence type, Anything other than PVC could break rollback! + schema: + type: string + default: pvc + enum: + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: emptyDir + description: emptyDir + - value: nfs + description: NFS Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: autoPermissions + label: Automatic Permissions Configuration + description: Automatically set permissions + schema: + show_if: [["type", "!=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: chown + label: Run CHOWN + description: | + It will run CHOWN on the path with the given fsGroup + schema: + type: boolean + default: false + - variable: chmod + label: Run CHMOD + description: | + It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770 + schema: + type: string + valid_chars: '[0-9]{3}' + default: "" + - variable: recursive + label: Recursive + description: | + It will run CHOWN and CHMOD recursively + schema: + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - variable: medium + label: EmptyDir Medium + schema: + show_if: [["type", "=", "emptyDir"]] + type: string + default: "" + enum: + - value: "" + description: Default + - value: Memory + description: Memory + - variable: size + label: Size quotum of Storage (Do NOT REDUCE after installation) + description: This value can ONLY be INCREASED after the installation + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: 256Gi + - variable: storageClass + label: 'storageClass (Advanced)' + description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "" + - variable: static + label: 'Static Fixed PVC Bindings (Experimental)' + description: Link a PVC to a specific storage location + schema: + show_if: [["type", "=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: mode + label: mode + description: | + disabled: use normal dynamic PVCs + smb: connect to an SMB share + nfs: connect to an NFS share + schema: + type: string + default: "disabled" + enum: + - value: "disabled" + description: disabled + - value: smb + description: smb + - value: nfs + description: nfs + - variable: server + label: Server + description: server to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "myserver" + - variable: share + label: Share + description: share to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "/myshare" + - variable: user + label: User + description: connecting user + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "myuser" + - variable: domain + label: Domain + description: user domain + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: password + label: Password + description: connecting password + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: volumeSnapshots + label: 'Volume Snapshots (Experimental)' + description: Add an entry to the list to force creation of a volumeSnapshot of this PVC + schema: + show_if: [["type", "=", "pvc"]] + type: list + default: [] + items: + - variable: volumeSnapshotEntry + label: Custom volumeSnapshot + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' + schema: + type: string + default: "mysnapshot" + required: true + - variable: volumeSnapshotClassName + label: 'volumeSnapshot Class Name (Advanced)' + description: For use with PVCs using a non-default storageClass + schema: + type: string + default: "" + - variable: data + label: "App Data Storage" + description: "Stores the Application Data." + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Type of Storage + description: Sets the persistence type, Anything other than PVC could break rollback! + schema: + type: string + default: pvc + enum: + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: emptyDir + description: emptyDir + - value: nfs + description: NFS Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: autoPermissions + label: Automatic Permissions Configuration + description: Automatically set permissions + schema: + show_if: [["type", "!=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: chown + label: Run CHOWN + description: | + It will run CHOWN on the path with the given fsGroup + schema: + type: boolean + default: false + - variable: chmod + label: Run CHMOD + description: | + It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770 + schema: + type: string + valid_chars: '[0-9]{3}' + default: "" + - variable: recursive + label: Recursive + description: | + It will run CHOWN and CHMOD recursively + schema: + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - variable: medium + label: EmptyDir Medium + schema: + show_if: [["type", "=", "emptyDir"]] + type: string + default: "" + enum: + - value: "" + description: Default + - value: Memory + description: Memory + - variable: size + label: Size quotum of Storage (Do NOT REDUCE after installation) + description: This value can ONLY be INCREASED after the installation + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: 256Gi + - variable: storageClass + label: 'storageClass (Advanced)' + description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "" + - variable: static + label: 'Static Fixed PVC Bindings (Experimental)' + description: Link a PVC to a specific storage location + schema: + show_if: [["type", "=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: mode + label: mode + description: | + disabled: use normal dynamic PVCs + smb: connect to an SMB share + nfs: connect to an NFS share + schema: + type: string + default: "disabled" + enum: + - value: "disabled" + description: disabled + - value: smb + description: smb + - value: nfs + description: nfs + - variable: server + label: Server + description: server to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "myserver" + - variable: share + label: Share + description: share to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "/myshare" + - variable: user + label: User + description: connecting user + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "myuser" + - variable: domain + label: Domain + description: user domain + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: password + label: Password + description: connecting password + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: volumeSnapshots + label: 'Volume Snapshots (Experimental)' + description: Add an entry to the list to force creation of a volumeSnapshot of this PVC + schema: + show_if: [["type", "=", "pvc"]] + type: list + default: [] + items: + - variable: volumeSnapshotEntry + label: Custom volumeSnapshot + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' + schema: + type: string + default: "mysnapshot" + required: true + - variable: volumeSnapshotClassName + label: 'volumeSnapshot Class Name (Advanced)' + description: For use with PVCs using a non-default storageClass + schema: + type: string + default: "" + - variable: persistenceList + label: Additional App Storage + group: Storage and Persistence + schema: + type: list + default: [] + items: + - variable: persistenceListEntry + label: Custom Storage + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the storage + schema: + type: boolean + default: true + hidden: true + - variable: type + label: Type of Storage + description: Sets the persistence type, Anything other than PVC could break rollback! + schema: + type: string + default: hostPath + enum: + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: emptyDir + description: emptyDir + - value: nfs + description: NFS Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: autoPermissions + label: Automatic Permissions Configuration + description: Automatically set permissions + schema: + show_if: [["type", "!=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: chown + label: Run CHOWN + description: | + It will run CHOWN on the path with the given fsGroup + schema: + type: boolean + default: false + - variable: chmod + label: Run CHMOD + description: | + It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770 + schema: + type: string + valid_chars: '[0-9]{3}' + default: "" + - variable: recursive + label: Recursive + description: | + It will run CHOWN and CHMOD recursively + schema: + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - variable: mountPath + label: Mount Path + description: Path inside the container the storage is mounted + schema: + type: string + default: "" + required: true + valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$' + - variable: medium + label: EmptyDir Medium + schema: + show_if: [["type", "=", "emptyDir"]] + type: string + default: "" + enum: + - value: "" + description: Default + - value: Memory + description: Memory + - variable: size + label: Size Quotum of Storage + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: 256Gi + - variable: storageClass + label: 'storageClass (Advanced)' + description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "" + - variable: static + label: 'Static Fixed PVC Bindings (Experimental)' + description: Link a PVC to a specific storage location + schema: + show_if: [["type", "=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: mode + label: mode + description: | + disabled: use normal dynamic PVCs + smb: connect to an SMB share + nfs: connect to an NFS share + schema: + type: string + default: "disabled" + enum: + - value: "disabled" + description: disabled + - value: smb + description: smb + - value: nfs + description: nfs + - variable: server + label: Server + description: server to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "myserver" + - variable: share + label: Share + description: share to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "/myshare" + - variable: user + label: User + description: connecting user + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "myuser" + - variable: domain + label: Domain + description: user domain + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: password + label: Password + description: connecting password + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: volumeSnapshots + label: 'Volume Snapshots (Experimental)' + description: Add an entry to the list to force creation of a volumeSnapshot of this PVC + schema: + show_if: [["type", "=", "pvc"]] + type: list + default: [] + items: + - variable: volumeSnapshotEntry + label: Custom volumeSnapshot + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' + schema: + type: string + default: "mysnapshot" + required: true + - variable: volumeSnapshotClassName + label: 'volumeSnapshot Class Name (Advanced)' + description: For use with PVCs using a non-default storageClass + schema: + type: string + default: "" + - variable: ingress + label: "" + group: Ingress + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "Main Ingress" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable Ingress + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hosts + label: Hosts + schema: + type: list + default: [] + items: + - variable: hostEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: host + label: HostName + schema: + type: string + default: "" + required: true + - variable: paths + label: Paths + schema: + type: list + default: [{path: "/", pathType: "Prefix"}] + items: + - variable: pathEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + - variable: certificateIssuer + label: Cert-Manager clusterIssuer + description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates. Cannot be used combined with tls option below' + schema: + type: string + default: "" + - variable: middlewares + label: Traefik Middlewares + description: Add previously created Traefik Middlewares to this Ingress + schema: + type: list + default: [] + items: + - variable: name + label: Name + schema: + type: string + default: "" + required: true + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + - variable: entrypoint + label: (Advanced) Traefik Entrypoint + description: Entrypoint used by Traefik when using Traefik as Ingress Provider + schema: + type: string + default: websecure + show_if: [["advanced", "=", true]] + required: true + - variable: allowCors + label: "Allow Cross Origin Requests" + schema: + type: boolean + show_if: [["advanced", "=", true]] + default: false + - variable: ingressClassName + label: (Advanced/Optional) IngressClass Name + schema: + type: string + show_if: [["advanced", "=", true]] + default: "" + - variable: tls + label: TLS-Settings + schema: + type: list + show_if: [["advanced", "=", true]] + default: [] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: hosts + label: Certificate Hosts + schema: + type: list + default: [] + items: + - variable: host + label: Host + schema: + type: string + default: "" + required: true + + - variable: certificateIssuer + label: Use Cert-Manager clusterIssuer + description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' + schema: + type: string + default: "" + - variable: clusterCertificate + label: 'Cluster Certificate (Advanced)' + description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: secretName + label: 'Use Custom Certificate Secret (Advanced)' + schema: + show_if: [["certificateIssuer", "=", ""]] + type: string + default: "" + - variable: scaleCert + label: 'Use TrueNAS SCALE Certificate (Deprecated)' + schema: + show_if: [["certificateIssuer", "=", ""]] + type: int + $ref: + - "definitions/certificate" + - variable: ingressList + label: Add Manual Custom Ingresses + group: Ingress + schema: + type: list + default: [] + items: + - variable: ingressListEntry + label: Custom Ingress + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable Ingress + schema: + type: boolean + default: true + hidden: true + - variable: name + label: Name + schema: + type: string + default: "" + - variable: ingressClassName + label: IngressClass Name + schema: + type: string + default: "" + - variable: allowCors + label: "Allow Cross Origin Requests" + schema: + type: boolean + show_if: [["advanced", "=", true]] + default: false + - variable: hosts + label: Hosts + schema: + type: list + default: [] + items: + - variable: hostEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: host + label: HostName + schema: + type: string + default: "" + required: true + - variable: paths + label: Paths + schema: + type: list + default: [] + items: + - variable: pathEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + - variable: service + label: Linked Service + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Service Name + schema: + type: string + default: "" + - variable: port + label: Service Port + schema: + type: int + - variable: certificateIssuer + label: certificateIssuer + description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates. Cannot be used combined with tls option below' + schema: + type: string + default: "" + - variable: tls + label: TLS-Settings + schema: + type: list + default: [] + show_if: [["certificateIssuer", "=", ""]] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: hosts + label: Certificate Hosts + schema: + type: list + default: [] + items: + - variable: host + label: Host + schema: + type: string + default: "" + required: true + - variable: certificateIssuer + label: Use Cert-Manager clusterIssuer + description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.' + schema: + type: string + default: "" + - variable: scaleCert + label: Use TrueNAS SCALE Certificate (Deprecated) + schema: + show_if: [["certificateIssuer", "=", ""]] + type: int + $ref: + - "definitions/certificate" + - variable: clusterCertificate + label: 'Cluster Certificate (Advanced)' + description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: secretName + label: Use Custom Secret (Advanced) + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: entrypoint + label: Traefik Entrypoint + description: Entrypoint used by Traefik when using Traefik as Ingress Provider + schema: + type: string + default: websecure + required: true + - variable: middlewares + label: Traefik Middlewares + description: Add previously created Traefik Middlewares to this Ingress + schema: + type: list + default: [] + items: + - variable: name + label: Name + schema: + type: string + default: "" + required: true + - variable: securityContext + group: Security and Permissions + label: Security Context + schema: + additional_attrs: true + type: dict + attrs: + - variable: container + label: Container + schema: + additional_attrs: true + type: dict + attrs: + # Settings from questions.yaml get appended here on a per-app basis + + - variable: runAsUser + label: "runAsUser" + description: "The UserID of the user running the application" + schema: + type: int + default: 0 + - variable: runAsGroup + label: "runAsGroup" + description: "The groupID of the user running the application" + schema: + type: int + default: 0 + # Settings from questions.yaml get appended here on a per-app basis + - variable: PUID + label: Process User ID - PUID + description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps + schema: + type: int + show_if: [["runAsUser", "=", 0]] + default: 568 + - variable: UMASK + label: UMASK + description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps + schema: + type: string + default: "0022" + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: privileged + label: "Privileged mode" + schema: + type: boolean + default: false + - variable: readOnlyRootFilesystem + label: "ReadOnly Root Filesystem" + schema: + type: boolean + default: true + - variable: pod + label: Pod + schema: + additional_attrs: true + type: dict + attrs: + - variable: fsGroupChangePolicy + label: "When should we take ownership?" + schema: + type: string + default: OnRootMismatch + enum: + - value: OnRootMismatch + description: OnRootMismatch + - value: Always + description: Always + - variable: supplementalGroups + label: Supplemental Groups + schema: + type: list + default: [] + items: + - variable: supplementalGroupsEntry + label: Supplemental Group + schema: + type: int + # Settings from questions.yaml get appended here on a per-app basis + - variable: fsGroup + label: "fsGroup" + description: "The group that should own ALL storage." + schema: + type: int + default: 568 + + - variable: resources + group: Resources and Devices + label: "Resource Limits" + schema: + additional_attrs: true + type: dict + attrs: + - variable: limits + label: Advanced Limit Resource Consumption + schema: + additional_attrs: true + type: dict + attrs: + - variable: cpu + label: CPU + description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 4000m + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: RAM + description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 8Gi + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' + - variable: requests + label: "Minimum Resources Required (request)" + schema: + additional_attrs: true + type: dict + hidden: true + attrs: + - variable: cpu + label: CPU + description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 10m + hidden: true + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: "RAM" + description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" + schema: + type: string + default: 50Mi + hidden: true + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' + - variable: deviceList + label: Mount USB Devices + group: Resources and Devices + schema: + type: list + default: [] + items: + - variable: deviceListEntry + label: Device + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the Storage + schema: + type: boolean + default: true + - variable: type + label: (Advanced) Type of Storage + description: Sets the persistence type + schema: + type: string + default: device + hidden: true + - variable: readOnly + label: readOnly + schema: + type: boolean + default: false + - variable: hostPath + label: Host Device Path + description: Path to the device on the host system + schema: + type: path + - variable: mountPath + label: Container Device Path + description: Path inside the container the device is mounted + schema: + type: string + default: "/dev/ttyACM0" + - variable: scaleGPU + label: GPU Configuration + group: Resources and Devices + schema: + type: list + default: [] + items: + - variable: scaleGPUEntry + label: GPU + schema: + additional_attrs: true + type: dict + attrs: + # Specify GPU configuration + - variable: gpu + label: Select GPU + schema: + additional_attrs: true + type: dict + $ref: + - "definitions/gpuConfiguration" + attrs: [] + - variable: workaround + label: "Workaround" + schema: + type: string + default: workaround + hidden: true +# - variable: horizontalPodAutoscaler +# group: Advanced +# label: (Advanced) Horizontal Pod Autoscaler +# schema: +# type: list +# default: [] +# items: +# - variable: hpaEntry +# label: HPA Entry +# schema: +# additional_attrs: true +# type: dict +# attrs: +# - variable: name +# label: Name +# schema: +# type: string +# required: true +# default: "" +# - variable: enabled +# label: Enabled +# schema: +# type: boolean +# default: false +# show_subquestions_if: true +# subquestions: +# - variable: target +# label: Target +# description: Deployment name, Defaults to Main Deployment +# schema: +# type: string +# default: "" +# - variable: minReplicas +# label: Minimum Replicas +# schema: +# type: int +# default: 1 +# - variable: maxReplicas +# label: Maximum Replicas +# schema: +# type: int +# default: 5 +# - variable: targetCPUUtilizationPercentage +# label: Target CPU Utilization Percentage +# schema: +# type: int +# default: 80 +# - variable: targetMemoryUtilizationPercentage +# label: Target Memory Utilization Percentage +# schema: +# type: int +# default: 80 + - variable: networkPolicy + group: Advanced + label: (Advanced) Network Policy + schema: + type: list + default: [] + items: + - variable: netPolicyEntry + label: Network Policy Entry + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + default: "" + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: policyType + label: Policy Type + schema: + type: string + default: "" + enum: + - value: "" + description: Default + - value: ingress + description: Ingress + - value: egress + description: Egress + - value: ingress-egress + description: Ingress and Egress + - variable: egress + label: Egress + schema: + type: list + default: [] + items: + - variable: egressEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: to + label: To + schema: + type: list + default: [] + items: + - variable: toEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: ipBlock + label: IP Block + schema: + additional_attrs: true + type: dict + attrs: + - variable: cidr + label: CIDR + schema: + type: string + default: "" + - variable: except + label: Except + schema: + type: list + default: [] + items: + - variable: exceptint + label: "" + schema: + type: string + - variable: namespaceSelector + label: Namespace Selector + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: podSelector + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: ports + label: Ports + schema: + type: list + default: [] + items: + - variable: portsEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + - variable: endPort + label: End Port + schema: + type: int + - variable: protocol + label: Protocol + schema: + type: string + default: TCP + enum: + - value: TCP + description: TCP + - value: UDP + description: UDP + - value: SCTP + description: SCTP + - variable: ingress + label: Ingress + schema: + type: list + default: [] + items: + - variable: ingressEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: from + label: From + schema: + type: list + default: [] + items: + - variable: fromEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: ipBlock + label: IP Block + schema: + additional_attrs: true + type: dict + attrs: + - variable: cidr + label: CIDR + schema: + type: string + default: "" + - variable: except + label: Except + schema: + type: list + default: [] + items: + - variable: exceptint + label: "" + schema: + type: string + - variable: namespaceSelector + label: Namespace Selector + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: podSelector + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: ports + label: Ports + schema: + type: list + default: [] + items: + - variable: portsEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + - variable: endPort + label: End Port + schema: + type: int + - variable: protocol + label: Protocol + schema: + type: string + default: TCP + enum: + - value: TCP + description: TCP + - value: UDP + description: UDP + - value: SCTP + description: SCTP + - variable: addons + group: Addons + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: codeserver + label: Codeserver + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: service + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: NodePort + description: Deprecated CHANGE THIS + - value: ClusterIP + description: ClusterIP + - value: LoadBalancer + description: LoadBalancer + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: ports + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: codeserver + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + default: 36107 + - variable: ingress + label: "Ingress" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable Ingress + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hosts + label: Hosts + schema: + type: list + default: [] + items: + - variable: hostEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: host + label: HostName + schema: + type: string + default: "" + required: true + - variable: paths + label: Paths + schema: + type: list + default: [{path: "/", pathType: "Prefix"}] + items: + - variable: pathEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + - variable: certificateIssuer + label: Cert-Manager clusterIssuer + description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates. Cannot be used combined with tls option below' + schema: + type: string + default: "" + - variable: middlewares + label: Traefik Middlewares + description: Add previously created Traefik Middlewares to this Ingress + schema: + type: list + default: [] + items: + - variable: name + label: Name + schema: + type: string + default: "" + required: true + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + - variable: entrypoint + label: (Advanced) Traefik Entrypoint + description: Entrypoint used by Traefik when using Traefik as Ingress Provider + schema: + type: string + default: websecure + show_if: [["advanced", "=", true]] + required: true + - variable: allowCors + label: "Allow Cross Origin Requests" + schema: + type: boolean + show_if: [["advanced", "=", true]] + default: false + - variable: ingressClassName + label: (Advanced/Optional) IngressClass Name + schema: + type: string + show_if: [["advanced", "=", true]] + default: "" + - variable: tls + label: TLS-Settings + schema: + type: list + show_if: [["advanced", "=", true]] + default: [] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: hosts + label: Certificate Hosts + schema: + type: list + default: [] + items: + - variable: host + label: Host + schema: + type: string + default: "" + required: true + - variable: certificateIssuer + label: Use Cert-Manager clusterIssuer + description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' + schema: + type: string + default: "" + - variable: clusterCertificate + label: 'Cluster Certificate (Advanced)' + description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: secretName + label: 'Use Custom Certificate Secret (Advanced)' + schema: + show_if: [["certificateIssuer", "=", ""]] + type: string + default: "" + - variable: scaleCert + label: 'Use TrueNAS SCALE Certificate (Deprecated)' + schema: + show_if: [["certificateIssuer", "=", ""]] + type: int + $ref: + - "definitions/certificate" + - variable: envList + label: Codeserver Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + - variable: netshoot + label: Netshoot + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: envList + label: Netshoot Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + - variable: vpn + label: VPN + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Type + schema: + type: string + default: disabled + enum: + - value: disabled + description: disabled + - value: gluetun + description: Gluetun + - value: tailscale + description: Tailscale + - value: openvpn + description: OpenVPN (Deprecated) + - value: wireguard + description: Wireguard (Deprecated) + - variable: openvpn + label: OpenVPN Settings + schema: + additional_attrs: true + type: dict + show_if: [["type", "=", "openvpn"]] + attrs: + - variable: username + label: Authentication Username (Optional) + description: Authentication Username, Optional + schema: + type: string + default: "" + - variable: password + label: Authentication Password + description: Authentication Credentials + schema: + type: string + show_if: [["username", "!=", ""]] + default: "" + required: true + - variable: tailscale + label: Tailscale Settings + schema: + additional_attrs: true + type: dict + show_if: [["type", "=", "tailscale"]] + attrs: + - variable: authkey + label: Authentication Key + description: Provide an auth key to automatically authenticate the node as your user account. + schema: + type: string + private: true + default: "" + - variable: auth_once + label: Auth Once + description: Only attempt to log in if not already logged in. + schema: + type: boolean + default: true + - variable: accept_dns + label: Accept DNS + description: Accept DNS configuration from the admin console. + schema: + type: boolean + default: false + - variable: userspace + label: Userspace + description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device. + schema: + type: boolean + default: false + - variable: routes + label: Routes + description: Expose physical subnet routes to your entire Tailscale network. + schema: + type: string + default: "" + - variable: dest_ip + label: Destination IP + description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched. + schema: + type: string + default: "" + - variable: sock5_server + label: Sock5 Server + description: The address on which to listen for SOCKS5 proxying into the tailscale net. + schema: + type: string + default: "" + - variable: outbound_http_proxy_listen + label: Outbound HTTP Proxy Listen + description: The address on which to listen for HTTP proxying into the tailscale net. + schema: + type: string + default: "" + - variable: extra_args + label: Extra Args + description: Extra Args + schema: + type: string + default: "" + - variable: daemon_extra_args + label: Tailscale Daemon Extra Args + description: Tailscale Daemon Extra Args + schema: + type: string + default: "" + - variable: killSwitch + label: Enable Killswitch + schema: + type: boolean + show_if: [["type", "!=", "disabled"]] + default: true + - variable: excludedNetworks_IPv4 + label: Killswitch Excluded IPv4 networks + description: List of Killswitch Excluded IPv4 Addresses + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: networkv4 + label: IPv4 Network + schema: + type: string + required: true + - variable: excludedNetworks_IPv6 + label: Killswitch Excluded IPv6 networks + description: "List of Killswitch Excluded IPv6 Addresses" + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: networkv6 + label: IPv6 Network + schema: + type: string + required: true + - variable: configFile + label: VPN Config File Location + schema: + type: string + show_if: [["type", "!=", "disabled"]] + default: "" + + - variable: envList + label: VPN Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + max_length: 10240 + - variable: docs + group: Documentation + label: Please read the documentation at https://truecharts.org + description: Please read the documentation at +
https://truecharts.org + schema: + additional_attrs: true + type: dict + attrs: + - variable: confirmDocs + label: I have checked the documentation + schema: + type: boolean + default: true + - variable: donateNag + group: Documentation + label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor + description: Please consider supporting TrueCharts, see +
https://truecharts.org/sponsor + schema: + additional_attrs: true + type: dict + attrs: + - variable: confirmDonate + label: I have considered donating + schema: + type: boolean + default: true + hidden: true diff --git a/stable/pocketmine-mp/0.0.3/templates/NOTES.txt b/stable/organizr/15.0.16/templates/NOTES.txt similarity index 100% rename from stable/pocketmine-mp/0.0.3/templates/NOTES.txt rename to stable/organizr/15.0.16/templates/NOTES.txt diff --git a/stable/pocketmine-mp/0.0.3/templates/common.yaml b/stable/organizr/15.0.16/templates/common.yaml similarity index 100% rename from stable/pocketmine-mp/0.0.3/templates/common.yaml rename to stable/organizr/15.0.16/templates/common.yaml diff --git a/stable/pocketmine-mp/0.0.3/values.yaml b/stable/organizr/15.0.16/values.yaml similarity index 100% rename from stable/pocketmine-mp/0.0.3/values.yaml rename to stable/organizr/15.0.16/values.yaml diff --git a/stable/plextraktsync/4.0.8/README.md b/stable/plextraktsync/4.0.8/README.md deleted file mode 100644 index 83229a6026..0000000000 --- a/stable/plextraktsync/4.0.8/README.md +++ /dev/null @@ -1,27 +0,0 @@ -# README - -## General Info - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. - -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/incubator/) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/charts/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - -*All Rights Reserved - The TrueCharts Project* diff --git a/stable/plextraktsync/4.0.8/app-changelog.md b/stable/plextraktsync/4.0.8/app-changelog.md deleted file mode 100644 index c5e5a76914..0000000000 --- a/stable/plextraktsync/4.0.8/app-changelog.md +++ /dev/null @@ -1,10 +0,0 @@ - - -## [plextraktsync-4.0.8](https://github.com/truecharts/charts/compare/plextraktsync-4.0.7...plextraktsync-4.0.8) (2023-12-03) - -### Chore - -- bump everything to ensure catalog has latest versions - - move new-common incubator stuff to stable ([#15646](https://github.com/truecharts/charts/issues/15646)) - - \ No newline at end of file diff --git a/stable/plextraktsync/4.0.8/CHANGELOG.md b/stable/plextraktsync/4.0.9/CHANGELOG.md similarity index 54% rename from stable/plextraktsync/4.0.8/CHANGELOG.md rename to stable/plextraktsync/4.0.9/CHANGELOG.md index 6abc18026c..3a9ec304f0 100644 --- a/stable/plextraktsync/4.0.8/CHANGELOG.md +++ b/stable/plextraktsync/4.0.9/CHANGELOG.md @@ -4,6 +4,15 @@ +## [plextraktsync-4.0.9](https://github.com/truecharts/charts/compare/plextraktsync-4.0.8...plextraktsync-4.0.9) (2023-12-04) + +### Chore + +- update container image tccr.io/truecharts/plextraktsync to v0.27.11[@74efbeb](https://github.com/74efbeb) ([#15690](https://github.com/truecharts/charts/issues/15690)) + + + + ## [plextraktsync-4.0.8](https://github.com/truecharts/charts/compare/plextraktsync-4.0.7...plextraktsync-4.0.8) (2023-12-03) ### Chore diff --git a/stable/plextraktsync/4.0.8/Chart.yaml b/stable/plextraktsync/4.0.9/Chart.yaml similarity index 96% rename from stable/plextraktsync/4.0.8/Chart.yaml rename to stable/plextraktsync/4.0.9/Chart.yaml index 4ca283ad24..d9a7b46949 100644 --- a/stable/plextraktsync/4.0.8/Chart.yaml +++ b/stable/plextraktsync/4.0.9/Chart.yaml @@ -1,8 +1,8 @@ kubeVersion: ">=1.24.0" apiVersion: v2 name: plextraktsync -version: 4.0.8 -appVersion: 0.27.7 +version: 4.0.9 +appVersion: 0.27.11 description: Two-way-sync between trakt.tv and Plex Media Server. home: https://truecharts.org/charts/incubator/plextraktsync icon: https://truecharts.org/img/hotlink-ok/chart-icons/plextraktsync.png diff --git a/stable/plextraktsync/4.0.9/README.md b/stable/plextraktsync/4.0.9/README.md new file mode 100644 index 0000000000..e0a9b8fa8d --- /dev/null +++ b/stable/plextraktsync/4.0.9/README.md @@ -0,0 +1,27 @@ +# README + +## General Info + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. +However only installations using the TrueNAS SCALE Apps system are supported. + +For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/charts/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +*All Rights Reserved - The TrueCharts Project* diff --git a/stable/plextraktsync/4.0.9/app-changelog.md b/stable/plextraktsync/4.0.9/app-changelog.md new file mode 100644 index 0000000000..cd6c6cef69 --- /dev/null +++ b/stable/plextraktsync/4.0.9/app-changelog.md @@ -0,0 +1,9 @@ + + +## [plextraktsync-4.0.9](https://github.com/truecharts/charts/compare/plextraktsync-4.0.8...plextraktsync-4.0.9) (2023-12-04) + +### Chore + +- update container image tccr.io/truecharts/plextraktsync to v0.27.11[@74efbeb](https://github.com/74efbeb) ([#15690](https://github.com/truecharts/charts/issues/15690)) + + \ No newline at end of file diff --git a/stable/plextraktsync/4.0.8/app-readme.md b/stable/plextraktsync/4.0.9/app-readme.md similarity index 100% rename from stable/plextraktsync/4.0.8/app-readme.md rename to stable/plextraktsync/4.0.9/app-readme.md diff --git a/stable/plextraktsync/4.0.9/charts/common-14.3.5.tgz b/stable/plextraktsync/4.0.9/charts/common-14.3.5.tgz new file mode 100644 index 0000000000..58fbc6f496 Binary files /dev/null and b/stable/plextraktsync/4.0.9/charts/common-14.3.5.tgz differ diff --git a/stable/plextraktsync/4.0.8/ix_values.yaml b/stable/plextraktsync/4.0.9/ix_values.yaml similarity index 90% rename from stable/plextraktsync/4.0.8/ix_values.yaml rename to stable/plextraktsync/4.0.9/ix_values.yaml index 8a4514b034..7cf20d06fa 100644 --- a/stable/plextraktsync/4.0.8/ix_values.yaml +++ b/stable/plextraktsync/4.0.9/ix_values.yaml @@ -1,7 +1,7 @@ image: pullPolicy: IfNotPresent repository: tccr.io/truecharts/plextraktsync - tag: v0.27.7@sha256:cefad9eed53955d91f1020d95c5f09f0f96c8cc5e89bcd25036cd6dd786d2a5d + tag: v0.27.11@sha256:74efbebce5bf060c4e7b6c9936e6c551944957a25f388c70e0d1254e516a0994 securityContext: container: diff --git a/stable/plextraktsync/4.0.8/questions.yaml b/stable/plextraktsync/4.0.9/questions.yaml similarity index 100% rename from stable/plextraktsync/4.0.8/questions.yaml rename to stable/plextraktsync/4.0.9/questions.yaml diff --git a/stable/smtp-relay/0.0.9/templates/NOTES.txt b/stable/plextraktsync/4.0.9/templates/NOTES.txt similarity index 100% rename from stable/smtp-relay/0.0.9/templates/NOTES.txt rename to stable/plextraktsync/4.0.9/templates/NOTES.txt diff --git a/stable/plextraktsync/4.0.8/templates/_cronjob.tpl b/stable/plextraktsync/4.0.9/templates/_cronjob.tpl similarity index 100% rename from stable/plextraktsync/4.0.8/templates/_cronjob.tpl rename to stable/plextraktsync/4.0.9/templates/_cronjob.tpl diff --git a/stable/plextraktsync/4.0.8/templates/common.yaml b/stable/plextraktsync/4.0.9/templates/common.yaml similarity index 100% rename from stable/plextraktsync/4.0.8/templates/common.yaml rename to stable/plextraktsync/4.0.9/templates/common.yaml diff --git a/stable/smtp-relay/0.0.9/values.yaml b/stable/plextraktsync/4.0.9/values.yaml similarity index 100% rename from stable/smtp-relay/0.0.9/values.yaml rename to stable/plextraktsync/4.0.9/values.yaml diff --git a/stable/pocketmine-mp/0.0.3/README.md b/stable/pocketmine-mp/0.0.3/README.md deleted file mode 100644 index 83229a6026..0000000000 --- a/stable/pocketmine-mp/0.0.3/README.md +++ /dev/null @@ -1,27 +0,0 @@ -# README - -## General Info - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. - -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/incubator/) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/charts/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - -*All Rights Reserved - The TrueCharts Project* diff --git a/stable/pocketmine-mp/0.0.3/app-changelog.md b/stable/pocketmine-mp/0.0.3/app-changelog.md deleted file mode 100644 index b70287cf0c..0000000000 --- a/stable/pocketmine-mp/0.0.3/app-changelog.md +++ /dev/null @@ -1,10 +0,0 @@ - - -## [pocketmine-mp-0.0.3](https://github.com/truecharts/charts/compare/pocketmine-mp-0.0.2...pocketmine-mp-0.0.3) (2023-12-03) - -### Chore - -- bump everything to ensure catalog has latest versions - - move new-common incubator stuff to stable ([#15646](https://github.com/truecharts/charts/issues/15646)) - - \ No newline at end of file diff --git a/stable/pocketmine-mp/0.0.3/CHANGELOG.md b/stable/pocketmine-mp/0.0.4/CHANGELOG.md similarity index 55% rename from stable/pocketmine-mp/0.0.3/CHANGELOG.md rename to stable/pocketmine-mp/0.0.4/CHANGELOG.md index 21fd7ef081..431a82fb7d 100644 --- a/stable/pocketmine-mp/0.0.3/CHANGELOG.md +++ b/stable/pocketmine-mp/0.0.4/CHANGELOG.md @@ -4,6 +4,15 @@ +## [pocketmine-mp-0.0.4](https://github.com/truecharts/charts/compare/pocketmine-mp-0.0.3...pocketmine-mp-0.0.4) (2023-12-04) + +### Chore + +- update container image tccr.io/truecharts/pocketmine-mp to v5.8.2[@85b5b10](https://github.com/85b5b10) ([#15691](https://github.com/truecharts/charts/issues/15691)) + + + + ## [pocketmine-mp-0.0.3](https://github.com/truecharts/charts/compare/pocketmine-mp-0.0.2...pocketmine-mp-0.0.3) (2023-12-03) ### Chore diff --git a/stable/pocketmine-mp/0.0.3/Chart.yaml b/stable/pocketmine-mp/0.0.4/Chart.yaml similarity index 96% rename from stable/pocketmine-mp/0.0.3/Chart.yaml rename to stable/pocketmine-mp/0.0.4/Chart.yaml index 52a6cbfcc0..e3234cfca2 100644 --- a/stable/pocketmine-mp/0.0.3/Chart.yaml +++ b/stable/pocketmine-mp/0.0.4/Chart.yaml @@ -1,16 +1,16 @@ kubeVersion: ">=1.24.0" apiVersion: v2 name: pocketmine-mp -version: 0.0.3 -appVersion: 5.8.1 +version: 0.0.4 +appVersion: 5.8.2 description: A server software for Minecraft Bedrock Edition in PHP. home: https://truecharts.org/charts/incubator/pocketmine-mp icon: https://truecharts.org/img/hotlink-ok/chart-icons/pocketmine-mp.png deprecated: false sources: + - https://github.com/truecharts/containers/tree/master/mirrorpocketmine-mp - https://github.com/pmmp/PocketMine-MP - https://github.com/truecharts/charts/tree/master/charts/incubator/pocketmine-mp - - https://github.com/truecharts/containers/tree/master/mirrorpocketmine-mp maintainers: - name: TrueCharts email: info@truecharts.org diff --git a/stable/pocketmine-mp/0.0.4/README.md b/stable/pocketmine-mp/0.0.4/README.md new file mode 100644 index 0000000000..e0a9b8fa8d --- /dev/null +++ b/stable/pocketmine-mp/0.0.4/README.md @@ -0,0 +1,27 @@ +# README + +## General Info + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. +However only installations using the TrueNAS SCALE Apps system are supported. + +For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/charts/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +*All Rights Reserved - The TrueCharts Project* diff --git a/stable/pocketmine-mp/0.0.4/app-changelog.md b/stable/pocketmine-mp/0.0.4/app-changelog.md new file mode 100644 index 0000000000..431079ea8b --- /dev/null +++ b/stable/pocketmine-mp/0.0.4/app-changelog.md @@ -0,0 +1,9 @@ + + +## [pocketmine-mp-0.0.4](https://github.com/truecharts/charts/compare/pocketmine-mp-0.0.3...pocketmine-mp-0.0.4) (2023-12-04) + +### Chore + +- update container image tccr.io/truecharts/pocketmine-mp to v5.8.2[@85b5b10](https://github.com/85b5b10) ([#15691](https://github.com/truecharts/charts/issues/15691)) + + \ No newline at end of file diff --git a/stable/pocketmine-mp/0.0.3/app-readme.md b/stable/pocketmine-mp/0.0.4/app-readme.md similarity index 100% rename from stable/pocketmine-mp/0.0.3/app-readme.md rename to stable/pocketmine-mp/0.0.4/app-readme.md diff --git a/stable/pocketmine-mp/0.0.3/charts/common-14.3.3.tgz b/stable/pocketmine-mp/0.0.4/charts/common-14.3.3.tgz similarity index 100% rename from stable/pocketmine-mp/0.0.3/charts/common-14.3.3.tgz rename to stable/pocketmine-mp/0.0.4/charts/common-14.3.3.tgz diff --git a/stable/pocketmine-mp/0.0.3/ix_values.yaml b/stable/pocketmine-mp/0.0.4/ix_values.yaml similarity index 91% rename from stable/pocketmine-mp/0.0.3/ix_values.yaml rename to stable/pocketmine-mp/0.0.4/ix_values.yaml index 40a0cb1767..ddbd9a59f1 100644 --- a/stable/pocketmine-mp/0.0.3/ix_values.yaml +++ b/stable/pocketmine-mp/0.0.4/ix_values.yaml @@ -1,7 +1,7 @@ image: repository: tccr.io/truecharts/pocketmine-mp pullPolicy: IfNotPresent - tag: v5.8.1@sha256:b44daf2ac052e2c15d421e58c860802064de9555709576aae35a792201917d35 + tag: v5.8.2@sha256:85b5b10f86044282ec1f1707659419347e1e48e899b351196b81e376e7fd38c0 securityContext: container: diff --git a/stable/pocketmine-mp/0.0.3/questions.yaml b/stable/pocketmine-mp/0.0.4/questions.yaml similarity index 100% rename from stable/pocketmine-mp/0.0.3/questions.yaml rename to stable/pocketmine-mp/0.0.4/questions.yaml diff --git a/stable/pocketmine-mp/0.0.4/templates/NOTES.txt b/stable/pocketmine-mp/0.0.4/templates/NOTES.txt new file mode 100644 index 0000000000..efcb74cb77 --- /dev/null +++ b/stable/pocketmine-mp/0.0.4/templates/NOTES.txt @@ -0,0 +1 @@ +{{- include "tc.v1.common.lib.chart.notes" $ -}} diff --git a/stable/smtp-relay/0.0.9/templates/common.yaml b/stable/pocketmine-mp/0.0.4/templates/common.yaml similarity index 100% rename from stable/smtp-relay/0.0.9/templates/common.yaml rename to stable/pocketmine-mp/0.0.4/templates/common.yaml diff --git a/stable/tasmobackup/3.0.5/values.yaml b/stable/pocketmine-mp/0.0.4/values.yaml similarity index 100% rename from stable/tasmobackup/3.0.5/values.yaml rename to stable/pocketmine-mp/0.0.4/values.yaml diff --git a/stable/smtp-relay/0.0.9/CHANGELOG.md b/stable/smtp-relay/0.0.10/CHANGELOG.md similarity index 55% rename from stable/smtp-relay/0.0.9/CHANGELOG.md rename to stable/smtp-relay/0.0.10/CHANGELOG.md index 0e92c7bbcc..592fa33845 100644 --- a/stable/smtp-relay/0.0.9/CHANGELOG.md +++ b/stable/smtp-relay/0.0.10/CHANGELOG.md @@ -4,6 +4,15 @@ +## [smtp-relay-0.0.10](https://github.com/truecharts/charts/compare/smtp-relay-0.0.9...smtp-relay-0.0.10) (2023-12-04) + +### Chore + +- update container image tccr.io/truecharts/smtp-relay to v0.5.2[@ad5044e](https://github.com/ad5044e) ([#15692](https://github.com/truecharts/charts/issues/15692)) + + + + ## [smtp-relay-0.0.9](https://github.com/truecharts/charts/compare/smtp-relay-0.0.8...smtp-relay-0.0.9) (2023-12-03) ### Chore diff --git a/stable/smtp-relay/0.0.9/Chart.yaml b/stable/smtp-relay/0.0.10/Chart.yaml similarity index 96% rename from stable/smtp-relay/0.0.9/Chart.yaml rename to stable/smtp-relay/0.0.10/Chart.yaml index f22183e43a..1862a5b173 100644 --- a/stable/smtp-relay/0.0.9/Chart.yaml +++ b/stable/smtp-relay/0.0.10/Chart.yaml @@ -1,16 +1,16 @@ kubeVersion: ">=1.24.0" apiVersion: v2 name: smtp-relay -version: 0.0.9 -appVersion: 0.5.1 +version: 0.0.10 +appVersion: 0.5.2 description: A SMTP service for relaying emails. home: https://truecharts.org/charts/incubator/smtp-relay icon: https://truecharts.org/img/hotlink-ok/chart-icons/smtp-relay.png deprecated: false sources: - - https://github.com/ix-ai/smtp - https://github.com/truecharts/charts/tree/master/charts/incubator/smtp-relay - https://github.com/truecharts/containers/tree/master/mirrorsmtp-relay + - https://github.com/ix-ai/smtp maintainers: - name: TrueCharts email: info@truecharts.org diff --git a/stable/smtp-relay/0.0.10/README.md b/stable/smtp-relay/0.0.10/README.md new file mode 100644 index 0000000000..e0a9b8fa8d --- /dev/null +++ b/stable/smtp-relay/0.0.10/README.md @@ -0,0 +1,27 @@ +# README + +## General Info + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. +However only installations using the TrueNAS SCALE Apps system are supported. + +For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/charts/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +*All Rights Reserved - The TrueCharts Project* diff --git a/stable/smtp-relay/0.0.10/app-changelog.md b/stable/smtp-relay/0.0.10/app-changelog.md new file mode 100644 index 0000000000..5d77f34b91 --- /dev/null +++ b/stable/smtp-relay/0.0.10/app-changelog.md @@ -0,0 +1,9 @@ + + +## [smtp-relay-0.0.10](https://github.com/truecharts/charts/compare/smtp-relay-0.0.9...smtp-relay-0.0.10) (2023-12-04) + +### Chore + +- update container image tccr.io/truecharts/smtp-relay to v0.5.2[@ad5044e](https://github.com/ad5044e) ([#15692](https://github.com/truecharts/charts/issues/15692)) + + \ No newline at end of file diff --git a/stable/smtp-relay/0.0.9/app-readme.md b/stable/smtp-relay/0.0.10/app-readme.md similarity index 100% rename from stable/smtp-relay/0.0.9/app-readme.md rename to stable/smtp-relay/0.0.10/app-readme.md diff --git a/stable/smtp-relay/0.0.10/charts/common-14.3.5.tgz b/stable/smtp-relay/0.0.10/charts/common-14.3.5.tgz new file mode 100644 index 0000000000..58fbc6f496 Binary files /dev/null and b/stable/smtp-relay/0.0.10/charts/common-14.3.5.tgz differ diff --git a/stable/smtp-relay/0.0.9/ix_values.yaml b/stable/smtp-relay/0.0.10/ix_values.yaml similarity index 93% rename from stable/smtp-relay/0.0.9/ix_values.yaml rename to stable/smtp-relay/0.0.10/ix_values.yaml index 2df81cd45e..fd6cbd3458 100644 --- a/stable/smtp-relay/0.0.9/ix_values.yaml +++ b/stable/smtp-relay/0.0.10/ix_values.yaml @@ -1,7 +1,7 @@ image: repository: tccr.io/truecharts/smtp-relay pullPolicy: IfNotPresent - tag: v0.5.1@sha256:205cd0d120ab96071e599451664398a8e209c80b0b6c2944ca7ad4f463c0bd93 + tag: v0.5.2@sha256:ad5044ebdec5d2e75d08021f333b742328c2554e9807894031e328321433f049 securityContext: container: diff --git a/stable/smtp-relay/0.0.9/questions.yaml b/stable/smtp-relay/0.0.10/questions.yaml similarity index 100% rename from stable/smtp-relay/0.0.9/questions.yaml rename to stable/smtp-relay/0.0.10/questions.yaml diff --git a/stable/smtp-relay/0.0.10/templates/NOTES.txt b/stable/smtp-relay/0.0.10/templates/NOTES.txt new file mode 100644 index 0000000000..efcb74cb77 --- /dev/null +++ b/stable/smtp-relay/0.0.10/templates/NOTES.txt @@ -0,0 +1 @@ +{{- include "tc.v1.common.lib.chart.notes" $ -}} diff --git a/stable/tasmobackup/3.0.5/templates/common.yaml b/stable/smtp-relay/0.0.10/templates/common.yaml similarity index 100% rename from stable/tasmobackup/3.0.5/templates/common.yaml rename to stable/smtp-relay/0.0.10/templates/common.yaml diff --git a/stable/tasmocompiler/3.0.6/values.yaml b/stable/smtp-relay/0.0.10/values.yaml similarity index 100% rename from stable/tasmocompiler/3.0.6/values.yaml rename to stable/smtp-relay/0.0.10/values.yaml diff --git a/stable/smtp-relay/0.0.9/README.md b/stable/smtp-relay/0.0.9/README.md deleted file mode 100644 index 83229a6026..0000000000 --- a/stable/smtp-relay/0.0.9/README.md +++ /dev/null @@ -1,27 +0,0 @@ -# README - -## General Info - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. - -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/incubator/) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/charts/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - -*All Rights Reserved - The TrueCharts Project* diff --git a/stable/smtp-relay/0.0.9/app-changelog.md b/stable/smtp-relay/0.0.9/app-changelog.md deleted file mode 100644 index 6395235073..0000000000 --- a/stable/smtp-relay/0.0.9/app-changelog.md +++ /dev/null @@ -1,10 +0,0 @@ - - -## [smtp-relay-0.0.9](https://github.com/truecharts/charts/compare/smtp-relay-0.0.8...smtp-relay-0.0.9) (2023-12-03) - -### Chore - -- bump everything to ensure catalog has latest versions - - move new-common incubator stuff to stable ([#15646](https://github.com/truecharts/charts/issues/15646)) - - \ No newline at end of file diff --git a/stable/tasmobackup/3.0.5/README.md b/stable/tasmobackup/3.0.5/README.md deleted file mode 100644 index 83229a6026..0000000000 --- a/stable/tasmobackup/3.0.5/README.md +++ /dev/null @@ -1,27 +0,0 @@ -# README - -## General Info - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. - -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/incubator/) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/charts/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - -*All Rights Reserved - The TrueCharts Project* diff --git a/stable/tasmobackup/3.0.5/app-changelog.md b/stable/tasmobackup/3.0.5/app-changelog.md deleted file mode 100644 index dfe0a7451d..0000000000 --- a/stable/tasmobackup/3.0.5/app-changelog.md +++ /dev/null @@ -1,10 +0,0 @@ - - -## [tasmobackup-3.0.5](https://github.com/truecharts/charts/compare/tasmobackup-3.0.4...tasmobackup-3.0.5) (2023-12-03) - -### Chore - -- bump everything to ensure catalog has latest versions - - move new-common incubator stuff to stable ([#15646](https://github.com/truecharts/charts/issues/15646)) - - \ No newline at end of file diff --git a/stable/tasmobackup/3.0.5/CHANGELOG.md b/stable/tasmobackup/3.0.6/CHANGELOG.md similarity index 55% rename from stable/tasmobackup/3.0.5/CHANGELOG.md rename to stable/tasmobackup/3.0.6/CHANGELOG.md index a39b874d87..cde41e59b1 100644 --- a/stable/tasmobackup/3.0.5/CHANGELOG.md +++ b/stable/tasmobackup/3.0.6/CHANGELOG.md @@ -4,6 +4,15 @@ +## [tasmobackup-3.0.6](https://github.com/truecharts/charts/compare/tasmobackup-3.0.5...tasmobackup-3.0.6) (2023-12-04) + +### Chore + +- update container image tccr.io/truecharts/tasmobackup to latest[@197cbf9](https://github.com/197cbf9) ([#15683](https://github.com/truecharts/charts/issues/15683)) + + + + ## [tasmobackup-3.0.5](https://github.com/truecharts/charts/compare/tasmobackup-3.0.4...tasmobackup-3.0.5) (2023-12-03) ### Chore diff --git a/stable/tasmobackup/3.0.5/Chart.yaml b/stable/tasmobackup/3.0.6/Chart.yaml similarity index 98% rename from stable/tasmobackup/3.0.5/Chart.yaml rename to stable/tasmobackup/3.0.6/Chart.yaml index 78e66ad2f1..3a76a2d32e 100644 --- a/stable/tasmobackup/3.0.5/Chart.yaml +++ b/stable/tasmobackup/3.0.6/Chart.yaml @@ -1,16 +1,16 @@ kubeVersion: ">=1.24.0" apiVersion: v2 name: tasmobackup -version: 3.0.5 +version: 3.0.6 appVersion: latest description: backup all your tasmota devices in one place. home: https://truecharts.org/charts/incubator/tasmobackup icon: https://truecharts.org/img/hotlink-ok/chart-icons/tasmobackup.png deprecated: false sources: - - https://github.com/danmed/TasmoBackupV1 - https://github.com/truecharts/charts/tree/master/charts/incubator/tasmobackup - https://github.com/truecharts/containers/tree/master/mirrortasmobackup + - https://github.com/danmed/TasmoBackupV1 maintainers: - name: TrueCharts email: info@truecharts.org diff --git a/stable/tasmobackup/3.0.6/README.md b/stable/tasmobackup/3.0.6/README.md new file mode 100644 index 0000000000..e0a9b8fa8d --- /dev/null +++ b/stable/tasmobackup/3.0.6/README.md @@ -0,0 +1,27 @@ +# README + +## General Info + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. +However only installations using the TrueNAS SCALE Apps system are supported. + +For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/charts/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +*All Rights Reserved - The TrueCharts Project* diff --git a/stable/tasmobackup/3.0.6/app-changelog.md b/stable/tasmobackup/3.0.6/app-changelog.md new file mode 100644 index 0000000000..6c54290388 --- /dev/null +++ b/stable/tasmobackup/3.0.6/app-changelog.md @@ -0,0 +1,9 @@ + + +## [tasmobackup-3.0.6](https://github.com/truecharts/charts/compare/tasmobackup-3.0.5...tasmobackup-3.0.6) (2023-12-04) + +### Chore + +- update container image tccr.io/truecharts/tasmobackup to latest[@197cbf9](https://github.com/197cbf9) ([#15683](https://github.com/truecharts/charts/issues/15683)) + + \ No newline at end of file diff --git a/stable/tasmobackup/3.0.5/app-readme.md b/stable/tasmobackup/3.0.6/app-readme.md similarity index 100% rename from stable/tasmobackup/3.0.5/app-readme.md rename to stable/tasmobackup/3.0.6/app-readme.md diff --git a/stable/tasmobackup/3.0.5/charts/common-13.2.2.tgz b/stable/tasmobackup/3.0.6/charts/common-13.2.2.tgz similarity index 100% rename from stable/tasmobackup/3.0.5/charts/common-13.2.2.tgz rename to stable/tasmobackup/3.0.6/charts/common-13.2.2.tgz diff --git a/stable/tasmobackup/3.0.5/ix_values.yaml b/stable/tasmobackup/3.0.6/ix_values.yaml similarity index 87% rename from stable/tasmobackup/3.0.5/ix_values.yaml rename to stable/tasmobackup/3.0.6/ix_values.yaml index 95ebd88b9e..ddf771c237 100644 --- a/stable/tasmobackup/3.0.5/ix_values.yaml +++ b/stable/tasmobackup/3.0.6/ix_values.yaml @@ -4,7 +4,7 @@ env: image: pullPolicy: IfNotPresent repository: tccr.io/truecharts/tasmobackup - tag: latest@sha256:f191e4de7867b74936d33cbb4d02ddc21515a0bc9327c9544174d3e88e2c5768 + tag: latest@sha256:197cbf9ce71dd849473ea47c09cb60a667d7f80dd456f13123eaca61517d5ff3 securityContext: container: diff --git a/stable/tasmobackup/3.0.5/questions.yaml b/stable/tasmobackup/3.0.6/questions.yaml similarity index 100% rename from stable/tasmobackup/3.0.5/questions.yaml rename to stable/tasmobackup/3.0.6/questions.yaml diff --git a/stable/tasmocompiler/3.0.6/templates/common.yaml b/stable/tasmobackup/3.0.6/templates/common.yaml similarity index 100% rename from stable/tasmocompiler/3.0.6/templates/common.yaml rename to stable/tasmobackup/3.0.6/templates/common.yaml diff --git a/stable/tasmobackup/3.0.6/values.yaml b/stable/tasmobackup/3.0.6/values.yaml new file mode 100644 index 0000000000..e69de29bb2 diff --git a/stable/tasmocompiler/3.0.6/README.md b/stable/tasmocompiler/3.0.6/README.md deleted file mode 100644 index 83229a6026..0000000000 --- a/stable/tasmocompiler/3.0.6/README.md +++ /dev/null @@ -1,27 +0,0 @@ -# README - -## General Info - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. - -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/incubator/) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/charts/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - -*All Rights Reserved - The TrueCharts Project* diff --git a/stable/tasmocompiler/3.0.6/app-changelog.md b/stable/tasmocompiler/3.0.6/app-changelog.md deleted file mode 100644 index cb2cf2026f..0000000000 --- a/stable/tasmocompiler/3.0.6/app-changelog.md +++ /dev/null @@ -1,10 +0,0 @@ - - -## [tasmocompiler-3.0.6](https://github.com/truecharts/charts/compare/tasmocompiler-3.0.5...tasmocompiler-3.0.6) (2023-12-03) - -### Chore - -- bump everything to ensure catalog has latest versions - - move new-common incubator stuff to stable ([#15646](https://github.com/truecharts/charts/issues/15646)) - - \ No newline at end of file diff --git a/stable/tasmocompiler/3.0.6/CHANGELOG.md b/stable/tasmocompiler/3.0.7/CHANGELOG.md similarity index 55% rename from stable/tasmocompiler/3.0.6/CHANGELOG.md rename to stable/tasmocompiler/3.0.7/CHANGELOG.md index f117f96cb5..98d79050f6 100644 --- a/stable/tasmocompiler/3.0.6/CHANGELOG.md +++ b/stable/tasmocompiler/3.0.7/CHANGELOG.md @@ -4,6 +4,15 @@ +## [tasmocompiler-3.0.7](https://github.com/truecharts/charts/compare/tasmocompiler-3.0.6...tasmocompiler-3.0.7) (2023-12-04) + +### Chore + +- update container image tccr.io/truecharts/tasmocompiler to latest[@506e9f5](https://github.com/506e9f5) ([#15684](https://github.com/truecharts/charts/issues/15684)) + + + + ## [tasmocompiler-3.0.6](https://github.com/truecharts/charts/compare/tasmocompiler-3.0.5...tasmocompiler-3.0.6) (2023-12-03) ### Chore diff --git a/stable/tasmocompiler/3.0.6/Chart.yaml b/stable/tasmocompiler/3.0.7/Chart.yaml similarity index 98% rename from stable/tasmocompiler/3.0.6/Chart.yaml rename to stable/tasmocompiler/3.0.7/Chart.yaml index 93642468a7..b2a3d92095 100644 --- a/stable/tasmocompiler/3.0.6/Chart.yaml +++ b/stable/tasmocompiler/3.0.7/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: ">=1.24.0" apiVersion: v2 name: tasmocompiler -version: 3.0.6 +version: 3.0.7 appVersion: latest description: TasmoCompiler is a simple web GUI which allows you to compile fantastic diff --git a/stable/tasmocompiler/3.0.7/README.md b/stable/tasmocompiler/3.0.7/README.md new file mode 100644 index 0000000000..e0a9b8fa8d --- /dev/null +++ b/stable/tasmocompiler/3.0.7/README.md @@ -0,0 +1,27 @@ +# README + +## General Info + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. +However only installations using the TrueNAS SCALE Apps system are supported. + +For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/charts/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +*All Rights Reserved - The TrueCharts Project* diff --git a/stable/tasmocompiler/3.0.7/app-changelog.md b/stable/tasmocompiler/3.0.7/app-changelog.md new file mode 100644 index 0000000000..ec9b20bdaa --- /dev/null +++ b/stable/tasmocompiler/3.0.7/app-changelog.md @@ -0,0 +1,9 @@ + + +## [tasmocompiler-3.0.7](https://github.com/truecharts/charts/compare/tasmocompiler-3.0.6...tasmocompiler-3.0.7) (2023-12-04) + +### Chore + +- update container image tccr.io/truecharts/tasmocompiler to latest[@506e9f5](https://github.com/506e9f5) ([#15684](https://github.com/truecharts/charts/issues/15684)) + + \ No newline at end of file diff --git a/stable/tasmocompiler/3.0.6/app-readme.md b/stable/tasmocompiler/3.0.7/app-readme.md similarity index 100% rename from stable/tasmocompiler/3.0.6/app-readme.md rename to stable/tasmocompiler/3.0.7/app-readme.md diff --git a/stable/tasmocompiler/3.0.6/charts/common-13.2.2.tgz b/stable/tasmocompiler/3.0.7/charts/common-13.2.2.tgz similarity index 100% rename from stable/tasmocompiler/3.0.6/charts/common-13.2.2.tgz rename to stable/tasmocompiler/3.0.7/charts/common-13.2.2.tgz diff --git a/stable/tasmocompiler/3.0.6/ix_values.yaml b/stable/tasmocompiler/3.0.7/ix_values.yaml similarity index 80% rename from stable/tasmocompiler/3.0.6/ix_values.yaml rename to stable/tasmocompiler/3.0.7/ix_values.yaml index 80d91a0576..4e5e629071 100644 --- a/stable/tasmocompiler/3.0.6/ix_values.yaml +++ b/stable/tasmocompiler/3.0.7/ix_values.yaml @@ -1,7 +1,7 @@ image: pullPolicy: IfNotPresent repository: tccr.io/truecharts/tasmocompiler - tag: latest@sha256:ef51d927f2aa949f8cfcb6b109a7f5cac3a59ca6b6172e486634db922de41cf0 + tag: latest@sha256:506e9f54b21eaeca6eb7a5cfdef32640592ad2b05289a2c8b7a32338d8d9ee38 securityContext: container: diff --git a/stable/tasmocompiler/3.0.6/questions.yaml b/stable/tasmocompiler/3.0.7/questions.yaml similarity index 100% rename from stable/tasmocompiler/3.0.6/questions.yaml rename to stable/tasmocompiler/3.0.7/questions.yaml diff --git a/stable/tasmocompiler/3.0.7/templates/common.yaml b/stable/tasmocompiler/3.0.7/templates/common.yaml new file mode 100644 index 0000000000..b51394e00a --- /dev/null +++ b/stable/tasmocompiler/3.0.7/templates/common.yaml @@ -0,0 +1 @@ +{{ include "tc.v1.common.loader.all" . }} diff --git a/stable/tasmocompiler/3.0.7/values.yaml b/stable/tasmocompiler/3.0.7/values.yaml new file mode 100644 index 0000000000..e69de29bb2