diff --git a/dependency/mariadb/1.0.6/CHANGELOG.md b/dependency/mariadb/1.0.8/CHANGELOG.md similarity index 88% rename from dependency/mariadb/1.0.6/CHANGELOG.md rename to dependency/mariadb/1.0.8/CHANGELOG.md index f0c7d8938ec..d1637f00fa7 100644 --- a/dependency/mariadb/1.0.6/CHANGELOG.md +++ b/dependency/mariadb/1.0.8/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [mariadb-1.0.8](https://github.com/truecharts/apps/compare/mariadb-1.0.7...mariadb-1.0.8) (2021-11-22) + +#### Chore + +* update non-major ([#1380](https://github.com/truecharts/apps/issues/1380)) + + + ### [mariadb-1.0.6](https://github.com/truecharts/apps/compare/mariadb-1.0.5...mariadb-1.0.6) (2021-11-21) diff --git a/dependency/mariadb/1.0.6/CONFIG.md b/dependency/mariadb/1.0.8/CONFIG.md similarity index 100% rename from dependency/mariadb/1.0.6/CONFIG.md rename to dependency/mariadb/1.0.8/CONFIG.md diff --git a/dependency/mariadb/1.0.8/Chart.lock b/dependency/mariadb/1.0.8/Chart.lock new file mode 100644 index 00000000000..3418528fb50 --- /dev/null +++ b/dependency/mariadb/1.0.8/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org + version: 8.9.0 +digest: sha256:897df8a7a9ac40261f41d88342ca2d8748cdf91b8e8ed0ba04c8f26643bf3430 +generated: "2021-11-22T20:58:22.941113128Z" diff --git a/dependency/mariadb/1.0.6/Chart.yaml b/dependency/mariadb/1.0.8/Chart.yaml similarity index 96% rename from dependency/mariadb/1.0.6/Chart.yaml rename to dependency/mariadb/1.0.8/Chart.yaml index beae1fbff8a..aecb252fa79 100644 --- a/dependency/mariadb/1.0.6/Chart.yaml +++ b/dependency/mariadb/1.0.8/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "10.6.5" dependencies: - name: common repository: https://truecharts.org - version: 8.6.3 + version: 8.9.0 deprecated: false description: Fast, reliable, scalable, and easy to use open-source relational database system. home: https://github.com/truecharts/apps/tree/master/stable/mariadb @@ -24,7 +24,7 @@ sources: - https://github.com/prometheus/mysqld_exporter - https://mariadb.org type: application -version: 1.0.6 +version: 1.0.8 annotations: truecharts.org/catagories: | - database diff --git a/dependency/mariadb/1.0.6/README.md b/dependency/mariadb/1.0.8/README.md similarity index 96% rename from dependency/mariadb/1.0.6/README.md rename to dependency/mariadb/1.0.8/README.md index 384d1eeaf7d..570a487e708 100644 --- a/dependency/mariadb/1.0.6/README.md +++ b/dependency/mariadb/1.0.8/README.md @@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.0 | ## Installing the Chart diff --git a/dependency/mariadb/1.0.6/app-readme.md b/dependency/mariadb/1.0.8/app-readme.md similarity index 100% rename from dependency/mariadb/1.0.6/app-readme.md rename to dependency/mariadb/1.0.8/app-readme.md diff --git a/dependency/mariadb/1.0.8/charts/common-8.9.0.tgz b/dependency/mariadb/1.0.8/charts/common-8.9.0.tgz new file mode 100644 index 00000000000..d3aeedb783b Binary files /dev/null and b/dependency/mariadb/1.0.8/charts/common-8.9.0.tgz differ diff --git a/dependency/mariadb/1.0.6/helm-values.md b/dependency/mariadb/1.0.8/helm-values.md similarity index 97% rename from dependency/mariadb/1.0.6/helm-values.md rename to dependency/mariadb/1.0.8/helm-values.md index b35a24fb726..4ed6752aa49 100644 --- a/dependency/mariadb/1.0.6/helm-values.md +++ b/dependency/mariadb/1.0.8/helm-values.md @@ -27,7 +27,7 @@ You will, however, be able to use all values referenced in the common chart here | existingSecret | string | `""` | | | image.pullPolicy | string | `"IfNotPresent"` | | | image.repository | string | `"bitnami/mariadb"` | | -| image.tag | string | `"10.6.5@sha256:56644d687e906ae8311afb447210cf28335b4f4a394817d45e2de5b14f271381"` | | +| image.tag | string | `"10.6.5@sha256:1070558e18ca30f714ec089efbb20aaf358f28c03e0e5db8f7f56fac129e8e1d"` | | | mariadbDatabase | string | `"test"` | | | mariadbPassword | string | `"testpass"` | | | mariadbRootPassword | string | `"testroot"` | | diff --git a/dependency/mariadb/1.0.6/ix_values.yaml b/dependency/mariadb/1.0.8/ix_values.yaml similarity index 97% rename from dependency/mariadb/1.0.6/ix_values.yaml rename to dependency/mariadb/1.0.8/ix_values.yaml index f1f010884e2..76b9e4e32a2 100644 --- a/dependency/mariadb/1.0.6/ix_values.yaml +++ b/dependency/mariadb/1.0.8/ix_values.yaml @@ -1,7 +1,7 @@ image: repository: bitnami/mariadb pullPolicy: IfNotPresent - tag: 10.6.5@sha256:56644d687e906ae8311afb447210cf28335b4f4a394817d45e2de5b14f271381 + tag: 10.6.5@sha256:1070558e18ca30f714ec089efbb20aaf358f28c03e0e5db8f7f56fac129e8e1d controller: # -- Set the controller type. diff --git a/dependency/mariadb/1.0.6/questions.yaml b/dependency/mariadb/1.0.8/questions.yaml similarity index 100% rename from dependency/mariadb/1.0.6/questions.yaml rename to dependency/mariadb/1.0.8/questions.yaml diff --git a/dependency/mariadb/1.0.6/templates/common.yaml b/dependency/mariadb/1.0.8/templates/common.yaml similarity index 100% rename from dependency/mariadb/1.0.6/templates/common.yaml rename to dependency/mariadb/1.0.8/templates/common.yaml diff --git a/dependency/mariadb/1.0.6/templates/secret.yaml b/dependency/mariadb/1.0.8/templates/secret.yaml similarity index 100% rename from dependency/mariadb/1.0.6/templates/secret.yaml rename to dependency/mariadb/1.0.8/templates/secret.yaml diff --git a/dependency/mariadb/1.0.6/values.yaml b/dependency/mariadb/1.0.8/values.yaml similarity index 100% rename from dependency/mariadb/1.0.6/values.yaml rename to dependency/mariadb/1.0.8/values.yaml diff --git a/dependency/memcached/1.0.7/CHANGELOG.md b/dependency/memcached/1.0.9/CHANGELOG.md similarity index 90% rename from dependency/memcached/1.0.7/CHANGELOG.md rename to dependency/memcached/1.0.9/CHANGELOG.md index 1c2094db2d9..37d7a04b1b3 100644 --- a/dependency/memcached/1.0.7/CHANGELOG.md +++ b/dependency/memcached/1.0.9/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [memcached-1.0.9](https://github.com/truecharts/apps/compare/memcached-1.0.8...memcached-1.0.9) (2021-11-22) + +#### Chore + +* update non-major ([#1380](https://github.com/truecharts/apps/issues/1380)) + + + ### [memcached-1.0.7](https://github.com/truecharts/apps/compare/memcached-1.0.6...memcached-1.0.7) (2021-11-18) diff --git a/dependency/memcached/1.0.7/CONFIG.md b/dependency/memcached/1.0.9/CONFIG.md similarity index 100% rename from dependency/memcached/1.0.7/CONFIG.md rename to dependency/memcached/1.0.9/CONFIG.md diff --git a/dependency/memcached/1.0.9/Chart.lock b/dependency/memcached/1.0.9/Chart.lock new file mode 100644 index 00000000000..3c9b03a0efd --- /dev/null +++ b/dependency/memcached/1.0.9/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org + version: 8.9.0 +digest: sha256:897df8a7a9ac40261f41d88342ca2d8748cdf91b8e8ed0ba04c8f26643bf3430 +generated: "2021-11-22T20:58:51.277446959Z" diff --git a/dependency/memcached/1.0.7/Chart.yaml b/dependency/memcached/1.0.9/Chart.yaml similarity index 95% rename from dependency/memcached/1.0.7/Chart.yaml rename to dependency/memcached/1.0.9/Chart.yaml index 3b9084a22d2..904a0efea77 100644 --- a/dependency/memcached/1.0.7/Chart.yaml +++ b/dependency/memcached/1.0.9/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "1.6.12" dependencies: - name: common repository: https://truecharts.org - version: 8.6.3 + version: 8.9.0 deprecated: false description: Memcached is a memory-backed database caching solution home: https://github.com/truecharts/apps/tree/master/stable/memcached @@ -22,7 +22,7 @@ sources: - https://github.com/bitnami/bitnami-docker-memcached - http://memcached.org/ type: application -version: 1.0.7 +version: 1.0.9 annotations: truecharts.org/catagories: | - database diff --git a/dependency/memcached/1.0.7/README.md b/dependency/memcached/1.0.9/README.md similarity index 96% rename from dependency/memcached/1.0.7/README.md rename to dependency/memcached/1.0.9/README.md index 93d0bfb89c9..d452f13d512 100644 --- a/dependency/memcached/1.0.7/README.md +++ b/dependency/memcached/1.0.9/README.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.0 | ## Installing the Chart diff --git a/dependency/memcached/1.0.7/app-readme.md b/dependency/memcached/1.0.9/app-readme.md similarity index 100% rename from dependency/memcached/1.0.7/app-readme.md rename to dependency/memcached/1.0.9/app-readme.md diff --git a/dependency/memcached/1.0.9/charts/common-8.9.0.tgz b/dependency/memcached/1.0.9/charts/common-8.9.0.tgz new file mode 100644 index 00000000000..d3aeedb783b Binary files /dev/null and b/dependency/memcached/1.0.9/charts/common-8.9.0.tgz differ diff --git a/dependency/memcached/1.0.7/helm-values.md b/dependency/memcached/1.0.9/helm-values.md similarity index 89% rename from dependency/memcached/1.0.7/helm-values.md rename to dependency/memcached/1.0.9/helm-values.md index ae2e8dfe249..2cb357348bf 100644 --- a/dependency/memcached/1.0.7/helm-values.md +++ b/dependency/memcached/1.0.9/helm-values.md @@ -13,7 +13,7 @@ You will, however, be able to use all values referenced in the common chart here |-----|------|---------|-------------| | image.pullPolicy | string | `"IfNotPresent"` | | | image.repository | string | `"bitnami/memcached"` | | -| image.tag | string | `"1.6.12@sha256:95e47b04e22881905d831fa9ab8c988d1e17dcfd87024c19ae8240e4a37ef446"` | | +| image.tag | string | `"1.6.12@sha256:f7b9dbbf28bf66e5993c130542b2a83fa41712e99e3037d44b3e4a73e4b67ea3"` | | | service.main.ports.main.port | int | `11211` | | | service.main.ports.main.targetPort | int | `11211` | | diff --git a/dependency/memcached/1.0.7/ix_values.yaml b/dependency/memcached/1.0.9/ix_values.yaml similarity index 64% rename from dependency/memcached/1.0.7/ix_values.yaml rename to dependency/memcached/1.0.9/ix_values.yaml index e67de877cd9..006c953fe73 100644 --- a/dependency/memcached/1.0.7/ix_values.yaml +++ b/dependency/memcached/1.0.9/ix_values.yaml @@ -1,7 +1,7 @@ image: repository: bitnami/memcached pullPolicy: IfNotPresent - tag: 1.6.12@sha256:95e47b04e22881905d831fa9ab8c988d1e17dcfd87024c19ae8240e4a37ef446 + tag: 1.6.12@sha256:f7b9dbbf28bf66e5993c130542b2a83fa41712e99e3037d44b3e4a73e4b67ea3 service: main: diff --git a/dependency/memcached/1.0.7/questions.yaml b/dependency/memcached/1.0.9/questions.yaml similarity index 100% rename from dependency/memcached/1.0.7/questions.yaml rename to dependency/memcached/1.0.9/questions.yaml diff --git a/dependency/memcached/1.0.7/templates/common.yaml b/dependency/memcached/1.0.9/templates/common.yaml similarity index 100% rename from dependency/memcached/1.0.7/templates/common.yaml rename to dependency/memcached/1.0.9/templates/common.yaml diff --git a/dependency/memcached/1.0.7/values.yaml b/dependency/memcached/1.0.9/values.yaml similarity index 100% rename from dependency/memcached/1.0.7/values.yaml rename to dependency/memcached/1.0.9/values.yaml diff --git a/dependency/postgresql/6.0.4/CHANGELOG.md b/dependency/postgresql/6.0.6/CHANGELOG.md similarity index 84% rename from dependency/postgresql/6.0.4/CHANGELOG.md rename to dependency/postgresql/6.0.6/CHANGELOG.md index d39bac73cac..61d65c3d62a 100644 --- a/dependency/postgresql/6.0.4/CHANGELOG.md +++ b/dependency/postgresql/6.0.6/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [postgresql-6.0.6](https://github.com/truecharts/apps/compare/postgresql-6.0.5...postgresql-6.0.6) (2021-11-22) + +#### Chore + +* update non-major ([#1380](https://github.com/truecharts/apps/issues/1380)) + + + ### [postgresql-6.0.4](https://github.com/truecharts/apps/compare/postgresql-6.0.3...postgresql-6.0.4) (2021-11-18) @@ -88,12 +97,3 @@ #### Chore -* fixes around the GUI refactor ([#1316](https://github.com/truecharts/apps/issues/1316)) -* move port above advanced in GUI ([#1326](https://github.com/truecharts/apps/issues/1326)) -* clean up Chart.yaml ([#1322](https://github.com/truecharts/apps/issues/1322)) -* update non-major ([#1327](https://github.com/truecharts/apps/issues/1327)) - -#### Fix - -* split udp and tcp ports ([#1321](https://github.com/truecharts/apps/issues/1321)) - diff --git a/dependency/postgresql/6.0.4/CONFIG.md b/dependency/postgresql/6.0.6/CONFIG.md similarity index 100% rename from dependency/postgresql/6.0.4/CONFIG.md rename to dependency/postgresql/6.0.6/CONFIG.md diff --git a/dependency/postgresql/6.0.6/Chart.lock b/dependency/postgresql/6.0.6/Chart.lock new file mode 100644 index 00000000000..3696bb0a2e6 --- /dev/null +++ b/dependency/postgresql/6.0.6/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org + version: 8.9.0 +digest: sha256:897df8a7a9ac40261f41d88342ca2d8748cdf91b8e8ed0ba04c8f26643bf3430 +generated: "2021-11-22T20:59:19.236955969Z" diff --git a/dependency/postgresql/6.0.4/Chart.yaml b/dependency/postgresql/6.0.6/Chart.yaml similarity index 95% rename from dependency/postgresql/6.0.4/Chart.yaml rename to dependency/postgresql/6.0.6/Chart.yaml index df2769dfdd5..63227c1c63d 100644 --- a/dependency/postgresql/6.0.4/Chart.yaml +++ b/dependency/postgresql/6.0.6/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "14.1.0" dependencies: - name: common repository: https://truecharts.org - version: 8.6.3 + version: 8.9.0 deprecated: false description: PostgresSQL home: https://github.com/truecharts/apps/tree/master/stable/postgres @@ -22,7 +22,7 @@ name: postgresql sources: - https://www.postgresql.org/ type: application -version: 6.0.4 +version: 6.0.6 annotations: truecharts.org/catagories: | - database diff --git a/dependency/postgresql/6.0.4/README.md b/dependency/postgresql/6.0.6/README.md similarity index 96% rename from dependency/postgresql/6.0.4/README.md rename to dependency/postgresql/6.0.6/README.md index 93a81ae6c82..3f29f102da1 100644 --- a/dependency/postgresql/6.0.4/README.md +++ b/dependency/postgresql/6.0.6/README.md @@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.0 | ## Installing the Chart diff --git a/dependency/postgresql/6.0.4/app-readme.md b/dependency/postgresql/6.0.6/app-readme.md similarity index 100% rename from dependency/postgresql/6.0.4/app-readme.md rename to dependency/postgresql/6.0.6/app-readme.md diff --git a/dependency/postgresql/6.0.6/charts/common-8.9.0.tgz b/dependency/postgresql/6.0.6/charts/common-8.9.0.tgz new file mode 100644 index 00000000000..d3aeedb783b Binary files /dev/null and b/dependency/postgresql/6.0.6/charts/common-8.9.0.tgz differ diff --git a/dependency/postgresql/6.0.4/helm-values.md b/dependency/postgresql/6.0.6/helm-values.md similarity index 95% rename from dependency/postgresql/6.0.4/helm-values.md rename to dependency/postgresql/6.0.6/helm-values.md index e02bf5a24d3..05fcf04dfd1 100644 --- a/dependency/postgresql/6.0.4/helm-values.md +++ b/dependency/postgresql/6.0.6/helm-values.md @@ -28,14 +28,13 @@ You will, however, be able to use all values referenced in the common chart here | existingSecret | string | `""` | | | image.pullPolicy | string | `"IfNotPresent"` | | | image.repository | string | `"bitnami/postgresql"` | | -| image.tag | string | `"14.1.0@sha256:6a8dd778d39011aa8b904d9a8ff15e848cbab8005fc0b1a786faf0fe43e0d5c2"` | | +| image.tag | string | `"14.1.0@sha256:27ae2f22d952b9980a908aecf970a4506fc9eea7d8979213ace53ae4722707af"` | | | podSecurityContext.runAsGroup | int | `0` | | | postgrespassword | string | `"testroot"` | | | postgresqlDatabase | string | `"test"` | | | postgresqlPassword | string | `"testpass"` | | | postgresqlUsername | string | `"test"` | | | securityContext.readOnlyRootFilesystem | bool | `false` | | -| service.main.enabled | bool | `true` | | | service.main.ports.main.port | int | `5432` | | | service.main.ports.main.targetPort | int | `5432` | | | volumeClaimTemplates.db.enabled | bool | `true` | | diff --git a/dependency/postgresql/6.0.4/ix_values.yaml b/dependency/postgresql/6.0.6/ix_values.yaml similarity index 94% rename from dependency/postgresql/6.0.4/ix_values.yaml rename to dependency/postgresql/6.0.6/ix_values.yaml index 9770523f6b4..97012a999e8 100644 --- a/dependency/postgresql/6.0.4/ix_values.yaml +++ b/dependency/postgresql/6.0.6/ix_values.yaml @@ -1,7 +1,7 @@ image: repository: bitnami/postgresql pullPolicy: IfNotPresent - tag: 14.1.0@sha256:6a8dd778d39011aa8b904d9a8ff15e848cbab8005fc0b1a786faf0fe43e0d5c2 + tag: 14.1.0@sha256:27ae2f22d952b9980a908aecf970a4506fc9eea7d8979213ace53ae4722707af controller: # -- Set the controller type. @@ -29,7 +29,6 @@ securityContext: service: main: - enabled: true ports: main: port: 5432 diff --git a/dependency/postgresql/6.0.4/questions.yaml b/dependency/postgresql/6.0.6/questions.yaml similarity index 100% rename from dependency/postgresql/6.0.4/questions.yaml rename to dependency/postgresql/6.0.6/questions.yaml diff --git a/dependency/postgresql/6.0.4/templates/backup-postgres-config.yaml b/dependency/postgresql/6.0.6/templates/backup-postgres-config.yaml similarity index 100% rename from dependency/postgresql/6.0.4/templates/backup-postgres-config.yaml rename to dependency/postgresql/6.0.6/templates/backup-postgres-config.yaml diff --git a/dependency/postgresql/6.0.4/templates/common.yaml b/dependency/postgresql/6.0.6/templates/common.yaml similarity index 100% rename from dependency/postgresql/6.0.4/templates/common.yaml rename to dependency/postgresql/6.0.6/templates/common.yaml diff --git a/dependency/postgresql/6.0.4/templates/secret.yaml b/dependency/postgresql/6.0.6/templates/secret.yaml similarity index 100% rename from dependency/postgresql/6.0.4/templates/secret.yaml rename to dependency/postgresql/6.0.6/templates/secret.yaml diff --git a/dependency/postgresql/6.0.4/templates/upgrade-backup-postgres-hook.yaml b/dependency/postgresql/6.0.6/templates/upgrade-backup-postgres-hook.yaml similarity index 100% rename from dependency/postgresql/6.0.4/templates/upgrade-backup-postgres-hook.yaml rename to dependency/postgresql/6.0.6/templates/upgrade-backup-postgres-hook.yaml diff --git a/dependency/postgresql/6.0.4/values.yaml b/dependency/postgresql/6.0.6/values.yaml similarity index 100% rename from dependency/postgresql/6.0.4/values.yaml rename to dependency/postgresql/6.0.6/values.yaml diff --git a/dependency/redis/1.0.8/CHANGELOG.md b/dependency/redis/1.0.10/CHANGELOG.md similarity index 91% rename from dependency/redis/1.0.8/CHANGELOG.md rename to dependency/redis/1.0.10/CHANGELOG.md index 4d420b2d39e..7ccd93b1aa7 100644 --- a/dependency/redis/1.0.8/CHANGELOG.md +++ b/dependency/redis/1.0.10/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [redis-1.0.10](https://github.com/truecharts/apps/compare/redis-1.0.9...redis-1.0.10) (2021-11-22) + +#### Chore + +* update non-major ([#1380](https://github.com/truecharts/apps/issues/1380)) + + + ### [redis-1.0.8](https://github.com/truecharts/apps/compare/redis-1.0.7...redis-1.0.8) (2021-11-18) @@ -88,12 +97,3 @@ * move deps to incubator ([#1311](https://github.com/truecharts/apps/issues/1311)) - - - -### [redis-0.0.2](https://github.com/truecharts/apps/compare/redis-0.0.1...redis-0.0.2) (2021-11-12) - -#### Fix - -* bump common on redis - diff --git a/dependency/redis/1.0.8/CONFIG.md b/dependency/redis/1.0.10/CONFIG.md similarity index 100% rename from dependency/redis/1.0.8/CONFIG.md rename to dependency/redis/1.0.10/CONFIG.md diff --git a/dependency/redis/1.0.10/Chart.lock b/dependency/redis/1.0.10/Chart.lock new file mode 100644 index 00000000000..02fd1e85006 --- /dev/null +++ b/dependency/redis/1.0.10/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org + version: 8.9.0 +digest: sha256:897df8a7a9ac40261f41d88342ca2d8748cdf91b8e8ed0ba04c8f26643bf3430 +generated: "2021-11-22T20:59:47.059382698Z" diff --git a/dependency/redis/1.0.8/Chart.yaml b/dependency/redis/1.0.10/Chart.yaml similarity index 95% rename from dependency/redis/1.0.8/Chart.yaml rename to dependency/redis/1.0.10/Chart.yaml index fe5ca3b09e6..75848306c4e 100644 --- a/dependency/redis/1.0.8/Chart.yaml +++ b/dependency/redis/1.0.10/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "6.2.6" dependencies: - name: common repository: https://truecharts.org - version: 8.6.3 + version: 8.9.0 deprecated: false description: Open source, advanced key-value store. home: https://github.com/truecharts/apps/tree/master/stable/redis @@ -22,7 +22,7 @@ sources: - https://github.com/bitnami/bitnami-docker-redis - http://redis.io/ type: application -version: 1.0.8 +version: 1.0.10 annotations: truecharts.org/catagories: | - database diff --git a/dependency/redis/1.0.8/README.md b/dependency/redis/1.0.10/README.md similarity index 96% rename from dependency/redis/1.0.8/README.md rename to dependency/redis/1.0.10/README.md index 6ffdcd04ada..c855f644211 100644 --- a/dependency/redis/1.0.8/README.md +++ b/dependency/redis/1.0.10/README.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | common | 8.9.0 | ## Installing the Chart diff --git a/dependency/redis/1.0.8/app-readme.md b/dependency/redis/1.0.10/app-readme.md similarity index 100% rename from dependency/redis/1.0.8/app-readme.md rename to dependency/redis/1.0.10/app-readme.md diff --git a/dependency/redis/1.0.10/charts/common-8.9.0.tgz b/dependency/redis/1.0.10/charts/common-8.9.0.tgz new file mode 100644 index 00000000000..d3aeedb783b Binary files /dev/null and b/dependency/redis/1.0.10/charts/common-8.9.0.tgz differ diff --git a/dependency/redis/1.0.8/helm-values.md b/dependency/redis/1.0.10/helm-values.md similarity index 97% rename from dependency/redis/1.0.8/helm-values.md rename to dependency/redis/1.0.10/helm-values.md index cb11458f600..dde7b7d17ea 100644 --- a/dependency/redis/1.0.8/helm-values.md +++ b/dependency/redis/1.0.10/helm-values.md @@ -28,7 +28,7 @@ You will, however, be able to use all values referenced in the common chart here | existingSecret | string | `""` | | | image.pullPolicy | string | `"IfNotPresent"` | | | image.repository | string | `"bitnami/redis"` | | -| image.tag | string | `"6.2.6@sha256:3dd54d7ca7976be7a5122bbf5f03809672c3b98833a61788def3e266d56e5c69"` | | +| image.tag | string | `"6.2.6@sha256:9f839ce28e192bbd46072bf272d4c0c2019cf2b1e4322c00c66c151ef404bccb"` | | | persistence.redis-health | object | See below | redis-health configmap mount | | persistence.redis-health.mountPath | string | `"/health"` | Where to mount the volume in the main container. Defaults to `/`, setting to '-' creates the volume but disables the volumeMount. | | persistence.redis-health.readOnly | bool | `false` | Specify if the volume should be mounted read-only. | diff --git a/dependency/redis/1.0.8/ix_values.yaml b/dependency/redis/1.0.10/ix_values.yaml similarity index 97% rename from dependency/redis/1.0.8/ix_values.yaml rename to dependency/redis/1.0.10/ix_values.yaml index e98c77d687f..33234ff991f 100644 --- a/dependency/redis/1.0.8/ix_values.yaml +++ b/dependency/redis/1.0.10/ix_values.yaml @@ -1,7 +1,7 @@ image: repository: bitnami/redis pullPolicy: IfNotPresent - tag: 6.2.6@sha256:3dd54d7ca7976be7a5122bbf5f03809672c3b98833a61788def3e266d56e5c69 + tag: 6.2.6@sha256:9f839ce28e192bbd46072bf272d4c0c2019cf2b1e4322c00c66c151ef404bccb controller: # -- Set the controller type. diff --git a/dependency/redis/1.0.8/questions.yaml b/dependency/redis/1.0.10/questions.yaml similarity index 100% rename from dependency/redis/1.0.8/questions.yaml rename to dependency/redis/1.0.10/questions.yaml diff --git a/dependency/redis/1.0.8/templates/common.yaml b/dependency/redis/1.0.10/templates/common.yaml similarity index 100% rename from dependency/redis/1.0.8/templates/common.yaml rename to dependency/redis/1.0.10/templates/common.yaml diff --git a/dependency/redis/1.0.8/templates/health-configmap.yaml b/dependency/redis/1.0.10/templates/health-configmap.yaml similarity index 100% rename from dependency/redis/1.0.8/templates/health-configmap.yaml rename to dependency/redis/1.0.10/templates/health-configmap.yaml diff --git a/dependency/redis/1.0.8/templates/secret.yaml b/dependency/redis/1.0.10/templates/secret.yaml similarity index 100% rename from dependency/redis/1.0.8/templates/secret.yaml rename to dependency/redis/1.0.10/templates/secret.yaml diff --git a/dependency/redis/1.0.8/values.yaml b/dependency/redis/1.0.10/values.yaml similarity index 100% rename from dependency/redis/1.0.8/values.yaml rename to dependency/redis/1.0.10/values.yaml diff --git a/incubator/loki/1.0.1/CHANGELOG.md b/incubator/loki/1.0.1/CHANGELOG.md new file mode 100644 index 00000000000..5024aa494d4 --- /dev/null +++ b/incubator/loki/1.0.1/CHANGELOG.md @@ -0,0 +1,18 @@ +# Changelog
+ + + +### [loki-1.0.1](https://github.com/truecharts/apps/compare/loki-1.0.0...loki-1.0.1) (2021-11-22) + +#### Chore + +* update non-major ([#1380](https://github.com/truecharts/apps/issues/1380)) + + + + +### loki-0.0.1 (2021-11-21) + +#### Add + +* Add Loki ([#1367](https://github.com/truecharts/apps/issues/1367)) diff --git a/incubator/omada-controller/4.0.14/CONFIG.md b/incubator/loki/1.0.1/CONFIG.md similarity index 100% rename from incubator/omada-controller/4.0.14/CONFIG.md rename to incubator/loki/1.0.1/CONFIG.md diff --git a/incubator/loki/1.0.1/Chart.lock b/incubator/loki/1.0.1/Chart.lock new file mode 100644 index 00000000000..9ff5a68973c --- /dev/null +++ b/incubator/loki/1.0.1/Chart.lock @@ -0,0 +1,9 @@ +dependencies: +- name: common + repository: https://truecharts.org + version: 8.7.1 +- name: promtail + repository: https://grafana.github.io/helm-charts + version: 3.9.1 +digest: sha256:526664ba2d178c1fe182926d81c29301498df090db53b6fae3b19a38710f0bdd +generated: "2021-11-22T21:00:15.213381038Z" diff --git a/incubator/loki/1.0.1/Chart.yaml b/incubator/loki/1.0.1/Chart.yaml new file mode 100644 index 00000000000..6a0d3c3cc3c --- /dev/null +++ b/incubator/loki/1.0.1/Chart.yaml @@ -0,0 +1,31 @@ +apiVersion: v2 +appVersion: "2.4.1" +dependencies: +- name: common + repository: https://truecharts.org + version: 8.7.1 +- name: "promtail" + condition: promtail.enabled + repository: "https://grafana.github.io/helm-charts" + version: "^3.0.0" +deprecated: false +description: "Loki: like Prometheus, but for logs." +home: https://github.com/truecharts/apps/tree/master/charts/stable/loki +icon: https://raw.githubusercontent.com/grafana/loki/master/docs/sources/logo.png +keywords: +- logs +kubeVersion: '>=1.16.0-0' +maintainers: +- email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: loki +sources: + - https://github.com/grafana/loki +type: application +version: 1.0.1 +annotations: + truecharts.org/catagories: | + - logs + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/incubator/loki/1.0.1/README.md b/incubator/loki/1.0.1/README.md new file mode 100644 index 00000000000..c8040b06fda --- /dev/null +++ b/incubator/loki/1.0.1/README.md @@ -0,0 +1,38 @@ +# Introduction + +Loki: like Prometheus, but for logs. + +TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation. +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)** + +## Source Code + +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://grafana.github.io/helm-charts | promtail | ^3.0.0 | +| https://truecharts.org | common | 8.7.1 | + +## Installing the Chart + +To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/03-Installing-an-App/). + +## Uninstalling the Chart + +To remove this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/07-Deleting-an-App/). + +## Support + +- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Open-Apps/) first. +- See the [Wiki](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) +--- +All Rights Reserved - The TrueCharts Project diff --git a/incubator/loki/1.0.1/app-readme.md b/incubator/loki/1.0.1/app-readme.md new file mode 100644 index 00000000000..862fe9102fe --- /dev/null +++ b/incubator/loki/1.0.1/app-readme.md @@ -0,0 +1,3 @@ +Loki: like Prometheus, but for logs. + +This App is supplied by TrueCharts, for more information please visit https://truecharts.org diff --git a/incubator/loki/1.0.1/charts/common-8.7.1.tgz b/incubator/loki/1.0.1/charts/common-8.7.1.tgz new file mode 100644 index 00000000000..dd48aa46a71 Binary files /dev/null and b/incubator/loki/1.0.1/charts/common-8.7.1.tgz differ diff --git a/incubator/loki/1.0.1/charts/promtail-3.9.1.tgz b/incubator/loki/1.0.1/charts/promtail-3.9.1.tgz new file mode 100644 index 00000000000..57d28df087c Binary files /dev/null and b/incubator/loki/1.0.1/charts/promtail-3.9.1.tgz differ diff --git a/incubator/loki/1.0.1/helm-values.md b/incubator/loki/1.0.1/helm-values.md new file mode 100644 index 00000000000..b18032d7697 --- /dev/null +++ b/incubator/loki/1.0.1/helm-values.md @@ -0,0 +1,69 @@ +# Default Helm-Values + +TrueCharts is primarily build to supply TrueNAS SCALE Apps. +However, we also supply all Apps as standard Helm-Charts. In this document we aim to document the default values in our values.yaml file. + +Most of our Apps also consume our "common" Helm Chart. +If this is the case, this means that all values.yaml values are set to the common chart values.yaml by default. This values.yaml file will only contain values that deviate from the common chart. +You will, however, be able to use all values referenced in the common chart here, besides the values listed in this document. + +## Values + +| Key | Type | Default | Description | +|-----|------|---------|-------------| +| alerting_groups | list | `[]` | | +| args[0] | string | `"-config.file=/etc/loki/loki.yaml"` | | +| config.auth_enabled | bool | `false` | | +| config.chunk_store_config.max_look_back_period | string | `"0s"` | | +| config.compactor.shared_store | string | `"filesystem"` | | +| config.compactor.working_directory | string | `"/data/loki/boltdb-shipper-compactor"` | | +| config.ingester.chunk_block_size | int | `262144` | | +| config.ingester.chunk_idle_period | string | `"3m"` | | +| config.ingester.chunk_retain_period | string | `"1m"` | | +| config.ingester.lifecycler.ring.kvstore.store | string | `"inmemory"` | | +| config.ingester.lifecycler.ring.replication_factor | int | `1` | | +| config.ingester.max_transfer_retries | int | `0` | | +| config.ingester.wal.dir | string | `"/data/loki/wal"` | | +| config.limits_config.enforce_metric_name | bool | `false` | | +| config.limits_config.reject_old_samples | bool | `true` | | +| config.limits_config.reject_old_samples_max_age | string | `"168h"` | | +| config.schema_config.configs[0].from | string | `"2020-10-24"` | | +| config.schema_config.configs[0].index.period | string | `"24h"` | | +| config.schema_config.configs[0].index.prefix | string | `"index_"` | | +| config.schema_config.configs[0].object_store | string | `"filesystem"` | | +| config.schema_config.configs[0].schema | string | `"v11"` | | +| config.schema_config.configs[0].store | string | `"boltdb-shipper"` | | +| config.server.http_listen_port | int | `3100` | | +| config.storage_config.boltdb_shipper.active_index_directory | string | `"/data/loki/boltdb-shipper-active"` | | +| config.storage_config.boltdb_shipper.cache_location | string | `"/data/loki/boltdb-shipper-cache"` | | +| config.storage_config.boltdb_shipper.cache_ttl | string | `"24h"` | | +| config.storage_config.boltdb_shipper.shared_store | string | `"filesystem"` | | +| config.storage_config.filesystem.directory | string | `"/data/loki/chunks"` | | +| config.table_manager.retention_deletes_enabled | bool | `false` | | +| config.table_manager.retention_period | string | `"0s"` | | +| controller.replicas | int | `1` | Number of desired pods | +| controller.revisionHistoryLimit | int | `3` | ReplicaSet revision history limit | +| controller.rollingUpdate.partition | string | `nil` | Set statefulset RollingUpdate partition | +| controller.rollingUpdate.surge | string | `nil` | Set deployment RollingUpdate max surge | +| controller.rollingUpdate.unavailable | int | `1` | Set deployment RollingUpdate max unavailable | +| controller.strategy | string | `"RollingUpdate"` | Set the controller upgrade strategy For Deployments, valid values are Recreate (default) and RollingUpdate. For StatefulSets, valid values are OnDelete and RollingUpdate (default). DaemonSets ignore this. | +| controller.type | string | `"statefulset"` | Set the controller type. Valid options are deployment, daemonset or statefulset | +| env | object | `{}` | | +| image.pullPolicy | string | `"IfNotPresent"` | | +| image.repository | string | `"grafana/loki"` | | +| image.tag | string | `"2.4.1@sha256:1d802d29cf041601895ce16439757baf4dac71a21069957616ee7988746bf59c"` | | +| persistence.config.enabled | bool | `true` | | +| persistence.config.mountPath | string | `"/etc/loki"` | Where to mount the volume in the main container. | +| persistence.config.objectName | string | `"{{ include \"common.names.fullname\" . -}}-config"` | Specify the name of the configmap object to be mounted | +| persistence.config.type | string | `"secret"` | | +| probes.liveness.path | string | `"/ready"` | | +| probes.readiness.path | string | `"/ready"` | | +| probes.startup.path | string | `"/ready"` | | +| promtail.enabled | bool | `true` | | +| service.main.ports.main.port | int | `3100` | | +| service.main.ports.main.protocol | string | `"HTTP"` | | +| service.main.ports.main.targetPort | int | `3100` | | +| volumeClaimTemplates.data.enabled | bool | `true` | | +| volumeClaimTemplates.data.mountPath | string | `"/data"` | | + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/loki/1.0.1/ix_values.yaml b/incubator/loki/1.0.1/ix_values.yaml new file mode 100644 index 00000000000..25fa308d244 --- /dev/null +++ b/incubator/loki/1.0.1/ix_values.yaml @@ -0,0 +1,148 @@ +image: + repository: grafana/loki + pullPolicy: IfNotPresent + tag: 2.4.1@sha256:1d802d29cf041601895ce16439757baf4dac71a21069957616ee7988746bf59c + +controller: + # -- Set the controller type. + # Valid options are deployment, daemonset or statefulset + type: statefulset + # -- Number of desired pods + replicas: 1 + # -- Set the controller upgrade strategy + # For Deployments, valid values are Recreate (default) and RollingUpdate. + # For StatefulSets, valid values are OnDelete and RollingUpdate (default). + # DaemonSets ignore this. + strategy: RollingUpdate + rollingUpdate: + # -- Set deployment RollingUpdate max unavailable + unavailable: 1 + # -- Set deployment RollingUpdate max surge + surge: + # -- Set statefulset RollingUpdate partition + partition: + # -- ReplicaSet revision history limit + revisionHistoryLimit: 3 + +args: + - "-config.file=/etc/loki/loki.yaml" + +service: + main: + ports: + main: + protocol: "HTTP" + targetPort: 3100 + port: 3100 + +probes: + liveness: + path: "/ready" + + readiness: + path: "/ready" + + startup: + path: "/ready" + +env: {} + # TZ: UTC + # PUID: 1001 + + +config: + # existingSecret: + auth_enabled: false + ingester: + chunk_idle_period: 3m + chunk_block_size: 262144 + chunk_retain_period: 1m + max_transfer_retries: 0 + wal: + dir: /data/loki/wal + lifecycler: + ring: + kvstore: + store: inmemory + replication_factor: 1 + + ## Different ring configs can be used. E.g. Consul + # ring: + # store: consul + # replication_factor: 1 + # consul: + # host: "consul:8500" + # prefix: "" + # http_client_timeout: "20s" + # consistent_reads: true + limits_config: + enforce_metric_name: false + reject_old_samples: true + reject_old_samples_max_age: 168h + schema_config: + configs: + - from: 2020-10-24 + store: boltdb-shipper + object_store: filesystem + schema: v11 + index: + prefix: index_ + period: 24h + server: + http_listen_port: 3100 + storage_config: + boltdb_shipper: + active_index_directory: /data/loki/boltdb-shipper-active + cache_location: /data/loki/boltdb-shipper-cache + cache_ttl: 24h # Can be increased for faster performance over longer query periods, uses more disk space + shared_store: filesystem + filesystem: + directory: /data/loki/chunks + chunk_store_config: + max_look_back_period: 0s + table_manager: + retention_deletes_enabled: false + retention_period: 0s + compactor: + working_directory: /data/loki/boltdb-shipper-compactor + shared_store: filesystem +# Needed for Alerting: https://grafana.com/docs/loki/latest/alerting/ +# This is just a simple example, for more details: https://grafana.com/docs/loki/latest/configuration/#ruler_config +# ruler: +# storage: +# type: local +# local: +# directory: /rules +# rule_path: /tmp/scratch +# alertmanager_url: http://alertmanager.svc.namespace:9093 +# ring: +# kvstore: +# store: inmemory +# enable_api: true + +# Specify Loki Alerting rules based on this documentation: https://grafana.com/docs/loki/latest/alerting/ +# When specified, you also need to add a ruler config section above. An example is shown in the alerting docs. +alerting_groups: [] +# - name: example +# rules: +# - alert: HighThroughputLogStreams +# expr: sum by(container) (rate({job=~"loki-dev/.*"}[1m])) > 1000 +# for: 2m + +persistence: + # @default -- See below + config: + enabled: true + type: secret + # -- Specify the name of the configmap object to be mounted + objectName: '{{ include "common.names.fullname" . -}}-config' + # -- Where to mount the volume in the main container. + mountPath: /etc/loki + +volumeClaimTemplates: + data: + enabled: true + mountPath: "/data" + +promtail: + enabled: true diff --git a/incubator/loki/1.0.1/questions.yaml b/incubator/loki/1.0.1/questions.yaml new file mode 100644 index 00000000000..17e19abdac4 --- /dev/null +++ b/incubator/loki/1.0.1/questions.yaml @@ -0,0 +1,1844 @@ +groups: + - name: "Container Image" + description: "Image to be used for container" + - name: "Controller" + description: "Configure workload deployment" + - name: "Container Configuration" + description: "additional container configuration" + - 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: "Addons" + description: "Addon Configuration" + - name: "Advanced" + description: "Advanced Configuration" +portals: + web_portal: + protocols: + - "$kubernetes-resource_configmap_portal_protocol" + host: + - "$kubernetes-resource_configmap_portal_host" + ports: + - "$kubernetes-resource_configmap_portal_port" +questions: + - variable: portal + group: "Container Image" + label: "Configure Portal Button" + schema: + type: dict + hidden: true + attrs: + - variable: enabled + label: "Enable" + description: "enable the portal button" + schema: + hidden: true + editable: false + type: boolean + default: true + - variable: global + label: "global settings" + group: "Controller" + schema: + type: dict + hidden: true + attrs: + - variable: isSCALE + label: "flag this is SCALE" + schema: + type: boolean + default: true + hidden: true + + - variable: controller + group: "Controller" + label: "" + schema: + type: dict + attrs: + - variable: advanced + label: "Show Advanced Controller Settings" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: type + description: "Please specify type of workload to deploy" + label: "(Advanced) Controller Type" + schema: + type: string + default: "Statefulset" + required: true + enum: + - value: "deployment" + description: "Deployment" + - value: "statefulset" + description: "Statefulset" + - value: "daemonset" + description: "Daemonset" + - variable: replicas + description: "Number of desired pod replicas" + label: "Desired Replicas" + schema: + type: int + default: 1 + required: true + - variable: strategy + description: "Please specify type of workload to deploy" + label: "(Advanced) Update Strategy" + schema: + type: string + default: "RollingUpdate" + required: true + enum: + - value: "Recreate" + description: "Recreate: Kill existing pods before creating new ones" + - value: "RollingUpdate" + description: "RollingUpdate: Create new pods and then kill old ones" + - value: "OnDelete" + description: "(Legacy) OnDelete: ignore .spec.template changes" + - variable: expert + label: "Show Expert Configuration Options" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: extraArgs + label: "Extra Args" + schema: + type: list + default: [] + items: + - variable: argItem + label: "Arg" + schema: + type: dict + attrs: + - variable: name + label: "Name" + schema: + type: string + - variable: value + label: "Value" + schema: + type: string + - variable: labelsList + label: "Controller Labels" + schema: + type: list + default: [] + items: + - variable: labelItem + label: "Label" + schema: + type: dict + attrs: + - variable: name + label: "Name" + schema: + type: string + - variable: value + label: "Value" + schema: + type: string + - variable: annotationsList + label: " Controller Annotations" + schema: + type: list + default: [] + items: + - variable: annotationItem + label: "Label" + schema: + type: dict + attrs: + - variable: name + label: "Name" + schema: + type: string + - variable: value + label: "Value" + schema: + type: string + + - variable: env + group: "Container Configuration" + label: "Image Environment" + schema: + type: dict + attrs: + - variable: TZ + label: "Timezone" + schema: + type: string + default: "Etc/UTC" + $ref: + - "definitions/timezone" + - variable: UMASK + label: "UMASK" + description: "Sets the UMASK env var for LinuxServer.io (compatible) containers" + schema: + type: string + default: "002" + + - variable: envList + label: "Image environment" + group: "Container Configuration" + schema: + type: list + default: [] + items: + - variable: envItem + label: "Environment Variable" + schema: + type: dict + attrs: + - variable: name + label: "Name" + schema: + type: string + - variable: value + label: "Value" + schema: + type: string + + - variable: expertpodconf + group: "Container Configuration" + label: "Show Expert Config" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: termination + group: "Container Configuration" + label: "Termination settings" + schema: + type: dict + attrs: + - variable: gracePeriodSeconds + label: "Grace Period Seconds" + schema: + type: int + default: 10 + - variable: podLabelsList + group: "Container Configuration" + label: "Pod Labels" + schema: + type: list + default: [] + items: + - variable: podLabelItem + label: "Label" + schema: + type: dict + attrs: + - variable: name + label: "Name" + schema: + type: string + - variable: value + label: "Value" + schema: + type: string + + - variable: podAnnotationsList + group: "Container Configuration" + label: "Pod Annotations" + schema: + type: list + default: [] + items: + - variable: podAnnotationItem + label: "Label" + schema: + type: dict + attrs: + - variable: name + label: "Name" + schema: + type: string + - variable: value + label: "Value" + schema: + type: string + + - variable: service + group: "Networking and Services" + label: "Configure Service(s)" + schema: + type: dict + attrs: + - variable: main + label: "Main Service" + description: "The Primary service on which the healthcheck runs, often the webUI" + schema: + 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, nodePorts expose the container to the host node System, Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: "Simple" + enum: + - value: "Simple" + description: "Simple" + - value: "ClusterIP" + description: "ClusterIP" + - value: "NodePort" + description: "NodePort (Advanced)" + - value: "LoadBalancer" + description: "LoadBalancer (Advanced)" + - variable: loadBalancerIP + label: "LoadBalancer IP" + description: "LoadBalancerIP" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: externalIPs + label: "External IP's" + description: "External IP's" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: list + default: [] + items: + - variable: externalIP + label: "External IP" + schema: + type: string + - variable: ports + label: "Service's Port(s) Configuration" + schema: + type: dict + attrs: + - variable: main + label: "Main Service Port Configuration" + schema: + type: dict + attrs: + - variable: advanced + label: "Show Advanced settings" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: enabled + label: "Enable the port" + schema: + type: boolean + default: true + - variable: protocol + label: "Port Type" + schema: + type: string + default: "HTTP" + enum: + - value: HTTP + description: "HTTP" + - value: "HTTPS" + description: "HTTPS" + - value: TCP + description: "TCP" + - value: "UDP" + description: "UDP" + - variable: nodePort + label: "Node Port (Optional)" + description: "This port gets exposed to the node. Only considered when service type is NodePort, Simple or LoadBalancer" + schema: + type: int + min: 9000 + max: 65535 + - variable: targetPort + label: "Target Port" + description: "The internal(!) port on the container the Application runs on" + schema: + type: int + default: 3100 + - variable: port + label: "Port" + description: "This port exposes the container port on the service" + schema: + type: int + default: 3100 + required: true + + - variable: serviceexpert + group: "Networking and Services" + label: "Show Expert Config" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hostNetwork + group: "Networking and Services" + label: "Host-Networking (Complicated)" + schema: + type: boolean + default: false + + - variable: dnsPolicy + group: "Networking and Services" + label: "dnsPolicy" + schema: + type: string + default: "" + enum: + - value: "" + description: "Default" + - value: "ClusterFirst" + description: "ClusterFirst" + - value: "ClusterFirstWithHostNet" + description: "ClusterFirstWithHostNet" + - value: "None" + description: "None" + + - variable: dnsConfig + label: "DNS Configuration" + group: "Networking and Services" + description: "Specify custom DNS configuration which will be applied to the pod" + schema: + type: dict + attrs: + - variable: nameservers + label: "Nameservers" + schema: + default: [] + type: list + items: + - variable: nameserver + label: "Nameserver" + schema: + type: string + - variable: options + label: "options" + schema: + default: [] + type: list + items: + - variable: option + label: "Option Entry" + schema: + type: dict + attrs: + - variable: name + label: "Name" + schema: + type: string + - variable: value + label: "Value" + schema: + type: string + - variable: searches + label: "Searches" + schema: + default: [] + type: list + items: + - variable: search + label: "Search Entry" + schema: + type: string + + - variable: serviceList + label: "Add Manual Custom Services" + group: "Networking and Services" + schema: + type: list + default: [] + items: + - variable: serviceListEntry + label: "Custom Service" + schema: + 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, nodePorts expose the container to the host node System, Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: "Simple" + enum: + - value: "Simple" + description: "Simple" + - value: "NodePort" + description: "NodePort" + - value: "ClusterIP" + description: "ClusterIP" + - value: "LoadBalancer" + description: "LoadBalancer" + - variable: loadBalancerIP + label: "LoadBalancer IP" + description: "LoadBalancerIP" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: externalIPs + label: "External IP's" + description: "External IP's" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: list + default: [] + items: + - variable: externalIP + label: "External IP" + schema: + type: string + - variable: portsList + label: "Additional Service Ports" + schema: + type: list + default: [] + items: + - variable: portsListEntry + label: "Custom ports" + schema: + 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: nodePort + label: "Node Port (Optional)" + description: "This port gets exposed to the node. Only considered when service type is NodePort" + schema: + type: int + min: 9000 + max: 65535 + + - variable: volumeClaimTemplates + label: "Integrated Persistent Storage" + description: "Integrated Persistent Storage" + group: "Storage and Persistence" + schema: + type: dict + attrs: + - variable: data + label: "App data Storage" + description: "Stores the Application Data." + schema: + 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: "simplePVC" + enum: + - value: "simplePVC" + description: "PVC (simple)" + - value: "simpleHP" + description: "HostPath (simple)" + - value: "emptyDir" + description: "emptyDir" + - value: "pvc" + description: "pvc" + - value: "hostPath" + description: "hostPath" + - variable: setPermissionsSimple + label: "Automatic Permissions" + description: "Automatically set permissions on install" + schema: + show_if: [["type", "=", "simpleHP"]] + type: boolean + default: true + - variable: setPermissions + label: "Automatic Permissions" + description: "Automatically set permissions on install" + schema: + show_if: [["type", "=", "hostPath"]] + type: boolean + default: true + - variable: readOnly + label: "readOnly" + schema: + type: boolean + default: false + - variable: hostPathSimple + label: "hostPath" + description: "Path inside the container the storage is mounted" + schema: + show_if: [["type", "=", "simpleHP"]] + type: hostpath + - variable: hostPath + label: "hostPath" + description: "Path inside the container the storage is mounted" + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - variable: mountPath + label: "mountPath" + description: "Path inside the container the storage is mounted" + schema: + type: string + default: "/data" + hidden: 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: "999Gi" + - variable: hostPathType + label: "(Advanced) hostPath Type" + schema: + show_if: [["type", "=", "hostPath"]] + type: string + default: "" + enum: + - value: "" + description: "Default" + - value: "DirectoryOrCreate" + description: "DirectoryOrCreate" + - value: "Directory" + description: "Directory" + - value: "FileOrCreate" + description: "FileOrCreate" + - value: "File" + description: "File" + - value: "Socket" + description: "Socket" + - value: "CharDevice" + description: "CharDevice" + - value: "BlockDevice" + description: "BlockDevice" + - variable: storageClass + label: "(Advanced) storageClass" + description: "Warning: Anything other than SCALE-ZFS or empty will break rollback!" + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "SCALE-ZFS" + - variable: accessMode + label: "(Advanced) Access Mode" + description: "Allow or disallow multiple PVC's writhing to the same PV" + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "ReadWriteOnce" + enum: + - value: "ReadWriteOnce" + description: "ReadWriteOnce" + - value: "ReadOnlyMany" + description: "ReadOnlyMany" + - value: "ReadWriteMany" + description: "ReadWriteMany" + - variable: advanced + label: "Show Advanced Options" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: labelsList + label: "Labels" + schema: + type: list + default: [] + items: + - variable: labelItem + label: "Label" + schema: + type: dict + attrs: + - variable: name + label: "Name" + schema: + type: string + - variable: value + label: "Value" + schema: + type: string + - variable: annotationsList + label: "Annotations" + schema: + type: list + default: [] + items: + - variable: annotationItem + label: "Label" + schema: + type: dict + attrs: + - variable: name + label: "Name" + schema: + type: string + - variable: value + label: "Value" + schema: + type: string + - variable: persistenceList + label: "Additional app storage" + group: "Storage and Persistence" + schema: + type: list + default: [] + items: + - variable: persistenceListEntry + label: "Custom Storage" + schema: + type: dict + attrs: + - variable: enabled + label: "Enable the storage" + schema: + type: boolean + default: true + hidden: true + - variable: name + label: "Name (optional)" + description: "Not required, please set to config when mounting /config or temp when mounting /tmp" + schema: + type: string + - variable: type + label: "Type of Storage" + description: "Sets the persistence type, Anything other than PVC could break rollback!" + schema: + type: string + default: "simpleHP" + enum: + - value: "simplePVC" + description: "PVC (simple)" + - value: "simpleHP" + description: "HostPath (simple)" + - value: "emptyDir" + description: "emptyDir" + - value: "pvc" + description: "pvc" + - value: "hostPath" + description: "hostPath" + - variable: setPermissionsSimple + label: "Automatic Permissions" + description: "Automatically set permissions on install" + schema: + show_if: [["type", "=", "simpleHP"]] + type: boolean + default: true + - variable: setPermissions + label: "Automatic Permissions" + description: "Automatically set permissions on install" + schema: + show_if: [["type", "=", "hostPath"]] + type: boolean + default: true + - variable: readOnly + label: "readOnly" + schema: + type: boolean + default: false + - variable: hostPathSimple + label: "hostPath" + description: "Path inside the container the storage is mounted" + schema: + show_if: [["type", "=", "simpleHP"]] + type: hostpath + - variable: hostPath + label: "hostPath" + description: "Path inside the container the storage is mounted" + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - variable: mountPath + label: "mountPath" + 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: "999Gi" + - variable: hostPathType + label: "(Advanced) hostPath Type" + schema: + show_if: [["type", "=", "hostPath"]] + type: string + default: "" + enum: + - value: "" + description: "Default" + - value: "DirectoryOrCreate" + description: "DirectoryOrCreate" + - value: "Directory" + description: "Directory" + - value: "FileOrCreate" + description: "FileOrCreate" + - value: "File" + description: "File" + - value: "Socket" + description: "Socket" + - value: "CharDevice" + description: "CharDevice" + - value: "BlockDevice" + description: "BlockDevice" + - variable: storageClass + label: "(Advanced) storageClass" + description: "Warning: Anything other than SCALE-ZFS or empty will break rollback!" + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "SCALE-ZFS" + - variable: accessMode + label: "(Advanced) Access Mode" + description: "Allow or disallow multiple PVC's writhing to the same PV" + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "ReadWriteOnce" + enum: + - value: "ReadWriteOnce" + description: "ReadWriteOnce" + - value: "ReadOnlyMany" + description: "ReadOnlyMany" + - value: "ReadWriteMany" + description: "ReadWriteMany" + - variable: advanced + label: "Show Advanced Options" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: labelsList + label: "Labels" + schema: + type: list + default: [] + items: + - variable: labelItem + label: "Label" + schema: + type: dict + attrs: + - variable: name + label: "Name" + schema: + type: string + - variable: value + label: "Value" + schema: + type: string + - variable: annotationsList + label: "Annotations" + schema: + type: list + default: [] + items: + - variable: annotationItem + label: "Label" + schema: + type: dict + attrs: + - variable: name + label: "Name" + schema: + type: string + - variable: value + label: "Value" + schema: + type: string + + - variable: ingress + label: "" + group: "Ingress" + schema: + type: dict + attrs: + - variable: main + label: "Main Ingress" + schema: + 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: + 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: + type: dict + attrs: + - variable: path + label: "path" + schema: + type: string + required: true + default: "/" + - variable: pathType + label: "pathType" + schema: + type: string + required: true + default: "Prefix" + + - variable: tls + label: "TLS-Settings" + schema: + type: list + default: [] + items: + - variable: tlsEntry + label: "Host" + schema: + type: dict + attrs: + - variable: hosts + label: "Certificate Hosts" + schema: + type: list + default: [] + items: + - variable: host + label: "Host" + schema: + type: string + default: "" + required: true + - variable: scaleCert + label: "Select TrueNAS SCALE Certificate" + schema: + type: int + $ref: + - "definitions/certificate" + + - variable: entrypoint + label: "(Advanced) 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: expert + label: "Show Expert Configuration Options" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: enableFixedMiddlewares + description: "These middlewares enforce a number of best practices." + label: "Enable Default Middlewares" + schema: + type: boolean + default: true + - variable: ingressClassName + label: "IngressClass Name" + schema: + type: string + default: "" + - variable: labelsList + label: "Labels" + schema: + type: list + default: [] + items: + - variable: labelItem + label: "Label" + schema: + type: dict + attrs: + - variable: name + label: "Name" + schema: + type: string + - variable: value + label: "Value" + schema: + type: string + - variable: annotationsList + label: "Annotations" + schema: + type: list + default: [] + items: + - variable: annotationItem + label: "Label" + schema: + type: dict + attrs: + - variable: name + label: "Name" + schema: + type: string + - variable: value + label: "Value" + schema: + type: string + + - variable: ingressList + label: "Add Manual Custom Ingresses" + group: "Ingress" + schema: + type: list + default: [] + items: + - variable: ingressListEntry + label: "Custom Ingress" + schema: + 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: labelsList + label: "Labels" + schema: + type: list + default: [] + items: + - variable: labelItem + label: "Label" + schema: + type: dict + attrs: + - variable: name + label: "Name" + schema: + type: string + - variable: value + label: "Value" + schema: + type: string + - variable: annotationsList + label: "Annotations" + schema: + type: list + default: [] + items: + - variable: annotationItem + label: "Label" + schema: + type: dict + attrs: + - variable: name + label: "Name" + schema: + type: string + - variable: value + label: "Value" + schema: + type: string + - variable: hosts + label: "Hosts" + schema: + type: list + default: [] + items: + - variable: hostEntry + label: "Host" + schema: + 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: + type: dict + attrs: + - variable: path + label: "path" + schema: + type: string + required: true + default: "/" + - variable: pathType + label: "pathType" + schema: + type: string + required: true + default: "Prefix" + - variable: service + label: "Linked Service" + schema: + type: dict + attrs: + - variable: name + label: "Service Name" + schema: + type: string + default: "" + - variable: port + label: "Service Port" + schema: + type: int + - variable: tls + label: "TLS-Settings" + schema: + type: list + default: [] + items: + - variable: tlsEntry + label: "Host" + schema: + type: dict + attrs: + - variable: hosts + label: "Certificate Hosts" + schema: + type: list + default: [] + items: + - variable: host + label: "Host" + schema: + type: string + default: "" + required: true + - variable: scaleCert + label: "Select TrueNAS SCALE Certificate" + schema: + type: int + $ref: + - "definitions/certificate" + - 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: advancedSecurity + label: "Show Advanced Security Settings" + group: "Security and Permissions" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: securityContext + label: "Security Context" + schema: + type: dict + attrs: + - variable: privileged + label: "Privileged mode" + schema: + type: boolean + default: false + - variable: readOnlyRootFilesystem + label: "ReadOnly Root Filesystem" + schema: + type: boolean + default: false + - variable: allowPrivilegeEscalation + label: "Allow Privilege Escalation" + schema: + type: boolean + default: false + - variable: runAsNonRoot + label: "runAsNonRoot" + schema: + type: boolean + default: true + + - variable: podSecurityContext + group: "Security and Permissions" + label: "Pod Security Context" + schema: + type: dict + attrs: + - 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 + - variable: fsGroup + label: "fsGroup" + description: "The group that should own ALL storage." + schema: + type: int + default: 568 + - variable: supplementalGroups + label: "supplemental Groups" + schema: + type: list + default: [] + items: + - variable: supplementalGroupsEntry + label: "supplemental Group" + schema: + type: int + - variable: fsGroupChangePolicy + label: "When should we take ownership?" + schema: + type: string + default: "OnRootMismatch" + enum: + - value: "OnRootMismatch" + description: "OnRootMismatch" + - value: "Always" + description: "Always" + + + - variable: advancedresources + label: "Set Custom Resource Limits/Requests (Advanced)" + group: "Resources and Devices" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: resources + label: "" + schema: + type: dict + attrs: + - variable: limits + label: "Advanced Limit Resource Consumption" + schema: + type: dict + attrs: + - variable: cpu + label: "CPU" + schema: + type: string + default: "4000m" + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: "Memory RAM" + schema: + type: string + default: "8Gi" + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' + - variable: requests + label: "Advanced Request minimum resources required" + schema: + type: dict + attrs: + - variable: cpu + label: "CPU" + schema: + type: string + default: "10m" + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: "Memory RAM" + schema: + type: string + default: "50Mi" + 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: + 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: "hostPath" + 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" + + # Specify GPU configuration + - variable: scaleGPU + label: "GPU Configuration" + group: "Resources and Devices" + schema: + type: dict + $ref: + - "definitions/gpuConfiguration" + attrs: [] + + - variable: autoscaling + group: "Advanced" + label: "(Advanced) Horizontal Pod Autoscaler" + schema: + type: dict + attrs: + - 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: addons + group: "Addons" + label: "" + schema: + type: dict + attrs: + - variable: vpn + label: "VPN" + schema: + type: dict + attrs: + - variable: type + label: "Type" + schema: + type: string + default: "disabled" + enum: + - value: "disabled" + description: "disabled" + - value: "openvpn" + description: "OpenVPN" + - value: "wireguard" + description: "Wireguard" + - variable: openvpn + label: "OpenVPN Settings" + schema: + type: dict + show_if: [["type", "=", "openvpn"]] + attrs: + - variable: username + label: "authentication username" + description: "authentication username, optional" + schema: + type: string + default: "" + - variable: password + label: "authentication password" + description: "authentication credentials" + schema: + type: string + default: "" + required: true + - 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 ipv4 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: dict + show_if: [["type", "!=", "disabled"]] + attrs: + - variable: enabled + label: "enabled" + schema: + type: boolean + default: true + hidden: true + - variable: type + label: "type" + schema: + type: string + default: "hostPath" + hidden: true + - variable: hostPathType + label: "hostPathType" + schema: + type: string + default: "File" + hidden: true + - variable: noMount + label: "noMount" + schema: + type: boolean + default: true + hidden: true + - variable: hostPath + label: "Full path to file" + description: "path to your local VPN config file for example: /mnt/tank/vpn.conf or /mnt/tank/vpn.ovpn" + schema: + type: string + default: "" + required: true + - variable: envList + label: "VPN environment Variables" + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: "Environment Variable" + schema: + type: dict + attrs: + - variable: name + label: "Name" + schema: + type: string + required: true + - variable: value + label: "Value" + schema: + type: string + required: true + + - variable: codeserver + label: "Codeserver" + schema: + type: dict + attrs: + - variable: enabled + label: "enabled" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: git + label: "Git Settings" + schema: + type: dict + attrs: + - variable: deployKey + description: "Raw SSH private key" + label: "deployKey" + schema: + type: string + - variable: deployKeyBase64 + description: "Base64-encoded SSH private key. When both variables are set, the raw SSH key takes precedence" + label: "deployKeyBase64" + schema: + type: string + - variable: service + label: "" + schema: + type: dict + attrs: + - variable: type + label: "Service Type" + description: "ClusterIP's are only internally available, nodePorts expose the container to the host node System, Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: "NodePort" + enum: + - value: "NodePort" + description: "NodePort" + - value: "ClusterIP" + description: "ClusterIP" + - value: "LoadBalancer" + description: "LoadBalancer" + - variable: loadBalancerIP + label: "LoadBalancer IP" + description: "LoadBalancerIP" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: externalIPs + label: "External IP's" + description: "External IP's" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: list + default: [] + items: + - variable: externalIP + label: "External IP" + schema: + type: string + - variable: ports + label: "" + schema: + type: dict + attrs: + - variable: codeserver + label: "" + schema: + type: dict + attrs: + - variable: nodePort + description: "leave empty to disable" + label: "nodePort" + schema: + type: int + default: 36107 + - variable: envList + label: "Codeserver environment Variables" + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: "Environment Variable" + schema: + type: dict + attrs: + - variable: name + label: "Name" + schema: + type: string + required: true + - variable: value + label: "Value" + schema: + type: string + required: true + + + - variable: promtail + label: "Promtail" + schema: + type: dict + attrs: + - variable: enabled + label: "enabled" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: loki + label: "Loki URL" + schema: + type: string + required: true + - variable: logs + label: "Log Paths" + schema: + type: dict + attrs: + - variable: name + label: "Name" + schema: + type: string + required: true + - variable: path + label: "Path" + schema: + type: string + required: true + - variable: args + label: "Promtail ecommand line arguments" + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: arg + label: "Arg" + schema: + type: string + required: true + - variable: envList + label: "Promtail environment Variables" + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: "Environment Variable" + schema: + 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: + 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: + type: dict + attrs: + - variable: name + label: "Name" + schema: + type: string + required: true + - variable: value + label: "Value" + schema: + type: string + required: true diff --git a/incubator/loki/1.0.1/templates/_helpers.tpl b/incubator/loki/1.0.1/templates/_helpers.tpl new file mode 100644 index 00000000000..ecf878caa28 --- /dev/null +++ b/incubator/loki/1.0.1/templates/_helpers.tpl @@ -0,0 +1,17 @@ +{{/* +Create the app name of loki clients. Defaults to the same logic as "loki.fullname", and default client expects "promtail". +*/}} +{{- define "client.name" -}} +{{- if .Values.client.name -}} +{{- .Values.client.name -}} +{{- else if .Values.client.fullnameOverride -}} +{{- .Values.client.fullnameOverride | trunc 63 | trimSuffix "-" -}} +{{- else -}} +{{- $name := default "promtail" .Values.client.nameOverride -}} +{{- if contains $name .Release.Name -}} +{{- .Release.Name | trunc 63 | trimSuffix "-" -}} +{{- else -}} +{{- printf "%s-%s" .Release.Name $name | trunc 63 | trimSuffix "-" -}} +{{- end -}} +{{- end -}} +{{- end -}} diff --git a/incubator/omada-controller/4.0.14/templates/common.yaml b/incubator/loki/1.0.1/templates/common.yaml similarity index 100% rename from incubator/omada-controller/4.0.14/templates/common.yaml rename to incubator/loki/1.0.1/templates/common.yaml diff --git a/incubator/loki/1.0.1/templates/configmap-alert.yaml b/incubator/loki/1.0.1/templates/configmap-alert.yaml new file mode 100644 index 00000000000..599457ddc4b --- /dev/null +++ b/incubator/loki/1.0.1/templates/configmap-alert.yaml @@ -0,0 +1,17 @@ +{{- if gt (len .Values.alerting_groups) 0 }} +--- +apiVersion: v1 +kind: ConfigMap +metadata: + name: {{ include "common.names.fullname" . }} + labels: + {{- include "common.labels" . | nindent 4 }} + annotations: + {{- with .Values.annotations }} + {{- toYaml . | nindent 4 }} + {{- end }} +data: + {{ include "common.names.fullname" . }}-alerting-rules.yaml: |- + groups: + {{- toYaml .Values.alerting_groups | nindent 6 }} +{{- end }} diff --git a/incubator/loki/1.0.1/templates/secret.yaml b/incubator/loki/1.0.1/templates/secret.yaml new file mode 100644 index 00000000000..2e75b6ed030 --- /dev/null +++ b/incubator/loki/1.0.1/templates/secret.yaml @@ -0,0 +1,13 @@ +--- +apiVersion: v1 +kind: Secret +metadata: + name: {{ include "common.names.fullname" . -}}-config + labels: + {{- include "common.labels" . | nindent 4 }} + annotations: + {{- with .Values.annotations }} + {{- toYaml . | nindent 4 }} + {{- end }} +data: + loki.yaml: {{ tpl (toYaml .Values.config) . | b64enc}} diff --git a/incubator/omada-controller/4.0.14/values.yaml b/incubator/loki/1.0.1/values.yaml similarity index 100% rename from incubator/omada-controller/4.0.14/values.yaml rename to incubator/loki/1.0.1/values.yaml diff --git a/incubator/omada-controller/4.0.14/Chart.lock b/incubator/omada-controller/4.0.14/Chart.lock deleted file mode 100644 index 3fde0efd037..00000000000 --- a/incubator/omada-controller/4.0.14/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org - version: 8.6.3 -digest: sha256:9d695d9ecf86a5131e60cd13963618e0bbe6fa61a94250c4e95f7f377273947f -generated: "2021-11-16T21:49:02.698266524Z" diff --git a/incubator/omada-controller/4.0.14/CHANGELOG.md b/incubator/omada-controller/4.0.15/CHANGELOG.md similarity index 88% rename from incubator/omada-controller/4.0.14/CHANGELOG.md rename to incubator/omada-controller/4.0.15/CHANGELOG.md index f7b9812f747..d6723c19711 100644 --- a/incubator/omada-controller/4.0.14/CHANGELOG.md +++ b/incubator/omada-controller/4.0.15/CHANGELOG.md @@ -1,6 +1,19 @@ # Changelog
+ +### [omada-controller-4.0.15](https://github.com/truecharts/apps/compare/omada-controller-4.0.14...omada-controller-4.0.15) (2021-11-22) + +#### Chore + +* update non-major ([#1380](https://github.com/truecharts/apps/issues/1380)) + +#### Fix + +* Default enable all services ([#1361](https://github.com/truecharts/apps/issues/1361)) + + + ### [omada-controller-4.0.14](https://github.com/truecharts/apps/compare/omada-controller-4.0.13...omada-controller-4.0.14) (2021-11-16) @@ -84,16 +97,3 @@ ### [omada-controller-4.0.5](https://github.com/truecharts/apps/compare/omada-controller-4.0.4...omada-controller-4.0.5) (2021-11-02) - -#### Chore - -* update non-major deps helm releases ([#1267](https://github.com/truecharts/apps/issues/1267)) - - - - -### [omada-controller-4.0.4](https://github.com/truecharts/apps/compare/omada-controller-4.0.3...omada-controller-4.0.4) (2021-11-01) - -#### Chore - -* update non-major deps helm releases ([#1264](https://github.com/truecharts/apps/issues/1264)) diff --git a/stable/babybuddy/5.0.1/CONFIG.md b/incubator/omada-controller/4.0.15/CONFIG.md similarity index 100% rename from stable/babybuddy/5.0.1/CONFIG.md rename to incubator/omada-controller/4.0.15/CONFIG.md diff --git a/dependency/memcached/1.0.7/Chart.lock b/incubator/omada-controller/4.0.15/Chart.lock similarity index 78% rename from dependency/memcached/1.0.7/Chart.lock rename to incubator/omada-controller/4.0.15/Chart.lock index 7346b7f7a0a..bda23e44ae7 100644 --- a/dependency/memcached/1.0.7/Chart.lock +++ b/incubator/omada-controller/4.0.15/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org version: 8.6.3 digest: sha256:9d695d9ecf86a5131e60cd13963618e0bbe6fa61a94250c4e95f7f377273947f -generated: "2021-11-18T22:01:24.380304082Z" +generated: "2021-11-22T21:00:57.826068561Z" diff --git a/incubator/omada-controller/4.0.14/Chart.yaml b/incubator/omada-controller/4.0.15/Chart.yaml similarity index 97% rename from incubator/omada-controller/4.0.14/Chart.yaml rename to incubator/omada-controller/4.0.15/Chart.yaml index f089d188f8a..ffedf0401d3 100644 --- a/incubator/omada-controller/4.0.14/Chart.yaml +++ b/incubator/omada-controller/4.0.15/Chart.yaml @@ -18,7 +18,7 @@ name: omada-controller sources: - https://github.com/mbentley/docker-omada-controller - https://github.com/truechartsapps/tree/master/charts/omada-controller -version: 4.0.14 +version: 4.0.15 annotations: truecharts.org/catagories: | - media diff --git a/incubator/omada-controller/4.0.14/README.md b/incubator/omada-controller/4.0.15/README.md similarity index 100% rename from incubator/omada-controller/4.0.14/README.md rename to incubator/omada-controller/4.0.15/README.md diff --git a/incubator/omada-controller/4.0.14/app-readme.md b/incubator/omada-controller/4.0.15/app-readme.md similarity index 100% rename from incubator/omada-controller/4.0.14/app-readme.md rename to incubator/omada-controller/4.0.15/app-readme.md diff --git a/dependency/mariadb/1.0.6/charts/common-8.6.3.tgz b/incubator/omada-controller/4.0.15/charts/common-8.6.3.tgz similarity index 100% rename from dependency/mariadb/1.0.6/charts/common-8.6.3.tgz rename to incubator/omada-controller/4.0.15/charts/common-8.6.3.tgz diff --git a/incubator/omada-controller/4.0.14/helm-values.md b/incubator/omada-controller/4.0.15/helm-values.md similarity index 92% rename from incubator/omada-controller/4.0.14/helm-values.md rename to incubator/omada-controller/4.0.15/helm-values.md index 65af0454e2a..2c76be2e02e 100644 --- a/incubator/omada-controller/4.0.14/helm-values.md +++ b/incubator/omada-controller/4.0.15/helm-values.md @@ -15,7 +15,7 @@ You will, however, be able to use all values referenced in the common chart here | env.TZ | string | `"UTC"` | Set the container timezone | | image.pullPolicy | string | `"IfNotPresent"` | image pull policy | | image.repository | string | `"docker.io/mbentley/omada-controller"` | image repository | -| image.tag | string | `"4.4@sha256:0db25b46b49a48a8e119c0066a758232950f1e888f8dea94382bf8c735cd88bf"` | image tag | +| image.tag | string | `"4.4@sha256:ecf1a0a794ba4973fd4c1c436745d434c251bc9cccd15aad6832ef2700c92703"` | image tag | | persistence | object | See values.yaml | Configure persistence settings for the chart under this key. | | podSecurityContext.runAsGroup | int | `0` | | | podSecurityContext.runAsUser | int | `0` | | diff --git a/incubator/omada-controller/4.0.14/ix_values.yaml b/incubator/omada-controller/4.0.15/ix_values.yaml similarity index 90% rename from incubator/omada-controller/4.0.14/ix_values.yaml rename to incubator/omada-controller/4.0.15/ix_values.yaml index 7bae106cf93..786f870bbd0 100644 --- a/incubator/omada-controller/4.0.14/ix_values.yaml +++ b/incubator/omada-controller/4.0.15/ix_values.yaml @@ -9,7 +9,7 @@ image: # -- image repository repository: docker.io/mbentley/omada-controller # -- image tag - tag: 4.4@sha256:0db25b46b49a48a8e119c0066a758232950f1e888f8dea94382bf8c735cd88bf + tag: 4.4@sha256:ecf1a0a794ba4973fd4c1c436745d434c251bc9cccd15aad6832ef2700c92703 # -- image pull policy pullPolicy: IfNotPresent @@ -40,22 +40,18 @@ service: ports: omada-tcp1: enabled: true - protocol: TCP port: 29810 targetPort: 29810 omada-tcp2: enabled: true - protocol: TCP port: 29811 targetPort: 29811 omada-tcp3: enabled: true - protocol: TCP port: 29812 targetPort: 29812 omada-tcp4: enabled: true - protocol: TCP port: 29813 targetPort: 29813 omada-udp: @@ -73,7 +69,6 @@ service: targetPort: 29811 omada-udp3: enabled: true - protocol: TCP port: 29812 targetPort: 29812 omada-udp4: diff --git a/incubator/omada-controller/4.0.14/questions.yaml b/incubator/omada-controller/4.0.15/questions.yaml similarity index 100% rename from incubator/omada-controller/4.0.14/questions.yaml rename to incubator/omada-controller/4.0.15/questions.yaml diff --git a/stable/babybuddy/5.0.1/templates/common.yaml b/incubator/omada-controller/4.0.15/templates/common.yaml similarity index 100% rename from stable/babybuddy/5.0.1/templates/common.yaml rename to incubator/omada-controller/4.0.15/templates/common.yaml diff --git a/stable/babybuddy/5.0.1/values.yaml b/incubator/omada-controller/4.0.15/values.yaml similarity index 100% rename from stable/babybuddy/5.0.1/values.yaml rename to incubator/omada-controller/4.0.15/values.yaml diff --git a/stable/babybuddy/5.0.1/CHANGELOG.md b/stable/babybuddy/5.0.2/CHANGELOG.md similarity index 89% rename from stable/babybuddy/5.0.1/CHANGELOG.md rename to stable/babybuddy/5.0.2/CHANGELOG.md index 7425a57ef8f..30d8360b2bc 100644 --- a/stable/babybuddy/5.0.1/CHANGELOG.md +++ b/stable/babybuddy/5.0.2/CHANGELOG.md @@ -1,6 +1,19 @@ # Changelog
+ +### [babybuddy-5.0.2](https://github.com/truecharts/apps/compare/babybuddy-5.0.1...babybuddy-5.0.2) (2021-11-22) + +#### Chore + +* update non-major ([#1380](https://github.com/truecharts/apps/issues/1380)) + +#### Fix + +* Default enable all services ([#1361](https://github.com/truecharts/apps/issues/1361)) + + + ### [babybuddy-5.0.1](https://github.com/truecharts/apps/compare/babybuddy-5.0.0...babybuddy-5.0.1) (2021-11-16) @@ -84,16 +97,3 @@ * Simplify GUI for deployment, persistence and securityContext ([#1289](https://github.com/truecharts/apps/issues/1289)) -#### Feat - -* Simplify the Services GUI ([#1290](https://github.com/truecharts/apps/issues/1290)) - - - - -### [babybuddy-4.0.6](https://github.com/truecharts/apps/compare/babybuddy-4.0.5...babybuddy-4.0.6) (2021-11-02) - -#### Chore - -* update non-major deps helm releases ([#1267](https://github.com/truecharts/apps/issues/1267)) - diff --git a/stable/bazarr/9.0.11/CONFIG.md b/stable/babybuddy/5.0.2/CONFIG.md similarity index 100% rename from stable/bazarr/9.0.11/CONFIG.md rename to stable/babybuddy/5.0.2/CONFIG.md diff --git a/stable/babybuddy/5.0.1/Chart.lock b/stable/babybuddy/5.0.2/Chart.lock similarity index 84% rename from stable/babybuddy/5.0.1/Chart.lock rename to stable/babybuddy/5.0.2/Chart.lock index 2a533c6c418..04d11d34115 100644 --- a/stable/babybuddy/5.0.1/Chart.lock +++ b/stable/babybuddy/5.0.2/Chart.lock @@ -6,4 +6,4 @@ dependencies: repository: https://truecharts.org/ version: 6.0.3 digest: sha256:17837b38e937c9844a7343c7f77ef22df6ab3d6c35fa1694350d6679d652a948 -generated: "2021-11-16T21:54:14.135020414Z" +generated: "2021-11-22T21:01:28.365171605Z" diff --git a/stable/babybuddy/5.0.1/Chart.yaml b/stable/babybuddy/5.0.2/Chart.yaml similarity index 98% rename from stable/babybuddy/5.0.1/Chart.yaml rename to stable/babybuddy/5.0.2/Chart.yaml index e15d24f51a6..b45f0c01ed8 100644 --- a/stable/babybuddy/5.0.1/Chart.yaml +++ b/stable/babybuddy/5.0.2/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 appVersion: "1.9.1" kubeVersion: '>=1.16.0-0' -version: 5.0.1 +version: 5.0.2 name: babybuddy description: Helps caregivers track sleep, feedings, diaper changes, tummy time and more to learn about and predict baby's needs without (as much) guess work. type: application diff --git a/stable/babybuddy/5.0.1/README.md b/stable/babybuddy/5.0.2/README.md similarity index 100% rename from stable/babybuddy/5.0.1/README.md rename to stable/babybuddy/5.0.2/README.md diff --git a/stable/babybuddy/5.0.1/app-readme.md b/stable/babybuddy/5.0.2/app-readme.md similarity index 100% rename from stable/babybuddy/5.0.1/app-readme.md rename to stable/babybuddy/5.0.2/app-readme.md diff --git a/dependency/memcached/1.0.7/charts/common-8.6.3.tgz b/stable/babybuddy/5.0.2/charts/common-8.6.3.tgz similarity index 100% rename from dependency/memcached/1.0.7/charts/common-8.6.3.tgz rename to stable/babybuddy/5.0.2/charts/common-8.6.3.tgz diff --git a/stable/babybuddy/5.0.1/charts/postgresql-6.0.3.tgz b/stable/babybuddy/5.0.2/charts/postgresql-6.0.3.tgz similarity index 100% rename from stable/babybuddy/5.0.1/charts/postgresql-6.0.3.tgz rename to stable/babybuddy/5.0.2/charts/postgresql-6.0.3.tgz diff --git a/stable/babybuddy/5.0.1/helm-values.md b/stable/babybuddy/5.0.2/helm-values.md similarity index 95% rename from stable/babybuddy/5.0.1/helm-values.md rename to stable/babybuddy/5.0.2/helm-values.md index 61bccfe0722..af0c454de62 100644 --- a/stable/babybuddy/5.0.1/helm-values.md +++ b/stable/babybuddy/5.0.2/helm-values.md @@ -22,7 +22,7 @@ You will, however, be able to use all values referenced in the common chart here | envValueFrom.DB_PASSWORD.secretKeyRef.name | string | `"dbcreds"` | | | image.pullPolicy | string | `"IfNotPresent"` | | | image.repository | string | `"ghcr.io/linuxserver/babybuddy"` | | -| image.tag | string | `"1.9.1@sha256:42e89454a2d40186029b3e752402fd48c163cac6654254aa0df9601374848e63"` | | +| image.tag | string | `"1.9.1@sha256:518a00e9752512ddbfae2e5f09f6561bcb3130bf891165960bd2a09a36306b59"` | | | persistence.config.enabled | bool | `true` | | | persistence.config.mountPath | string | `"/config"` | | | persistence.varrun.enabled | bool | `true` | | diff --git a/stable/babybuddy/5.0.1/ix_values.yaml b/stable/babybuddy/5.0.2/ix_values.yaml similarity index 92% rename from stable/babybuddy/5.0.1/ix_values.yaml rename to stable/babybuddy/5.0.2/ix_values.yaml index e5770de7cd2..9bdf6280462 100644 --- a/stable/babybuddy/5.0.1/ix_values.yaml +++ b/stable/babybuddy/5.0.2/ix_values.yaml @@ -1,7 +1,7 @@ image: repository: ghcr.io/linuxserver/babybuddy pullPolicy: IfNotPresent - tag: 1.9.1@sha256:42e89454a2d40186029b3e752402fd48c163cac6654254aa0df9601374848e63 + tag: 1.9.1@sha256:518a00e9752512ddbfae2e5f09f6561bcb3130bf891165960bd2a09a36306b59 # See more environment variables in the babybuddy documentation # https://github.com/linuxserver/docker-babybuddy#parameters diff --git a/stable/babybuddy/5.0.1/questions.yaml b/stable/babybuddy/5.0.2/questions.yaml similarity index 99% rename from stable/babybuddy/5.0.1/questions.yaml rename to stable/babybuddy/5.0.2/questions.yaml index 20af4e8b17c..3a45f4c8c14 100644 --- a/stable/babybuddy/5.0.1/questions.yaml +++ b/stable/babybuddy/5.0.2/questions.yaml @@ -437,7 +437,16 @@ questions: - variable: option label: "Option Entry" schema: - type: string + type: dict + attrs: + - variable: name + label: "Name" + schema: + type: string + - variable: value + label: "Value" + schema: + type: string - variable: searches label: "Searches" schema: diff --git a/stable/bazarr/9.0.11/templates/common.yaml b/stable/babybuddy/5.0.2/templates/common.yaml similarity index 100% rename from stable/bazarr/9.0.11/templates/common.yaml rename to stable/babybuddy/5.0.2/templates/common.yaml diff --git a/stable/bazarr/9.0.11/values.yaml b/stable/babybuddy/5.0.2/values.yaml similarity index 100% rename from stable/bazarr/9.0.11/values.yaml rename to stable/babybuddy/5.0.2/values.yaml diff --git a/stable/bazarr/9.0.11/Chart.lock b/stable/bazarr/9.0.11/Chart.lock deleted file mode 100644 index 593706c6f00..00000000000 --- a/stable/bazarr/9.0.11/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org - version: 8.6.3 -digest: sha256:9d695d9ecf86a5131e60cd13963618e0bbe6fa61a94250c4e95f7f377273947f -generated: "2021-11-16T21:54:49.368362092Z" diff --git a/stable/bazarr/9.0.11/CHANGELOG.md b/stable/bazarr/9.0.12/CHANGELOG.md similarity index 92% rename from stable/bazarr/9.0.11/CHANGELOG.md rename to stable/bazarr/9.0.12/CHANGELOG.md index 0fea458e8da..89bd3c5721e 100644 --- a/stable/bazarr/9.0.11/CHANGELOG.md +++ b/stable/bazarr/9.0.12/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [bazarr-9.0.12](https://github.com/truecharts/apps/compare/bazarr-9.0.11...bazarr-9.0.12) (2021-11-22) + +#### Chore + +* update non-major ([#1380](https://github.com/truecharts/apps/issues/1380)) + + + ### [bazarr-9.0.11](https://github.com/truecharts/apps/compare/bazarr-9.0.10...bazarr-9.0.11) (2021-11-16) @@ -88,12 +97,3 @@ * update non-major deps helm releases ([#1267](https://github.com/truecharts/apps/issues/1267)) - - - -### [bazarr-9.0.3](https://github.com/truecharts/apps/compare/bazarr-9.0.2...bazarr-9.0.3) (2021-11-01) - -#### Chore - -* update non-major deps helm releases ([#1264](https://github.com/truecharts/apps/issues/1264)) - diff --git a/stable/custom-app/3.0.17/CONFIG.md b/stable/bazarr/9.0.12/CONFIG.md similarity index 100% rename from stable/custom-app/3.0.17/CONFIG.md rename to stable/bazarr/9.0.12/CONFIG.md diff --git a/dependency/redis/1.0.8/Chart.lock b/stable/bazarr/9.0.12/Chart.lock similarity index 78% rename from dependency/redis/1.0.8/Chart.lock rename to stable/bazarr/9.0.12/Chart.lock index a655853e1c5..922c562632a 100644 --- a/dependency/redis/1.0.8/Chart.lock +++ b/stable/bazarr/9.0.12/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org version: 8.6.3 digest: sha256:9d695d9ecf86a5131e60cd13963618e0bbe6fa61a94250c4e95f7f377273947f -generated: "2021-11-18T22:02:21.919724952Z" +generated: "2021-11-22T21:02:05.702914687Z" diff --git a/stable/bazarr/9.0.11/Chart.yaml b/stable/bazarr/9.0.12/Chart.yaml similarity index 95% rename from stable/bazarr/9.0.11/Chart.yaml rename to stable/bazarr/9.0.12/Chart.yaml index 0f31dcdcbdd..d753d058c71 100644 --- a/stable/bazarr/9.0.11/Chart.yaml +++ b/stable/bazarr/9.0.12/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: "1.0.0" +appVersion: "1.0.1" dependencies: - name: common repository: https://truecharts.org @@ -26,7 +26,7 @@ sources: - https://github.com/morpheus65535/bazarr - https://hub.docker.com/r/linuxserver/bazarr type: application -version: 9.0.11 +version: 9.0.12 annotations: truecharts.org/catagories: | - media diff --git a/stable/bazarr/9.0.11/README.md b/stable/bazarr/9.0.12/README.md similarity index 100% rename from stable/bazarr/9.0.11/README.md rename to stable/bazarr/9.0.12/README.md diff --git a/stable/bazarr/9.0.11/app-readme.md b/stable/bazarr/9.0.12/app-readme.md similarity index 100% rename from stable/bazarr/9.0.11/app-readme.md rename to stable/bazarr/9.0.12/app-readme.md diff --git a/dependency/postgresql/6.0.4/charts/common-8.6.3.tgz b/stable/bazarr/9.0.12/charts/common-8.6.3.tgz similarity index 100% rename from dependency/postgresql/6.0.4/charts/common-8.6.3.tgz rename to stable/bazarr/9.0.12/charts/common-8.6.3.tgz diff --git a/stable/bazarr/9.0.11/helm-values.md b/stable/bazarr/9.0.12/helm-values.md similarity index 90% rename from stable/bazarr/9.0.11/helm-values.md rename to stable/bazarr/9.0.12/helm-values.md index 5b72a927f65..c8f4712bf78 100644 --- a/stable/bazarr/9.0.11/helm-values.md +++ b/stable/bazarr/9.0.12/helm-values.md @@ -14,7 +14,7 @@ You will, however, be able to use all values referenced in the common chart here | env | object | `{}` | | | image.pullPolicy | string | `"IfNotPresent"` | | | image.repository | string | `"ghcr.io/k8s-at-home/bazarr"` | | -| image.tag | string | `"v1.0.0@sha256:ec59d02bc0c9f5531cb4a1c461c188b1a7e489a3372be554914d6b6a2e3b14d2"` | | +| image.tag | string | `"v1.0.1@sha256:8b785e187aa9e74bb7ef6cecad8dc3fbd5c905a638d496a90aaeb0a1dcd80cc1"` | | | persistence.config.enabled | bool | `true` | | | persistence.config.mountPath | string | `"/config"` | | | service.main.ports.main.port | int | `6767` | | diff --git a/stable/bazarr/9.0.11/ix_values.yaml b/stable/bazarr/9.0.12/ix_values.yaml similarity index 77% rename from stable/bazarr/9.0.11/ix_values.yaml rename to stable/bazarr/9.0.12/ix_values.yaml index 5f68215e40c..345b42e6cf5 100644 --- a/stable/bazarr/9.0.11/ix_values.yaml +++ b/stable/bazarr/9.0.12/ix_values.yaml @@ -3,7 +3,7 @@ image: repository: ghcr.io/k8s-at-home/bazarr pullPolicy: IfNotPresent - tag: v1.0.0@sha256:ec59d02bc0c9f5531cb4a1c461c188b1a7e489a3372be554914d6b6a2e3b14d2 + tag: v1.0.1@sha256:8b785e187aa9e74bb7ef6cecad8dc3fbd5c905a638d496a90aaeb0a1dcd80cc1 service: main: diff --git a/stable/bazarr/9.0.11/questions.yaml b/stable/bazarr/9.0.12/questions.yaml similarity index 100% rename from stable/bazarr/9.0.11/questions.yaml rename to stable/bazarr/9.0.12/questions.yaml diff --git a/stable/custom-app/3.0.17/templates/common.yaml b/stable/bazarr/9.0.12/templates/common.yaml similarity index 100% rename from stable/custom-app/3.0.17/templates/common.yaml rename to stable/bazarr/9.0.12/templates/common.yaml diff --git a/stable/custom-app/3.0.17/values.yaml b/stable/bazarr/9.0.12/values.yaml similarity index 100% rename from stable/custom-app/3.0.17/values.yaml rename to stable/bazarr/9.0.12/values.yaml diff --git a/stable/custom-app/3.0.17/Chart.lock b/stable/custom-app/3.0.17/Chart.lock deleted file mode 100644 index fef0705f785..00000000000 --- a/stable/custom-app/3.0.17/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org - version: 8.6.3 -digest: sha256:9d695d9ecf86a5131e60cd13963618e0bbe6fa61a94250c4e95f7f377273947f -generated: "2021-11-18T22:03:49.028631868Z" diff --git a/stable/custom-app/3.0.17/CHANGELOG.md b/stable/custom-app/3.0.18/CHANGELOG.md similarity index 92% rename from stable/custom-app/3.0.17/CHANGELOG.md rename to stable/custom-app/3.0.18/CHANGELOG.md index b02d94a4db3..74325313938 100644 --- a/stable/custom-app/3.0.17/CHANGELOG.md +++ b/stable/custom-app/3.0.18/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [custom-app-3.0.18](https://github.com/truecharts/apps/compare/custom-app-3.0.17...custom-app-3.0.18) (2021-11-22) + +#### Chore + +* update non-major ([#1380](https://github.com/truecharts/apps/issues/1380)) + + + ### [custom-app-3.0.17](https://github.com/truecharts/apps/compare/custom-app-3.0.16...custom-app-3.0.17) (2021-11-18) @@ -88,12 +97,3 @@ * update non-major deps helm releases ([#1295](https://github.com/truecharts/apps/issues/1295)) - - - -### [custom-app-3.0.8](https://github.com/truecharts/apps/compare/custom-app-3.0.7...custom-app-3.0.8) (2021-11-07) - -#### Chore - -* update non-major ([#1270](https://github.com/truecharts/apps/issues/1270)) - diff --git a/stable/heimdall/9.0.12/CONFIG.md b/stable/custom-app/3.0.18/CONFIG.md similarity index 100% rename from stable/heimdall/9.0.12/CONFIG.md rename to stable/custom-app/3.0.18/CONFIG.md diff --git a/stable/custom-app/3.0.18/Chart.lock b/stable/custom-app/3.0.18/Chart.lock new file mode 100644 index 00000000000..e484efc83aa --- /dev/null +++ b/stable/custom-app/3.0.18/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org + version: 8.6.3 +digest: sha256:9d695d9ecf86a5131e60cd13963618e0bbe6fa61a94250c4e95f7f377273947f +generated: "2021-11-22T21:02:34.263800845Z" diff --git a/stable/custom-app/3.0.17/Chart.yaml b/stable/custom-app/3.0.18/Chart.yaml similarity index 94% rename from stable/custom-app/3.0.17/Chart.yaml rename to stable/custom-app/3.0.18/Chart.yaml index 196a0a311e4..00164c2fc3c 100644 --- a/stable/custom-app/3.0.17/Chart.yaml +++ b/stable/custom-app/3.0.18/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: "0.20.36" +appVersion: "0.20.53" dependencies: - name: common repository: https://truecharts.org @@ -19,7 +19,7 @@ name: custom-app sources: - https://github.com/truecharts/apps/tree/master/charts/stable/custom-app type: application -version: 3.0.17 +version: 3.0.18 annotations: truecharts.org/catagories: | - custom diff --git a/stable/custom-app/3.0.17/README.md b/stable/custom-app/3.0.18/README.md similarity index 100% rename from stable/custom-app/3.0.17/README.md rename to stable/custom-app/3.0.18/README.md diff --git a/stable/custom-app/3.0.17/app-readme.md b/stable/custom-app/3.0.18/app-readme.md similarity index 100% rename from stable/custom-app/3.0.17/app-readme.md rename to stable/custom-app/3.0.18/app-readme.md diff --git a/dependency/redis/1.0.8/charts/common-8.6.3.tgz b/stable/custom-app/3.0.18/charts/common-8.6.3.tgz similarity index 100% rename from dependency/redis/1.0.8/charts/common-8.6.3.tgz rename to stable/custom-app/3.0.18/charts/common-8.6.3.tgz diff --git a/stable/custom-app/3.0.17/ci/test-values.yaml b/stable/custom-app/3.0.18/ci/test-values.yaml similarity index 88% rename from stable/custom-app/3.0.17/ci/test-values.yaml rename to stable/custom-app/3.0.18/ci/test-values.yaml index 38db1e3faac..4eee2d1ed6c 100644 --- a/stable/custom-app/3.0.17/ci/test-values.yaml +++ b/stable/custom-app/3.0.18/ci/test-values.yaml @@ -1,7 +1,7 @@ image: repository: ghcr.io/k8s-at-home/jackett pullPolicy: IfNotPresent - tag: v0.20.36@sha256:7dad2a3a0d4ca0156ab0aa2a718765455ea815bfcdd301348c047d477080a476 + tag: v0.20.53@sha256:6f82922f155dfd72b23e1ce9ec84de8bbc2a12a362bfbd62d81bc3c3f58ac515 securityContext: readOnlyRootFilesystem: false diff --git a/stable/custom-app/3.0.17/helm-values.md b/stable/custom-app/3.0.18/helm-values.md similarity index 88% rename from stable/custom-app/3.0.17/helm-values.md rename to stable/custom-app/3.0.18/helm-values.md index 04e91f261f3..ffa71e76646 100644 --- a/stable/custom-app/3.0.17/helm-values.md +++ b/stable/custom-app/3.0.18/helm-values.md @@ -13,6 +13,6 @@ You will, however, be able to use all values referenced in the common chart here |-----|------|---------|-------------| | image.pullPolicy | string | `"IfNotPresent"` | | | image.repository | string | `"ghcr.io/k8s-at-home/jackett"` | | -| image.tag | string | `"v0.20.36@sha256:7dad2a3a0d4ca0156ab0aa2a718765455ea815bfcdd301348c047d477080a476"` | | +| image.tag | string | `"v0.20.53@sha256:6f82922f155dfd72b23e1ce9ec84de8bbc2a12a362bfbd62d81bc3c3f58ac515"` | | All Rights Reserved - The TrueCharts Project diff --git a/stable/custom-app/3.0.17/ix_values.yaml b/stable/custom-app/3.0.18/ix_values.yaml similarity index 54% rename from stable/custom-app/3.0.17/ix_values.yaml rename to stable/custom-app/3.0.18/ix_values.yaml index 53f4638c31c..e541454f05c 100644 --- a/stable/custom-app/3.0.17/ix_values.yaml +++ b/stable/custom-app/3.0.18/ix_values.yaml @@ -3,4 +3,4 @@ image: repository: ghcr.io/k8s-at-home/jackett pullPolicy: IfNotPresent - tag: v0.20.36@sha256:7dad2a3a0d4ca0156ab0aa2a718765455ea815bfcdd301348c047d477080a476 + tag: v0.20.53@sha256:6f82922f155dfd72b23e1ce9ec84de8bbc2a12a362bfbd62d81bc3c3f58ac515 diff --git a/stable/custom-app/3.0.17/questions.yaml b/stable/custom-app/3.0.18/questions.yaml similarity index 100% rename from stable/custom-app/3.0.17/questions.yaml rename to stable/custom-app/3.0.18/questions.yaml diff --git a/stable/heimdall/9.0.12/templates/common.yaml b/stable/custom-app/3.0.18/templates/common.yaml similarity index 100% rename from stable/heimdall/9.0.12/templates/common.yaml rename to stable/custom-app/3.0.18/templates/common.yaml diff --git a/stable/heimdall/9.0.12/values.yaml b/stable/custom-app/3.0.18/values.yaml similarity index 100% rename from stable/heimdall/9.0.12/values.yaml rename to stable/custom-app/3.0.18/values.yaml diff --git a/stable/heimdall/9.0.12/CHANGELOG.md b/stable/heimdall/9.0.13/CHANGELOG.md similarity index 92% rename from stable/heimdall/9.0.12/CHANGELOG.md rename to stable/heimdall/9.0.13/CHANGELOG.md index 62d866dc842..94e803578b2 100644 --- a/stable/heimdall/9.0.12/CHANGELOG.md +++ b/stable/heimdall/9.0.13/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [heimdall-9.0.13](https://github.com/truecharts/apps/compare/heimdall-9.0.12...heimdall-9.0.13) (2021-11-22) + +#### Chore + +* update non-major ([#1380](https://github.com/truecharts/apps/issues/1380)) + + + ### [heimdall-9.0.12](https://github.com/truecharts/apps/compare/heimdall-9.0.11...heimdall-9.0.12) (2021-11-16) @@ -88,12 +97,3 @@ #### Chore * update non-major deps helm releases ([#1267](https://github.com/truecharts/apps/issues/1267)) - - - - -### [heimdall-9.0.4](https://github.com/truecharts/apps/compare/heimdall-9.0.3...heimdall-9.0.4) (2021-11-01) - -#### Chore - -* update non-major deps helm releases ([#1264](https://github.com/truecharts/apps/issues/1264)) diff --git a/stable/jackett/9.0.20/CONFIG.md b/stable/heimdall/9.0.13/CONFIG.md similarity index 100% rename from stable/jackett/9.0.20/CONFIG.md rename to stable/heimdall/9.0.13/CONFIG.md diff --git a/stable/heimdall/9.0.13/Chart.lock b/stable/heimdall/9.0.13/Chart.lock new file mode 100644 index 00000000000..c70b5d3b8d5 --- /dev/null +++ b/stable/heimdall/9.0.13/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org + version: 8.6.3 +digest: sha256:9d695d9ecf86a5131e60cd13963618e0bbe6fa61a94250c4e95f7f377273947f +generated: "2021-11-22T21:03:03.088546304Z" diff --git a/stable/heimdall/9.0.12/Chart.yaml b/stable/heimdall/9.0.13/Chart.yaml similarity index 97% rename from stable/heimdall/9.0.12/Chart.yaml rename to stable/heimdall/9.0.13/Chart.yaml index 2a3b5d7d7b0..8f781628707 100644 --- a/stable/heimdall/9.0.12/Chart.yaml +++ b/stable/heimdall/9.0.13/Chart.yaml @@ -19,7 +19,7 @@ name: heimdall sources: - https://github.com/linuxserver/Heimdall/ type: application -version: 9.0.12 +version: 9.0.13 annotations: truecharts.org/catagories: | - organizers diff --git a/stable/heimdall/9.0.12/README.md b/stable/heimdall/9.0.13/README.md similarity index 100% rename from stable/heimdall/9.0.12/README.md rename to stable/heimdall/9.0.13/README.md diff --git a/stable/heimdall/9.0.12/app-readme.md b/stable/heimdall/9.0.13/app-readme.md similarity index 100% rename from stable/heimdall/9.0.12/app-readme.md rename to stable/heimdall/9.0.13/app-readme.md diff --git a/incubator/omada-controller/4.0.14/charts/common-8.6.3.tgz b/stable/heimdall/9.0.13/charts/common-8.6.3.tgz similarity index 100% rename from incubator/omada-controller/4.0.14/charts/common-8.6.3.tgz rename to stable/heimdall/9.0.13/charts/common-8.6.3.tgz diff --git a/stable/heimdall/9.0.12/helm-values.md b/stable/heimdall/9.0.13/helm-values.md similarity index 91% rename from stable/heimdall/9.0.12/helm-values.md rename to stable/heimdall/9.0.13/helm-values.md index cf8d91206ea..6cfbe3ce6cc 100644 --- a/stable/heimdall/9.0.12/helm-values.md +++ b/stable/heimdall/9.0.13/helm-values.md @@ -14,7 +14,7 @@ You will, however, be able to use all values referenced in the common chart here | env | object | `{}` | | | image.pullPolicy | string | `"IfNotPresent"` | | | image.repository | string | `"ghcr.io/linuxserver/heimdall"` | | -| image.tag | string | `"version-2.2.2@sha256:1975c25393338810356fd40eb0a4d7aa9ea2086da8eb4b9d257c1cc5bc07d802"` | | +| image.tag | string | `"version-2.2.2@sha256:e829e0aded2ba5f44b46723d73aa8daf8a23a0235cbbe9971524380f9141f0f8"` | | | persistence.config.enabled | bool | `true` | | | persistence.config.mountPath | string | `"/config"` | | | podSecurityContext.runAsGroup | int | `0` | | diff --git a/stable/heimdall/9.0.12/ix_values.yaml b/stable/heimdall/9.0.13/ix_values.yaml similarity index 82% rename from stable/heimdall/9.0.12/ix_values.yaml rename to stable/heimdall/9.0.13/ix_values.yaml index f7bae1e17eb..c372c570d38 100644 --- a/stable/heimdall/9.0.12/ix_values.yaml +++ b/stable/heimdall/9.0.13/ix_values.yaml @@ -2,7 +2,7 @@ image: repository: ghcr.io/linuxserver/heimdall - tag: version-2.2.2@sha256:1975c25393338810356fd40eb0a4d7aa9ea2086da8eb4b9d257c1cc5bc07d802 + tag: version-2.2.2@sha256:e829e0aded2ba5f44b46723d73aa8daf8a23a0235cbbe9971524380f9141f0f8 pullPolicy: IfNotPresent securityContext: diff --git a/stable/heimdall/9.0.12/questions.yaml b/stable/heimdall/9.0.13/questions.yaml similarity index 100% rename from stable/heimdall/9.0.12/questions.yaml rename to stable/heimdall/9.0.13/questions.yaml diff --git a/stable/jackett/9.0.20/templates/common.yaml b/stable/heimdall/9.0.13/templates/common.yaml similarity index 100% rename from stable/jackett/9.0.20/templates/common.yaml rename to stable/heimdall/9.0.13/templates/common.yaml diff --git a/stable/jackett/9.0.20/values.yaml b/stable/heimdall/9.0.13/values.yaml similarity index 100% rename from stable/jackett/9.0.20/values.yaml rename to stable/heimdall/9.0.13/values.yaml diff --git a/stable/home-assistant/12.0.3/CHANGELOG.md b/stable/home-assistant/12.0.3/CHANGELOG.md new file mode 100644 index 00000000000..846ccb72cf9 --- /dev/null +++ b/stable/home-assistant/12.0.3/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog
+ + + +### [home-assistant-12.0.3](https://github.com/truecharts/apps/compare/home-assistant-12.0.2...home-assistant-12.0.3) (2021-11-22) + +#### Chore + +* update non-major ([#1380](https://github.com/truecharts/apps/issues/1380)) + + + + +### [home-assistant-12.0.2](https://github.com/truecharts/apps/compare/home-assistant-12.0.1...home-assistant-12.0.2) (2021-11-16) + +#### Chore + +* update non-major deps helm releases ([#1345](https://github.com/truecharts/apps/issues/1345)) + + + + +### [home-assistant-12.0.1](https://github.com/truecharts/apps/compare/home-assistant-12.0.0...home-assistant-12.0.1) (2021-11-16) + +#### Chore + +* update non-major ([#1342](https://github.com/truecharts/apps/issues/1342)) + + + + +### [home-assistant-12.0.0](https://github.com/truecharts/apps/compare/home-assistant-11.0.13...home-assistant-12.0.0) (2021-11-16) + +#### Chore + +* update helm chart postgresql to v6 ([#1343](https://github.com/truecharts/apps/issues/1343)) + + + + +### [home-assistant-11.0.13](https://github.com/truecharts/apps/compare/home-assistant-11.0.12...home-assistant-11.0.13) (2021-11-15) + +#### Chore + +* persistence cleanup and small bugfixes ([#1329](https://github.com/truecharts/apps/issues/1329)) +* update non-major deps helm releases ([#1338](https://github.com/truecharts/apps/issues/1338)) + + + + +### [home-assistant-11.0.12](https://github.com/truecharts/apps/compare/home-assistant-11.0.11...home-assistant-11.0.12) (2021-11-14) + +#### Chore + +* fixes around the GUI refactor ([#1316](https://github.com/truecharts/apps/issues/1316)) +* move port above advanced in GUI ([#1326](https://github.com/truecharts/apps/issues/1326)) +* clean up Chart.yaml ([#1322](https://github.com/truecharts/apps/issues/1322)) +* update non-major deps helm releases ([#1328](https://github.com/truecharts/apps/issues/1328)) +* update non-major ([#1327](https://github.com/truecharts/apps/issues/1327)) + +#### Fix + +* split udp and tcp ports ([#1321](https://github.com/truecharts/apps/issues/1321)) +* Allow spaces in paths ([#1306](https://github.com/truecharts/apps/issues/1306)) + + + + +### [home-assistant-11.0.11](https://github.com/truecharts/apps/compare/home-assistant-11.0.10...home-assistant-11.0.11) (2021-11-09) + +#### Chore + +* update non-major deps helm releases ([#1297](https://github.com/truecharts/apps/issues/1297)) + + + + +### [home-assistant-11.0.10](https://github.com/truecharts/apps/compare/home-assistant-11.0.9...home-assistant-11.0.10) (2021-11-09) + +#### Chore + +* update non-major docker tags ([#1300](https://github.com/truecharts/apps/issues/1300)) + + + + +### [home-assistant-11.0.9](https://github.com/truecharts/apps/compare/home-assistant-11.0.8...home-assistant-11.0.9) (2021-11-07) + +#### Chore + +* update non-major deps helm releases ([#1295](https://github.com/truecharts/apps/issues/1295)) + + + + +### [home-assistant-11.0.8](https://github.com/truecharts/apps/compare/home-assistant-11.0.7...home-assistant-11.0.8) (2021-11-07) + +#### Chore + diff --git a/stable/komga/4.0.12/CONFIG.md b/stable/home-assistant/12.0.3/CONFIG.md similarity index 100% rename from stable/komga/4.0.12/CONFIG.md rename to stable/home-assistant/12.0.3/CONFIG.md diff --git a/stable/tt-rss/4.0.2/Chart.lock b/stable/home-assistant/12.0.3/Chart.lock similarity index 84% rename from stable/tt-rss/4.0.2/Chart.lock rename to stable/home-assistant/12.0.3/Chart.lock index 08ef3d4f186..bdc7eafc3ef 100644 --- a/stable/tt-rss/4.0.2/Chart.lock +++ b/stable/home-assistant/12.0.3/Chart.lock @@ -6,4 +6,4 @@ dependencies: repository: https://truecharts.org/ version: 6.0.3 digest: sha256:17837b38e937c9844a7343c7f77ef22df6ab3d6c35fa1694350d6679d652a948 -generated: "2021-11-18T22:09:41.576778528Z" +generated: "2021-11-22T21:03:32.865235645Z" diff --git a/stable/home-assistant/12.0.3/Chart.yaml b/stable/home-assistant/12.0.3/Chart.yaml new file mode 100644 index 00000000000..d667ade59ac --- /dev/null +++ b/stable/home-assistant/12.0.3/Chart.yaml @@ -0,0 +1,34 @@ +apiVersion: v2 +appVersion: "2021.11.5" +dependencies: +- name: common + repository: https://truecharts.org + version: 8.6.3 +- condition: postgresql.enabled + name: postgresql + repository: https://truecharts.org/ + version: 6.0.3 +deprecated: false +description: home-assistant App for TrueNAS SCALE +home: https://github.com/truecharts/apps/tree/master/charts/stable/home-assistant +icon: https://upload.wikimedia.org/wikipedia/commons/thumb/6/6e/Home_Assistant_Logo.svg/519px-Home_Assistant_Logo.svg.png +keywords: +- home-assistant +- hass +- homeassistant +kubeVersion: '>=1.16.0-0' +maintainers: +- email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: home-assistant +sources: +- https://github.com/home-assistant/home-assistant +- https://github.com/cdr/code-server +type: application +version: 12.0.3 +annotations: + truecharts.org/catagories: | + - home-automation + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/home-assistant/12.0.3/README.md b/stable/home-assistant/12.0.3/README.md new file mode 100644 index 00000000000..bec031e0636 --- /dev/null +++ b/stable/home-assistant/12.0.3/README.md @@ -0,0 +1,39 @@ +# Introduction + +home-assistant App for TrueNAS SCALE + +TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation. +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)** + +## Source Code + +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://truecharts.org/ | postgresql | 6.0.3 | +| https://truecharts.org | common | 8.6.3 | + +## Installing the Chart + +To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/03-Installing-an-App/). + +## Uninstalling the Chart + +To remove this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/07-Deleting-an-App/). + +## Support + +- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Open-Apps/) first. +- See the [Wiki](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) +--- +All Rights Reserved - The TrueCharts Project diff --git a/stable/home-assistant/12.0.3/app-readme.md b/stable/home-assistant/12.0.3/app-readme.md new file mode 100644 index 00000000000..3f7d1730309 --- /dev/null +++ b/stable/home-assistant/12.0.3/app-readme.md @@ -0,0 +1,3 @@ +home-assistant App for TrueNAS SCALE + +This App is supplied by TrueCharts, for more information please visit https://truecharts.org diff --git a/stable/babybuddy/5.0.1/charts/common-8.6.3.tgz b/stable/home-assistant/12.0.3/charts/common-8.6.3.tgz similarity index 100% rename from stable/babybuddy/5.0.1/charts/common-8.6.3.tgz rename to stable/home-assistant/12.0.3/charts/common-8.6.3.tgz diff --git a/stable/tt-rss/4.0.2/charts/postgresql-6.0.3.tgz b/stable/home-assistant/12.0.3/charts/postgresql-6.0.3.tgz similarity index 100% rename from stable/tt-rss/4.0.2/charts/postgresql-6.0.3.tgz rename to stable/home-assistant/12.0.3/charts/postgresql-6.0.3.tgz diff --git a/stable/home-assistant/12.0.3/helm-values.md b/stable/home-assistant/12.0.3/helm-values.md new file mode 100644 index 00000000000..1e4199e321f --- /dev/null +++ b/stable/home-assistant/12.0.3/helm-values.md @@ -0,0 +1,42 @@ +# Default Helm-Values + +TrueCharts is primarily build to supply TrueNAS SCALE Apps. +However, we also supply all Apps as standard Helm-Charts. In this document we aim to document the default values in our values.yaml file. + +Most of our Apps also consume our "common" Helm Chart. +If this is the case, this means that all values.yaml values are set to the common chart values.yaml by default. This values.yaml file will only contain values that deviate from the common chart. +You will, however, be able to use all values referenced in the common chart here, besides the values listed in this document. + +## Values + +| Key | Type | Default | Description | +|-----|------|---------|-------------| +| env.PUID | int | `568` | | +| git.deployKey | string | `""` | | +| git.deployKeyBase64 | string | `""` | | +| image.pullPolicy | string | `"IfNotPresent"` | | +| image.repository | string | `"ghcr.io/truecharts/home-assistant"` | | +| image.tag | string | `"v2021.11.5@sha256:f4a4f4c85e51e6c08b36329110c95be441f53ac998bc51bc16f5b26290f7f9ef"` | | +| influxdb.architecture | string | `"standalone"` | | +| influxdb.authEnabled | bool | `false` | | +| influxdb.database | string | `"home_assistant"` | | +| influxdb.enabled | bool | `false` | | +| influxdb.persistence.enabled | bool | `false` | | +| initContainers.init.command[0] | string | `"/config/init/init.sh"` | | +| initContainers.init.image | string | `"{{ .Values.image.repository }}:{{ .Values.image.tag }}"` | | +| initContainers.init.volumeMounts[0].mountPath | string | `"/config/init"` | | +| initContainers.init.volumeMounts[0].name | string | `"init"` | | +| initContainers.init.volumeMounts[1].mountPath | string | `"/config"` | | +| initContainers.init.volumeMounts[1].name | string | `"config"` | | +| persistence.config.enabled | bool | `true` | | +| persistence.config.mountPath | string | `"/config"` | | +| podSecurityContext.runAsGroup | int | `0` | | +| podSecurityContext.runAsUser | int | `0` | | +| postgresql | object | See values.yaml | Enable and configure postgresql database subchart under this key. For more options see [postgresql chart documentation](https://github.com/bitnami/charts/tree/master/bitnami/postgresql) | +| prometheus.serviceMonitor.enabled | bool | `false` | | +| securityContext.readOnlyRootFilesystem | bool | `false` | | +| securityContext.runAsNonRoot | bool | `false` | | +| service.main.ports.main.port | int | `8123` | | +| service.main.ports.main.targetPort | int | `8123` | | + +All Rights Reserved - The TrueCharts Project diff --git a/stable/home-assistant/12.0.3/ix_values.yaml b/stable/home-assistant/12.0.3/ix_values.yaml new file mode 100644 index 00000000000..7387e83f7c7 --- /dev/null +++ b/stable/home-assistant/12.0.3/ix_values.yaml @@ -0,0 +1,81 @@ +# Default values for Home Assistant + +image: + repository: ghcr.io/truecharts/home-assistant + pullPolicy: IfNotPresent + tag: v2021.11.5@sha256:f4a4f4c85e51e6c08b36329110c95be441f53ac998bc51bc16f5b26290f7f9ef + +env: + PUID: 568 + +securityContext: + readOnlyRootFilesystem: false + runAsNonRoot: false + +podSecurityContext: + runAsUser: 0 + runAsGroup: 0 + +service: + main: + ports: + main: + port: 8123 + targetPort: 8123 + +initContainers: + init: + image: "{{ .Values.image.repository }}:{{ .Values.image.tag }}" + command: ["/config/init/init.sh"] + volumeMounts: + - name: init + mountPath: "/config/init" + - name: config + mountPath: "/config" + +# # Enable devices to be discoverable +# hostNetwork: true + +# # When hostNetwork is true set dnsPolicy to ClusterFirstWithHostNet +# dnsPolicy: ClusterFirstWithHostNet + +# Allow access a Git repository by passing in a private SSH key +git: + # Raw SSH private key + deployKey: "" + # Base64-encoded SSH private key. When both variables are set, the raw SSH key takes precedence. + deployKeyBase64: "" + +# Enable a prometheus-operator servicemonitor +prometheus: + serviceMonitor: + enabled: false + # interval: 1m + # additionalLabels: {} + +persistence: + config: + enabled: true + mountPath: "/config" + + +# -- Enable and configure postgresql database subchart under this key. +# For more options see [postgresql chart documentation](https://github.com/bitnami/charts/tree/master/bitnami/postgresql) +# @default -- See values.yaml +postgresql: + enabled: true + postgresqlUsername: home-assistant + postgresqlDatabase: home-assistant + existingSecret: "dbcreds" + +# Enable influxdb +# ... for more options see https://github.com/bitnami/charts/tree/master/bitnami/influxdb +influxdb: + enabled: false + architecture: standalone + database: home_assistant + authEnabled: false + persistence: + enabled: false + # storageClass: "" + # diff --git a/stable/home-assistant/12.0.3/questions.yaml b/stable/home-assistant/12.0.3/questions.yaml new file mode 100644 index 00000000000..10f6829e3ed --- /dev/null +++ b/stable/home-assistant/12.0.3/questions.yaml @@ -0,0 +1,1861 @@ +groups: + - name: "Container Image" + description: "Image to be used for container" + - name: "Controller" + description: "Configure workload deployment" + - name: "Container Configuration" + description: "additional container configuration" + - 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: "Addons" + description: "Addon Configuration" + - name: "Advanced" + description: "Advanced Configuration" +portals: + web_portal: + protocols: + - "$kubernetes-resource_configmap_portal_protocol" + host: + - "$kubernetes-resource_configmap_portal_host" + ports: + - "$kubernetes-resource_configmap_portal_port" +questions: + - variable: portal + group: "Container Image" + label: "Configure Portal Button" + schema: + type: dict + hidden: true + attrs: + - variable: enabled + label: "Enable" + description: "enable the portal button" + schema: + hidden: true + editable: false + type: boolean + default: true + - variable: global + label: "global settings" + group: "Controller" + schema: + type: dict + hidden: true + attrs: + - variable: isSCALE + label: "flag this is SCALE" + schema: + type: boolean + default: true + hidden: true + - variable: controller + group: "Controller" + label: "" + schema: + type: dict + attrs: + - variable: advanced + label: "Show Advanced Controller Settings" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: type + description: "Please specify type of workload to deploy" + label: "(Advanced) Controller Type" + schema: + type: string + default: "deployment" + required: true + enum: + - value: "deployment" + description: "Deployment" + - value: "statefulset" + description: "Statefulset" + - value: "daemonset" + description: "Daemonset" + - variable: replicas + description: "Number of desired pod replicas" + label: "Desired Replicas" + schema: + type: int + default: 1 + required: true + - variable: strategy + description: "Please specify type of workload to deploy" + label: "(Advanced) Update Strategy" + schema: + type: string + default: "Recreate" + required: true + enum: + - value: "Recreate" + description: "Recreate: Kill existing pods before creating new ones" + - value: "RollingUpdate" + description: "RollingUpdate: Create new pods and then kill old ones" + - value: "OnDelete" + description: "(Legacy) OnDelete: ignore .spec.template changes" + - variable: expert + label: "Show Expert Configuration Options" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: extraArgs + label: "Extra Args" + schema: + type: list + default: [] + items: + - variable: argItem + label: "Arg" + schema: + type: dict + attrs: + - variable: name + label: "Name" + schema: + type: string + - variable: value + label: "Value" + schema: + type: string + - variable: labelsList + label: "Controller Labels" + schema: + type: list + default: [] + items: + - variable: labelItem + label: "Label" + schema: + type: dict + attrs: + - variable: name + label: "Name" + schema: + type: string + - variable: value + label: "Value" + schema: + type: string + - variable: annotationsList + label: " Controller Annotations" + schema: + type: list + default: [] + items: + - variable: annotationItem + label: "Label" + schema: + type: dict + attrs: + - variable: name + label: "Name" + schema: + type: string + - variable: value + label: "Value" + schema: + type: string + - variable: git + group: "Container Configuration" + label: "Home-Assistant Git Settings" + schema: + type: dict + attrs: + - variable: deployKey + label: "Git deploy key" + schema: + type: string + default: "" + - variable: deployKeyBase64 + label: "Git KeyBase64 deploy key" + schema: + type: string + default: "" + - variable: env + group: "Container Configuration" + label: "Image Environment" + schema: + type: dict + attrs: + - variable: TZ + label: "Timezone" + schema: + type: string + default: "Etc/UTC" + $ref: + - "definitions/timezone" + - variable: UMASK + label: "UMASK" + description: "Sets the UMASK env var for LinuxServer.io (compatible) containers" + schema: + type: string + default: "002" + - variable: PUID + label: "PUID" + description: "Sets the PUID env var for LinuxServer.io (compatible) containers" + schema: + type: int + default: 568 + + + - variable: envList + label: "Image environment" + group: "Container Configuration" + schema: + type: list + default: [] + items: + - variable: envItem + label: "Environment Variable" + schema: + type: dict + attrs: + - variable: name + label: "Name" + schema: + type: string + - variable: value + label: "Value" + schema: + type: string + + - variable: expertpodconf + group: "Container Configuration" + label: "Show Expert Config" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: termination + group: "Container Configuration" + label: "Termination settings" + schema: + type: dict + attrs: + - variable: gracePeriodSeconds + label: "Grace Period Seconds" + schema: + type: int + default: 10 + - variable: podLabelsList + group: "Container Configuration" + label: "Pod Labels" + schema: + type: list + default: [] + items: + - variable: podLabelItem + label: "Label" + schema: + type: dict + attrs: + - variable: name + label: "Name" + schema: + type: string + - variable: value + label: "Value" + schema: + type: string + + - variable: podAnnotationsList + group: "Container Configuration" + label: "Pod Annotations" + schema: + type: list + default: [] + items: + - variable: podAnnotationItem + label: "Label" + schema: + type: dict + attrs: + - variable: name + label: "Name" + schema: + type: string + - variable: value + label: "Value" + schema: + type: string + + - variable: service + group: "Networking and Services" + label: "Configure Service(s)" + schema: + type: dict + attrs: + - variable: main + label: "Main Service" + description: "The Primary service on which the healthcheck runs, often the webUI" + schema: + 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, nodePorts expose the container to the host node System, Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: "Simple" + enum: + - value: "Simple" + description: "Simple" + - value: "ClusterIP" + description: "ClusterIP" + - value: "NodePort" + description: "NodePort (Advanced)" + - value: "LoadBalancer" + description: "LoadBalancer (Advanced)" + - variable: loadBalancerIP + label: "LoadBalancer IP" + description: "LoadBalancerIP" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: externalIPs + label: "External IP's" + description: "External IP's" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: list + default: [] + items: + - variable: externalIP + label: "External IP" + schema: + type: string + - variable: ports + label: "Service's Port(s) Configuration" + schema: + type: dict + attrs: + - variable: main + label: "Main Service Port Configuration" + schema: + type: dict + attrs: + - variable: port + label: "Port" + description: "This port exposes the container port on the service" + schema: + type: int + default: 8123 + editable: true + required: true + - variable: advanced + label: "Show Advanced settings" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: protocol + label: "Port Type" + schema: + type: string + default: "HTTP" + enum: + - value: HTTP + description: "HTTP" + - value: "HTTPS" + description: "HTTPS" + - value: TCP + description: "TCP" + - value: "UDP" + description: "UDP" + - variable: nodePort + label: "Node Port (Optional)" + description: "This port gets exposed to the node. Only considered when service type is NodePort, Simple or LoadBalancer" + schema: + type: int + min: 9000 + max: 65535 + - variable: targetPort + label: "Target Port" + description: "The internal(!) port on the container the Application runs on" + schema: + type: int + default: 8123 + + - variable: serviceexpert + group: "Networking and Services" + label: "Show Expert Config" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hostNetwork + group: "Networking and Services" + label: "Host-Networking (Complicated)" + schema: + type: boolean + default: false + + - variable: dnsPolicy + group: "Networking and Services" + label: "dnsPolicy" + schema: + type: string + default: "" + enum: + - value: "" + description: "Default" + - value: "ClusterFirst" + description: "ClusterFirst" + - value: "ClusterFirstWithHostNet" + description: "ClusterFirstWithHostNet" + - value: "None" + description: "None" + + - variable: dnsConfig + label: "DNS Configuration" + group: "Networking and Services" + description: "Specify custom DNS configuration which will be applied to the pod" + schema: + type: dict + attrs: + - variable: nameservers + label: "Nameservers" + schema: + default: [] + type: list + items: + - variable: nameserver + label: "Nameserver" + schema: + type: string + - variable: options + label: "options" + schema: + default: [] + type: list + items: + - variable: option + label: "Option Entry" + schema: + type: dict + attrs: + - variable: name + label: "Name" + schema: + type: string + - variable: value + label: "Value" + schema: + type: string + - variable: searches + label: "Searches" + schema: + default: [] + type: list + items: + - variable: search + label: "Search Entry" + schema: + type: string + + - variable: serviceList + label: "Add Manual Custom Services" + group: "Networking and Services" + schema: + type: list + default: [] + items: + - variable: serviceListEntry + label: "Custom Service" + schema: + 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, nodePorts expose the container to the host node System, Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: "Simple" + enum: + - value: "Simple" + description: "Simple" + - value: "NodePort" + description: "NodePort" + - value: "ClusterIP" + description: "ClusterIP" + - value: "LoadBalancer" + description: "LoadBalancer" + - variable: loadBalancerIP + label: "LoadBalancer IP" + description: "LoadBalancerIP" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: externalIPs + label: "External IP's" + description: "External IP's" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: list + default: [] + items: + - variable: externalIP + label: "External IP" + schema: + type: string + - variable: portsList + label: "Additional Service Ports" + schema: + type: list + default: [] + items: + - variable: portsListEntry + label: "Custom ports" + schema: + 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: nodePort + label: "Node Port (Optional)" + description: "This port gets exposed to the node. Only considered when service type is NodePort" + schema: + type: int + min: 9000 + max: 65535 + + - variable: persistence + label: "Integrated Persistent Storage" + description: "Integrated Persistent Storage" + group: "Storage and Persistence" + schema: + type: dict + attrs: + - variable: config + label: "App Config Storage" + description: "Stores the Application Configuration." + schema: + 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: "simplePVC" + enum: + - value: "simplePVC" + description: "PVC (simple)" + - value: "simpleHP" + description: "HostPath (simple)" + - value: "emptyDir" + description: "emptyDir" + - value: "pvc" + description: "pvc" + - value: "hostPath" + description: "hostPath" + - variable: setPermissionsSimple + label: "Automatic Permissions" + description: "Automatically set permissions on install" + schema: + show_if: [["type", "=", "simpleHP"]] + type: boolean + default: true + - variable: setPermissions + label: "Automatic Permissions" + description: "Automatically set permissions on install" + schema: + show_if: [["type", "=", "hostPath"]] + type: boolean + default: true + - variable: readOnly + label: "readOnly" + schema: + type: boolean + default: false + - variable: hostPathSimple + label: "hostPath" + description: "Path inside the container the storage is mounted" + schema: + show_if: [["type", "=", "simpleHP"]] + type: hostpath + - variable: hostPath + label: "hostPath" + description: "Path inside the container the storage is mounted" + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - variable: mountPath + label: "mountPath" + description: "Path inside the container the storage is mounted" + schema: + type: string + default: "/config" + hidden: 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: "999Gi" + - variable: hostPathType + label: "(Advanced) hostPath Type" + schema: + show_if: [["type", "=", "hostPath"]] + type: string + default: "" + enum: + - value: "" + description: "Default" + - value: "DirectoryOrCreate" + description: "DirectoryOrCreate" + - value: "Directory" + description: "Directory" + - value: "FileOrCreate" + description: "FileOrCreate" + - value: "File" + description: "File" + - value: "Socket" + description: "Socket" + - value: "CharDevice" + description: "CharDevice" + - value: "BlockDevice" + description: "BlockDevice" + - variable: storageClass + label: "(Advanced) storageClass" + description: "Warning: Anything other than SCALE-ZFS or empty will break rollback!" + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "SCALE-ZFS" + - variable: accessMode + label: "(Advanced) Access Mode" + description: "Allow or disallow multiple PVC's writhing to the same PV" + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "ReadWriteOnce" + enum: + - value: "ReadWriteOnce" + description: "ReadWriteOnce" + - value: "ReadOnlyMany" + description: "ReadOnlyMany" + - value: "ReadWriteMany" + description: "ReadWriteMany" + - variable: advanced + label: "Show Advanced Options" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: labelsList + label: "Labels" + schema: + type: list + default: [] + items: + - variable: labelItem + label: "Label" + schema: + type: dict + attrs: + - variable: name + label: "Name" + schema: + type: string + - variable: value + label: "Value" + schema: + type: string + - variable: annotationsList + label: "Annotations" + schema: + type: list + default: [] + items: + - variable: annotationItem + label: "Label" + schema: + type: dict + attrs: + - variable: name + label: "Name" + schema: + type: string + - variable: value + label: "Value" + schema: + type: string + - variable: persistenceList + label: "Additional app storage" + group: "Storage and Persistence" + schema: + type: list + default: [] + items: + - variable: persistenceListEntry + label: "Custom Storage" + schema: + type: dict + attrs: + - variable: enabled + label: "Enable the storage" + schema: + type: boolean + default: true + hidden: true + - variable: name + label: "Name (optional)" + description: "Not required, please set to config when mounting /config or temp when mounting /tmp" + schema: + type: string + - variable: type + label: "Type of Storage" + description: "Sets the persistence type, Anything other than PVC could break rollback!" + schema: + type: string + default: "simpleHP" + enum: + - value: "simplePVC" + description: "PVC (simple)" + - value: "simpleHP" + description: "HostPath (simple)" + - value: "emptyDir" + description: "emptyDir" + - value: "pvc" + description: "pvc" + - value: "hostPath" + description: "hostPath" + - variable: setPermissionsSimple + label: "Automatic Permissions" + description: "Automatically set permissions on install" + schema: + show_if: [["type", "=", "simpleHP"]] + type: boolean + default: true + - variable: setPermissions + label: "Automatic Permissions" + description: "Automatically set permissions on install" + schema: + show_if: [["type", "=", "hostPath"]] + type: boolean + default: true + - variable: readOnly + label: "readOnly" + schema: + type: boolean + default: false + - variable: hostPathSimple + label: "hostPath" + description: "Path inside the container the storage is mounted" + schema: + show_if: [["type", "=", "simpleHP"]] + type: hostpath + - variable: hostPath + label: "hostPath" + description: "Path inside the container the storage is mounted" + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - variable: mountPath + label: "mountPath" + 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: "999Gi" + - variable: hostPathType + label: "(Advanced) hostPath Type" + schema: + show_if: [["type", "=", "hostPath"]] + type: string + default: "" + enum: + - value: "" + description: "Default" + - value: "DirectoryOrCreate" + description: "DirectoryOrCreate" + - value: "Directory" + description: "Directory" + - value: "FileOrCreate" + description: "FileOrCreate" + - value: "File" + description: "File" + - value: "Socket" + description: "Socket" + - value: "CharDevice" + description: "CharDevice" + - value: "BlockDevice" + description: "BlockDevice" + - variable: storageClass + label: "(Advanced) storageClass" + description: "Warning: Anything other than SCALE-ZFS or empty will break rollback!" + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "SCALE-ZFS" + - variable: accessMode + label: "(Advanced) Access Mode" + description: "Allow or disallow multiple PVC's writhing to the same PV" + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "ReadWriteOnce" + enum: + - value: "ReadWriteOnce" + description: "ReadWriteOnce" + - value: "ReadOnlyMany" + description: "ReadOnlyMany" + - value: "ReadWriteMany" + description: "ReadWriteMany" + - variable: advanced + label: "Show Advanced Options" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: labelsList + label: "Labels" + schema: + type: list + default: [] + items: + - variable: labelItem + label: "Label" + schema: + type: dict + attrs: + - variable: name + label: "Name" + schema: + type: string + - variable: value + label: "Value" + schema: + type: string + - variable: annotationsList + label: "Annotations" + schema: + type: list + default: [] + items: + - variable: annotationItem + label: "Label" + schema: + type: dict + attrs: + - variable: name + label: "Name" + schema: + type: string + - variable: value + label: "Value" + schema: + type: string + + - variable: ingress + label: "" + group: "Ingress" + schema: + type: dict + attrs: + - variable: main + label: "Main Ingress" + schema: + 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: + 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: + type: dict + attrs: + - variable: path + label: "path" + schema: + type: string + required: true + default: "/" + - variable: pathType + label: "pathType" + schema: + type: string + required: true + default: "Prefix" + + - variable: tls + label: "TLS-Settings" + schema: + type: list + default: [] + items: + - variable: tlsEntry + label: "Host" + schema: + type: dict + attrs: + - variable: hosts + label: "Certificate Hosts" + schema: + type: list + default: [] + items: + - variable: host + label: "Host" + schema: + type: string + default: "" + required: true + - variable: scaleCert + label: "Select TrueNAS SCALE Certificate" + schema: + type: int + $ref: + - "definitions/certificate" + + - variable: entrypoint + label: "(Advanced) 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: expert + label: "Show Expert Configuration Options" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: enableFixedMiddlewares + description: "These middlewares enforce a number of best practices." + label: "Enable Default Middlewares" + schema: + type: boolean + default: true + - variable: ingressClassName + label: "IngressClass Name" + schema: + type: string + default: "" + - variable: labelsList + label: "Labels" + schema: + type: list + default: [] + items: + - variable: labelItem + label: "Label" + schema: + type: dict + attrs: + - variable: name + label: "Name" + schema: + type: string + - variable: value + label: "Value" + schema: + type: string + - variable: annotationsList + label: "Annotations" + schema: + type: list + default: [] + items: + - variable: annotationItem + label: "Label" + schema: + type: dict + attrs: + - variable: name + label: "Name" + schema: + type: string + - variable: value + label: "Value" + schema: + type: string + + - variable: ingressList + label: "Add Manual Custom Ingresses" + group: "Ingress" + schema: + type: list + default: [] + items: + - variable: ingressListEntry + label: "Custom Ingress" + schema: + 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: labelsList + label: "Labels" + schema: + type: list + default: [] + items: + - variable: labelItem + label: "Label" + schema: + type: dict + attrs: + - variable: name + label: "Name" + schema: + type: string + - variable: value + label: "Value" + schema: + type: string + - variable: annotationsList + label: "Annotations" + schema: + type: list + default: [] + items: + - variable: annotationItem + label: "Label" + schema: + type: dict + attrs: + - variable: name + label: "Name" + schema: + type: string + - variable: value + label: "Value" + schema: + type: string + - variable: hosts + label: "Hosts" + schema: + type: list + default: [] + items: + - variable: hostEntry + label: "Host" + schema: + 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: + type: dict + attrs: + - variable: path + label: "path" + schema: + type: string + required: true + default: "/" + - variable: pathType + label: "pathType" + schema: + type: string + required: true + default: "Prefix" + - variable: service + label: "Linked Service" + schema: + type: dict + attrs: + - variable: name + label: "Service Name" + schema: + type: string + default: "" + - variable: port + label: "Service Port" + schema: + type: int + - variable: tls + label: "TLS-Settings" + schema: + type: list + default: [] + items: + - variable: tlsEntry + label: "Host" + schema: + type: dict + attrs: + - variable: hosts + label: "Certificate Hosts" + schema: + type: list + default: [] + items: + - variable: host + label: "Host" + schema: + type: string + default: "" + required: true + - variable: scaleCert + label: "Select TrueNAS SCALE Certificate" + schema: + type: int + $ref: + - "definitions/certificate" + - 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: advancedSecurity + label: "Show Advanced Security Settings" + group: "Security and Permissions" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: securityContext + label: "Security Context" + schema: + type: dict + attrs: + - variable: privileged + label: "Privileged mode" + schema: + type: boolean + default: false + - variable: readOnlyRootFilesystem + label: "ReadOnly Root Filesystem" + schema: + type: boolean + default: false + - variable: allowPrivilegeEscalation + label: "Allow Privilege Escalation" + schema: + type: boolean + default: false + - variable: runAsNonRoot + label: "runAsNonRoot" + schema: + type: boolean + default: false + + - variable: podSecurityContext + group: "Security and Permissions" + label: "Pod Security Context" + schema: + type: dict + attrs: + - 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 this App of the user running the application" + schema: + type: int + default: 0 + - variable: fsGroup + label: "fsGroup" + description: "The group that should own ALL storage." + schema: + type: int + default: 568 + - variable: supplementalGroups + label: "supplemental Groups" + schema: + type: list + default: [] + items: + - variable: supplementalGroupsEntry + label: "supplemental Group" + schema: + type: int + - variable: fsGroupChangePolicy + label: "When should we take ownership?" + schema: + type: string + default: "OnRootMismatch" + enum: + - value: "OnRootMismatch" + description: "OnRootMismatch" + - value: "Always" + description: "Always" + + + - variable: advancedresources + label: "Set Custom Resource Limits/Requests (Advanced)" + group: "Resources and Devices" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: resources + label: "" + schema: + type: dict + attrs: + - variable: limits + label: "Advanced Limit Resource Consumption" + schema: + type: dict + attrs: + - variable: cpu + label: "CPU" + schema: + type: string + default: "4000m" + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: "Memory RAM" + schema: + type: string + default: "8Gi" + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' + - variable: requests + label: "Advanced Request minimum resources required" + schema: + type: dict + attrs: + - variable: cpu + label: "CPU" + schema: + type: string + default: "10m" + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: "Memory RAM" + schema: + type: string + default: "50Mi" + 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: + 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: "hostPath" + 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" + + # Specify GPU configuration + - variable: scaleGPU + label: "GPU Configuration" + group: "Resources and Devices" + schema: + type: dict + $ref: + - "definitions/gpuConfiguration" + attrs: [] + + - variable: autoscaling + group: "Advanced" + label: "(Advanced) Horizontal Pod Autoscaler" + schema: + type: dict + attrs: + - 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: addons + group: "Addons" + label: "" + schema: + type: dict + attrs: + - variable: vpn + label: "VPN" + schema: + type: dict + attrs: + - variable: type + label: "Type" + schema: + type: string + default: "disabled" + enum: + - value: "disabled" + description: "disabled" + - value: "openvpn" + description: "OpenVPN" + - value: "wireguard" + description: "Wireguard" + - variable: openvpn + label: "OpenVPN Settings" + schema: + type: dict + show_if: [["type", "=", "openvpn"]] + attrs: + - variable: username + label: "authentication username" + description: "authentication username, optional" + schema: + type: string + default: "" + - variable: password + label: "authentication password" + description: "authentication credentials" + schema: + type: string + default: "" + required: true + - 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 ipv4 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: dict + show_if: [["type", "!=", "disabled"]] + attrs: + - variable: enabled + label: "enabled" + schema: + type: boolean + default: true + hidden: true + - variable: type + label: "type" + schema: + type: string + default: "hostPath" + hidden: true + - variable: hostPathType + label: "hostPathType" + schema: + type: string + default: "File" + hidden: true + - variable: noMount + label: "noMount" + schema: + type: boolean + default: true + hidden: true + - variable: hostPath + label: "Full path to file" + description: "path to your local VPN config file for example: /mnt/tank/vpn.conf or /mnt/tank/vpn.ovpn" + schema: + type: string + default: "" + required: true + - variable: envList + label: "VPN environment Variables" + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: "Environment Variable" + schema: + type: dict + attrs: + - variable: name + label: "Name" + schema: + type: string + required: true + - variable: value + label: "Value" + schema: + type: string + required: true + + - variable: codeserver + label: "Codeserver" + schema: + type: dict + attrs: + - variable: enabled + label: "enabled" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: git + label: "Git Settings" + schema: + type: dict + attrs: + - variable: deployKey + description: "Raw SSH private key" + label: "deployKey" + schema: + type: string + - variable: deployKeyBase64 + description: "Base64-encoded SSH private key. When both variables are set, the raw SSH key takes precedence" + label: "deployKeyBase64" + schema: + type: string + - variable: service + label: "" + schema: + type: dict + attrs: + - variable: type + label: "Service Type" + description: "ClusterIP's are only internally available, nodePorts expose the container to the host node System, Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: "NodePort" + enum: + - value: "NodePort" + description: "NodePort" + - value: "ClusterIP" + description: "ClusterIP" + - value: "LoadBalancer" + description: "LoadBalancer" + - variable: loadBalancerIP + label: "LoadBalancer IP" + description: "LoadBalancerIP" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: externalIPs + label: "External IP's" + description: "External IP's" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: list + default: [] + items: + - variable: externalIP + label: "External IP" + schema: + type: string + - variable: ports + label: "" + schema: + type: dict + attrs: + - variable: codeserver + label: "" + schema: + type: dict + attrs: + - variable: nodePort + description: "leave empty to disable" + label: "nodePort" + schema: + type: int + default: 36107 + - variable: envList + label: "Codeserver environment Variables" + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: "Environment Variable" + schema: + type: dict + attrs: + - variable: name + label: "Name" + schema: + type: string + required: true + - variable: value + label: "Value" + schema: + type: string + required: true + + + - variable: promtail + label: "Promtail" + schema: + type: dict + attrs: + - variable: enabled + label: "enabled" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: loki + label: "Loki URL" + schema: + type: string + required: true + - variable: logs + label: "Log Paths" + schema: + type: dict + attrs: + - variable: name + label: "Name" + schema: + type: string + required: true + - variable: path + label: "Path" + schema: + type: string + required: true + - variable: args + label: "Promtail ecommand line arguments" + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: arg + label: "Arg" + schema: + type: string + required: true + - variable: envList + label: "Promtail environment Variables" + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: "Environment Variable" + schema: + 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: + 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: + type: dict + attrs: + - variable: name + label: "Name" + schema: + type: string + required: true + - variable: value + label: "Value" + schema: + type: string + required: true diff --git a/stable/home-assistant/12.0.3/templates/_configmap.tpl b/stable/home-assistant/12.0.3/templates/_configmap.tpl new file mode 100644 index 00000000000..086c40af678 --- /dev/null +++ b/stable/home-assistant/12.0.3/templates/_configmap.tpl @@ -0,0 +1,90 @@ +{{/* Define the configmap */}} +{{- define "hass.configmap" -}} +--- +apiVersion: v1 +kind: ConfigMap +metadata: + name: {{ include "common.names.fullname" . }}-init +data: + init.sh: |- + #!/bin/sh + if test -f "/config/configuration.yaml"; then + echo "configuration.yaml exists." + if grep -q recorder: "/config/configuration.yaml"; then + echo "configuration.yaml already contains recorder" + else + cat /config/init/recorder.default >> /config/configuration.yaml + fi + if grep -q http: "/config/configuration.yaml"; then + echo "configuration.yaml already contains http section" + else + cat /config/init/http.default >> /config/configuration.yaml + fi + else + echo "configuration.yaml does NOT exist." + cp /config/init/configuration.yaml.default /config/configuration.yaml + cat /config/init/recorder.default >> /config/configuration.yaml + cat /config/init/http.default >> /config/configuration.yaml + fi + + echo "Creating include files..." + for include_file in groups.yaml automations.yaml scripts.yaml scenes.yaml; do + if test -f "/config/$include_file"; then + echo "$include_file exists." + else + echo "$include_file does NOT exist." + touch "/config/$include_file" + fi + done + + cd "/config" || echo "Could not change path to /config" + echo "Creating custom_components directory..." + mkdir "/config/custom_components" || echo "custom_components directory already exists" + + echo "Changing to the custom_components directory..." + cd "/config/custom_components" || echo "Could not change path to /config/custom_components" + + echo "Downloading HACS" + wget "https://github.com/hacs/integration/releases/latest/download/hacs.zip" || exit 0 + + if [ -d "/config/custom_components/hacs" ]; then + echo "HACS directory already exist, cleaning up..." + rm -R "/config/custom_components/hacs" + fi + + echo "Creating HACS directory..." + mkdir "/config/custom_components/hacs" + + echo "Unpacking HACS..." + unzip "/config/custom_components/hacs.zip" -d "/config/custom_components/hacs" >/dev/null 2>&1 + + echo "Removing HACS zip file..." + rm "/config/custom_components/hacs.zip" + echo "Installation complete." + + configuration.yaml.default: |- + # Configure a default setup of Home Assistant (frontend, api, etc) + default_config: + + # Text to speech + tts: + - platform: google_translate + + group: !include groups.yaml + automation: !include automations.yaml + script: !include scripts.yaml + scene: !include scenes.yaml + recorder.default: |- + + recorder: + purge_keep_days: 30 + commit_interval: 3 + db_url: {{ ( printf "%s?client_encoding=utf8" ( .Values.postgresql.url.complete | trimAll "\"" ) ) | quote }} + http.default: |- + + http: + use_x_forwarded_for: true + trusted_proxies: + - 172.16.0.0/16 + +{{- end -}} diff --git a/stable/home-assistant/12.0.3/templates/common.yaml b/stable/home-assistant/12.0.3/templates/common.yaml new file mode 100644 index 00000000000..0cc42ff47ee --- /dev/null +++ b/stable/home-assistant/12.0.3/templates/common.yaml @@ -0,0 +1,22 @@ +{{/* Make sure all variables are set properly */}} +{{- include "common.setup" . }} + +{{/* Render configmap for hass */}} +{{- include "hass.configmap" . }} + +{{/* Append the general secret volumes to the volumes */}} +{{- define "hass.initvolume" -}} +enabled: "true" +mountPath: "/config/init" +readOnly: true +type: "custom" +volumeSpec: + configMap: + name: {{ include "common.names.fullname" . }}-init + defaultMode: 0777 +{{- end -}} + +{{- $_ := set .Values.persistence "init" (include "hass.initvolume" . | fromYaml) -}} + +{{/* Render the templates */}} +{{ include "common.postSetup" . }} diff --git a/stable/home-assistant/12.0.3/templates/secret.yaml b/stable/home-assistant/12.0.3/templates/secret.yaml new file mode 100644 index 00000000000..19f769cf59b --- /dev/null +++ b/stable/home-assistant/12.0.3/templates/secret.yaml @@ -0,0 +1,15 @@ +{{- if or .Values.git.deployKey .Values.git.deployKeyBase64 }} +apiVersion: v1 +kind: Secret +metadata: + name: {{ template "common.names.fullname" . }}-deploykey + labels: + {{- include "common.labels" . | nindent 4 }} +type: Opaque +data: + {{- if .Values.git.deployKey }} + id_rsa: {{ .Values.git.deployKey | b64enc | quote }} + {{- else }} + id_rsa: {{ .Values.git.deployKeyBase64 | quote }} + {{- end }} +{{- end }} diff --git a/stable/komga/4.0.12/values.yaml b/stable/home-assistant/12.0.3/values.yaml similarity index 100% rename from stable/komga/4.0.12/values.yaml rename to stable/home-assistant/12.0.3/values.yaml diff --git a/stable/jackett/9.0.20/Chart.lock b/stable/jackett/9.0.20/Chart.lock deleted file mode 100644 index b8590478f2a..00000000000 --- a/stable/jackett/9.0.20/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org - version: 8.6.3 -digest: sha256:9d695d9ecf86a5131e60cd13963618e0bbe6fa61a94250c4e95f7f377273947f -generated: "2021-11-18T22:05:15.964112748Z" diff --git a/stable/jackett/9.0.20/CHANGELOG.md b/stable/jackett/9.0.21/CHANGELOG.md similarity index 88% rename from stable/jackett/9.0.20/CHANGELOG.md rename to stable/jackett/9.0.21/CHANGELOG.md index f9294b359bc..a4f3c7109cc 100644 --- a/stable/jackett/9.0.20/CHANGELOG.md +++ b/stable/jackett/9.0.21/CHANGELOG.md @@ -1,6 +1,19 @@ # Changelog
+ +### [jackett-9.0.21](https://github.com/truecharts/apps/compare/jackett-9.0.20...jackett-9.0.21) (2021-11-22) + +#### Chore + +* update non-major ([#1380](https://github.com/truecharts/apps/issues/1380)) + +#### Fix + +* Default enable all services ([#1361](https://github.com/truecharts/apps/issues/1361)) + + + ### [jackett-9.0.20](https://github.com/truecharts/apps/compare/jackett-9.0.19...jackett-9.0.20) (2021-11-18) @@ -84,16 +97,3 @@ ### [jackett-9.0.12](https://github.com/truecharts/apps/compare/jackett-9.0.11...jackett-9.0.12) (2021-11-07) -#### Chore - -* update non-major deps helm releases ([#1295](https://github.com/truecharts/apps/issues/1295)) - - - - -### [jackett-9.0.11](https://github.com/truecharts/apps/compare/jackett-9.0.10...jackett-9.0.11) (2021-11-07) - -#### Chore - -* update non-major ([#1270](https://github.com/truecharts/apps/issues/1270)) - diff --git a/stable/littlelink/4.0.14/CONFIG.md b/stable/jackett/9.0.21/CONFIG.md similarity index 100% rename from stable/littlelink/4.0.14/CONFIG.md rename to stable/jackett/9.0.21/CONFIG.md diff --git a/stable/jackett/9.0.21/Chart.lock b/stable/jackett/9.0.21/Chart.lock new file mode 100644 index 00000000000..775ff25c75f --- /dev/null +++ b/stable/jackett/9.0.21/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org + version: 8.6.3 +digest: sha256:9d695d9ecf86a5131e60cd13963618e0bbe6fa61a94250c4e95f7f377273947f +generated: "2021-11-22T21:04:09.272039418Z" diff --git a/stable/jackett/9.0.20/Chart.yaml b/stable/jackett/9.0.21/Chart.yaml similarity index 94% rename from stable/jackett/9.0.20/Chart.yaml rename to stable/jackett/9.0.21/Chart.yaml index 422c2c8d9c1..05f8076d1d1 100644 --- a/stable/jackett/9.0.20/Chart.yaml +++ b/stable/jackett/9.0.21/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: "0.20.36" +appVersion: "0.20.53" dependencies: - name: common repository: https://truecharts.org @@ -21,7 +21,7 @@ name: jackett sources: - https://github.com/Jackett/Jackett type: application -version: 9.0.20 +version: 9.0.21 annotations: truecharts.org/catagories: | - media diff --git a/stable/jackett/9.0.20/README.md b/stable/jackett/9.0.21/README.md similarity index 100% rename from stable/jackett/9.0.20/README.md rename to stable/jackett/9.0.21/README.md diff --git a/stable/jackett/9.0.20/app-readme.md b/stable/jackett/9.0.21/app-readme.md similarity index 100% rename from stable/jackett/9.0.20/app-readme.md rename to stable/jackett/9.0.21/app-readme.md diff --git a/stable/bazarr/9.0.11/charts/common-8.6.3.tgz b/stable/jackett/9.0.21/charts/common-8.6.3.tgz similarity index 100% rename from stable/bazarr/9.0.11/charts/common-8.6.3.tgz rename to stable/jackett/9.0.21/charts/common-8.6.3.tgz diff --git a/stable/jackett/9.0.20/helm-values.md b/stable/jackett/9.0.21/helm-values.md similarity index 89% rename from stable/jackett/9.0.20/helm-values.md rename to stable/jackett/9.0.21/helm-values.md index 15fd6f52366..4371292146a 100644 --- a/stable/jackett/9.0.20/helm-values.md +++ b/stable/jackett/9.0.21/helm-values.md @@ -14,14 +14,13 @@ You will, however, be able to use all values referenced in the common chart here | env | object | `{}` | | | image.pullPolicy | string | `"IfNotPresent"` | | | image.repository | string | `"ghcr.io/k8s-at-home/jackett"` | | -| image.tag | string | `"v0.20.36@sha256:7dad2a3a0d4ca0156ab0aa2a718765455ea815bfcdd301348c047d477080a476"` | | +| image.tag | string | `"v0.20.53@sha256:6f82922f155dfd72b23e1ce9ec84de8bbc2a12a362bfbd62d81bc3c3f58ac515"` | | | persistence.config.enabled | bool | `true` | | | persistence.config.mountPath | string | `"/config"` | | | probes.liveness.path | string | `"/UI/Login"` | | | probes.readiness.path | string | `"/UI/Login"` | | | probes.startup.path | string | `"/UI/Login"` | | | securityContext.readOnlyRootFilesystem | bool | `false` | | -| service.main.enabled | bool | `true` | | | service.main.ports.main.port | int | `9117` | | | service.main.ports.main.targetPort | int | `9117` | | | service.main.protocol | string | `"HTTP"` | | diff --git a/stable/jackett/9.0.20/ix_values.yaml b/stable/jackett/9.0.21/ix_values.yaml similarity index 81% rename from stable/jackett/9.0.20/ix_values.yaml rename to stable/jackett/9.0.21/ix_values.yaml index 68e90392778..fe1277267e9 100644 --- a/stable/jackett/9.0.20/ix_values.yaml +++ b/stable/jackett/9.0.21/ix_values.yaml @@ -3,14 +3,13 @@ image: repository: ghcr.io/k8s-at-home/jackett pullPolicy: IfNotPresent - tag: v0.20.36@sha256:7dad2a3a0d4ca0156ab0aa2a718765455ea815bfcdd301348c047d477080a476 + tag: v0.20.53@sha256:6f82922f155dfd72b23e1ce9ec84de8bbc2a12a362bfbd62d81bc3c3f58ac515 securityContext: readOnlyRootFilesystem: false service: main: - enabled: true protocol: "HTTP" ports: main: diff --git a/stable/jackett/9.0.20/questions.yaml b/stable/jackett/9.0.21/questions.yaml similarity index 100% rename from stable/jackett/9.0.20/questions.yaml rename to stable/jackett/9.0.21/questions.yaml diff --git a/stable/komga/4.0.12/templates/common.yaml b/stable/jackett/9.0.21/templates/common.yaml similarity index 100% rename from stable/komga/4.0.12/templates/common.yaml rename to stable/jackett/9.0.21/templates/common.yaml diff --git a/stable/littlelink/4.0.14/values.yaml b/stable/jackett/9.0.21/values.yaml similarity index 100% rename from stable/littlelink/4.0.14/values.yaml rename to stable/jackett/9.0.21/values.yaml diff --git a/stable/komga/4.0.12/Chart.lock b/stable/komga/4.0.12/Chart.lock deleted file mode 100644 index 884bfca9bbc..00000000000 --- a/stable/komga/4.0.12/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org - version: 8.6.3 -digest: sha256:9d695d9ecf86a5131e60cd13963618e0bbe6fa61a94250c4e95f7f377273947f -generated: "2021-11-16T22:20:24.931074453Z" diff --git a/stable/komga/4.0.12/CHANGELOG.md b/stable/komga/4.0.13/CHANGELOG.md similarity index 92% rename from stable/komga/4.0.12/CHANGELOG.md rename to stable/komga/4.0.13/CHANGELOG.md index 8a1ed6a680b..4699952b205 100644 --- a/stable/komga/4.0.12/CHANGELOG.md +++ b/stable/komga/4.0.13/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [komga-4.0.13](https://github.com/truecharts/apps/compare/komga-4.0.12...komga-4.0.13) (2021-11-22) + +#### Chore + +* update non-major ([#1380](https://github.com/truecharts/apps/issues/1380)) + + + ### [komga-4.0.12](https://github.com/truecharts/apps/compare/komga-4.0.11...komga-4.0.12) (2021-11-16) @@ -88,12 +97,3 @@ * Simplify the Services GUI ([#1290](https://github.com/truecharts/apps/issues/1290)) -#### Fix - -* prevent duplicate port use and fix some questions.yaml mistakes - - - - -### [komga-4.0.4](https://github.com/truecharts/apps/compare/komga-4.0.3...komga-4.0.4) (2021-11-02) - diff --git a/stable/logitech-media-server/2.0.14/CONFIG.md b/stable/komga/4.0.13/CONFIG.md similarity index 100% rename from stable/logitech-media-server/2.0.14/CONFIG.md rename to stable/komga/4.0.13/CONFIG.md diff --git a/stable/heimdall/9.0.12/Chart.lock b/stable/komga/4.0.13/Chart.lock similarity index 79% rename from stable/heimdall/9.0.12/Chart.lock rename to stable/komga/4.0.13/Chart.lock index 30f291175ce..c4311731932 100644 --- a/stable/heimdall/9.0.12/Chart.lock +++ b/stable/komga/4.0.13/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org version: 8.6.3 digest: sha256:9d695d9ecf86a5131e60cd13963618e0bbe6fa61a94250c4e95f7f377273947f -generated: "2021-11-16T22:15:24.89196801Z" +generated: "2021-11-22T21:04:37.59126674Z" diff --git a/stable/komga/4.0.12/Chart.yaml b/stable/komga/4.0.13/Chart.yaml similarity index 94% rename from stable/komga/4.0.12/Chart.yaml rename to stable/komga/4.0.13/Chart.yaml index 27fc7923ecd..c9fd8088c30 100644 --- a/stable/komga/4.0.12/Chart.yaml +++ b/stable/komga/4.0.13/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: "0.132.2" +appVersion: "0.132.3" dependencies: - name: common repository: https://truecharts.org @@ -21,7 +21,7 @@ name: komga sources: - https://komga.org/ - https://github.com/gotson/komga -version: 4.0.12 +version: 4.0.13 annotations: truecharts.org/catagories: | - media diff --git a/stable/komga/4.0.12/README.md b/stable/komga/4.0.13/README.md similarity index 100% rename from stable/komga/4.0.12/README.md rename to stable/komga/4.0.13/README.md diff --git a/stable/komga/4.0.12/app-readme.md b/stable/komga/4.0.13/app-readme.md similarity index 100% rename from stable/komga/4.0.12/app-readme.md rename to stable/komga/4.0.13/app-readme.md diff --git a/stable/custom-app/3.0.17/charts/common-8.6.3.tgz b/stable/komga/4.0.13/charts/common-8.6.3.tgz similarity index 100% rename from stable/custom-app/3.0.17/charts/common-8.6.3.tgz rename to stable/komga/4.0.13/charts/common-8.6.3.tgz diff --git a/stable/komga/4.0.12/helm-values.md b/stable/komga/4.0.13/helm-values.md similarity index 91% rename from stable/komga/4.0.12/helm-values.md rename to stable/komga/4.0.13/helm-values.md index f48ab2410f5..dc92c2d7641 100644 --- a/stable/komga/4.0.12/helm-values.md +++ b/stable/komga/4.0.13/helm-values.md @@ -14,7 +14,7 @@ You will, however, be able to use all values referenced in the common chart here | env | object | See below | environment variables. See more environment variables in the [komga documentation](https://komga.org/installation/configuration.html#optional-configuration). | | image.pullPolicy | string | `"IfNotPresent"` | image pull policy | | image.repository | string | `"ghcr.io/truecharts/komga"` | image repository | -| image.tag | string | `"v0.132.2@sha256:108ef3b20dcc287000b976fa7db9d1469cef95da557b93792df91859a099be71"` | image tag | +| image.tag | string | `"v0.132.3@sha256:9aa69be8e6a77447f1c7b787c7667d9bb51f076942cb1eda1195bcac640b3416"` | image tag | | persistence | object | See values.yaml | Configure persistence settings for the chart under this key. | | service | object | See values.yaml | Configures service settings for the chart. | diff --git a/stable/komga/4.0.12/ix_values.yaml b/stable/komga/4.0.13/ix_values.yaml similarity index 91% rename from stable/komga/4.0.12/ix_values.yaml rename to stable/komga/4.0.13/ix_values.yaml index b5aabf2c62d..7b06b7e2a6a 100644 --- a/stable/komga/4.0.12/ix_values.yaml +++ b/stable/komga/4.0.13/ix_values.yaml @@ -9,7 +9,7 @@ image: # -- image repository repository: ghcr.io/truecharts/komga # -- image tag - tag: v0.132.2@sha256:108ef3b20dcc287000b976fa7db9d1469cef95da557b93792df91859a099be71 + tag: v0.132.3@sha256:9aa69be8e6a77447f1c7b787c7667d9bb51f076942cb1eda1195bcac640b3416 # -- image pull policy pullPolicy: IfNotPresent diff --git a/stable/komga/4.0.12/questions.yaml b/stable/komga/4.0.13/questions.yaml similarity index 100% rename from stable/komga/4.0.12/questions.yaml rename to stable/komga/4.0.13/questions.yaml diff --git a/stable/logitech-media-server/2.0.14/templates/common.yaml b/stable/komga/4.0.13/templates/common.yaml similarity index 100% rename from stable/logitech-media-server/2.0.14/templates/common.yaml rename to stable/komga/4.0.13/templates/common.yaml diff --git a/stable/logitech-media-server/2.0.14/values.yaml b/stable/komga/4.0.13/values.yaml similarity index 100% rename from stable/logitech-media-server/2.0.14/values.yaml rename to stable/komga/4.0.13/values.yaml diff --git a/stable/littlelink/4.0.14/Chart.lock b/stable/littlelink/4.0.14/Chart.lock deleted file mode 100644 index 99013e81bf9..00000000000 --- a/stable/littlelink/4.0.14/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org - version: 8.6.3 -digest: sha256:9d695d9ecf86a5131e60cd13963618e0bbe6fa61a94250c4e95f7f377273947f -generated: "2021-11-18T22:05:44.975889094Z" diff --git a/stable/littlelink/4.0.14/CHANGELOG.md b/stable/littlelink/4.0.15/CHANGELOG.md similarity index 89% rename from stable/littlelink/4.0.14/CHANGELOG.md rename to stable/littlelink/4.0.15/CHANGELOG.md index ab8c7513e59..42f24cef097 100644 --- a/stable/littlelink/4.0.14/CHANGELOG.md +++ b/stable/littlelink/4.0.15/CHANGELOG.md @@ -1,6 +1,19 @@ # Changelog
+ +### [littlelink-4.0.15](https://github.com/truecharts/apps/compare/littlelink-4.0.14...littlelink-4.0.15) (2021-11-22) + +#### Chore + +* update non-major ([#1380](https://github.com/truecharts/apps/issues/1380)) + +#### Fix + +* Default enable all services ([#1361](https://github.com/truecharts/apps/issues/1361)) + + + ### [littlelink-4.0.14](https://github.com/truecharts/apps/compare/littlelink-4.0.13...littlelink-4.0.14) (2021-11-18) @@ -84,16 +97,3 @@ ### [littlelink-4.0.6](https://github.com/truecharts/apps/compare/littlelink-4.0.5...littlelink-4.0.6) (2021-11-07) -#### Chore - -* update non-major deps helm releases ([#1291](https://github.com/truecharts/apps/issues/1291)) - -#### Chore - -* Simplify GUI for deployment, persistence and securityContext ([#1289](https://github.com/truecharts/apps/issues/1289)) - -#### Feat - -* Simplify the Services GUI ([#1290](https://github.com/truecharts/apps/issues/1290)) - - diff --git a/stable/medusa/1.0.11/CONFIG.md b/stable/littlelink/4.0.15/CONFIG.md similarity index 100% rename from stable/medusa/1.0.11/CONFIG.md rename to stable/littlelink/4.0.15/CONFIG.md diff --git a/stable/littlelink/4.0.15/Chart.lock b/stable/littlelink/4.0.15/Chart.lock new file mode 100644 index 00000000000..e0f7c2c657c --- /dev/null +++ b/stable/littlelink/4.0.15/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org + version: 8.6.3 +digest: sha256:9d695d9ecf86a5131e60cd13963618e0bbe6fa61a94250c4e95f7f377273947f +generated: "2021-11-22T21:05:05.935038819Z" diff --git a/stable/littlelink/4.0.14/Chart.yaml b/stable/littlelink/4.0.15/Chart.yaml similarity index 97% rename from stable/littlelink/4.0.14/Chart.yaml rename to stable/littlelink/4.0.15/Chart.yaml index 8dd986ee9cc..b689e8d65d4 100644 --- a/stable/littlelink/4.0.14/Chart.yaml +++ b/stable/littlelink/4.0.15/Chart.yaml @@ -20,7 +20,7 @@ sources: - https://github.com/techno-tim/littlelink-server - https://github.com/sethcottle/littlelink type: application -version: 4.0.14 +version: 4.0.15 annotations: truecharts.org/catagories: | - social diff --git a/stable/littlelink/4.0.14/README.md b/stable/littlelink/4.0.15/README.md similarity index 100% rename from stable/littlelink/4.0.14/README.md rename to stable/littlelink/4.0.15/README.md diff --git a/stable/littlelink/4.0.14/app-readme.md b/stable/littlelink/4.0.15/app-readme.md similarity index 100% rename from stable/littlelink/4.0.14/app-readme.md rename to stable/littlelink/4.0.15/app-readme.md diff --git a/stable/heimdall/9.0.12/charts/common-8.6.3.tgz b/stable/littlelink/4.0.15/charts/common-8.6.3.tgz similarity index 100% rename from stable/heimdall/9.0.12/charts/common-8.6.3.tgz rename to stable/littlelink/4.0.15/charts/common-8.6.3.tgz diff --git a/stable/littlelink/4.0.14/helm-values.md b/stable/littlelink/4.0.15/helm-values.md similarity index 94% rename from stable/littlelink/4.0.14/helm-values.md rename to stable/littlelink/4.0.15/helm-values.md index 00a24a40050..a7f0e708824 100644 --- a/stable/littlelink/4.0.14/helm-values.md +++ b/stable/littlelink/4.0.15/helm-values.md @@ -14,7 +14,7 @@ You will, however, be able to use all values referenced in the common chart here | envFrom[0].configMapRef.name | string | `"littlelinkconfig"` | | | image.pullPolicy | string | `"IfNotPresent"` | | | image.repository | string | `"ghcr.io/techno-tim/littlelink-server"` | | -| image.tag | string | `"latest@sha256:ebb3113a3af12f0c8ca8fbf848727a88f5ea4198f33f52b33aa09368233f6789"` | | +| image.tag | string | `"latest@sha256:14572e87fb0b81a98de4ef152e96500c71380811cf76045b951d50c9657c07fd"` | | | littlelink.avatar_2x_url | string | `"https://pbs.twimg.com/profile_images/1286144221217316864/qiaskopb_400x400.jpg"` | | | littlelink.avatar_alt | string | `"techno tim profile pic"` | | | littlelink.avatar_url | string | `"https://pbs.twimg.com/profile_images/1286144221217316864/qiaskopb_200x200.jpg"` | | @@ -34,7 +34,6 @@ You will, however, be able to use all values referenced in the common chart here | littlelink.twitch | string | `"https://www.twitch.tv/technotim/"` | | | littlelink.twitter | string | `"https://twitter.com/technotimlive"` | | | littlelink.youtube | string | `"https://www.youtube.com/channel/ucok-ghyjcwznj3br4oxwh0a"` | | -| service.main.enabled | bool | `true` | | | service.main.ports.main.port | int | `3000` | | | service.main.ports.main.targetPort | int | `3000` | | diff --git a/stable/littlelink/4.0.14/ix_values.yaml b/stable/littlelink/4.0.15/ix_values.yaml similarity index 92% rename from stable/littlelink/4.0.14/ix_values.yaml rename to stable/littlelink/4.0.15/ix_values.yaml index 6e5a204eba2..aa5f7b47cf2 100644 --- a/stable/littlelink/4.0.14/ix_values.yaml +++ b/stable/littlelink/4.0.15/ix_values.yaml @@ -3,11 +3,10 @@ image: repository: ghcr.io/techno-tim/littlelink-server pullPolicy: IfNotPresent - tag: latest@sha256:ebb3113a3af12f0c8ca8fbf848727a88f5ea4198f33f52b33aa09368233f6789 + tag: latest@sha256:14572e87fb0b81a98de4ef152e96500c71380811cf76045b951d50c9657c07fd service: main: - enabled: true ports: main: port: 3000 diff --git a/stable/littlelink/4.0.14/questions.yaml b/stable/littlelink/4.0.15/questions.yaml similarity index 100% rename from stable/littlelink/4.0.14/questions.yaml rename to stable/littlelink/4.0.15/questions.yaml diff --git a/stable/littlelink/4.0.14/templates/_configmap.tpl b/stable/littlelink/4.0.15/templates/_configmap.tpl similarity index 100% rename from stable/littlelink/4.0.14/templates/_configmap.tpl rename to stable/littlelink/4.0.15/templates/_configmap.tpl diff --git a/stable/littlelink/4.0.14/templates/common.yaml b/stable/littlelink/4.0.15/templates/common.yaml similarity index 100% rename from stable/littlelink/4.0.14/templates/common.yaml rename to stable/littlelink/4.0.15/templates/common.yaml diff --git a/stable/medusa/1.0.11/values.yaml b/stable/littlelink/4.0.15/values.yaml similarity index 100% rename from stable/medusa/1.0.11/values.yaml rename to stable/littlelink/4.0.15/values.yaml diff --git a/stable/logitech-media-server/2.0.14/Chart.lock b/stable/logitech-media-server/2.0.14/Chart.lock deleted file mode 100644 index c07e2658042..00000000000 --- a/stable/logitech-media-server/2.0.14/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org - version: 8.6.3 -digest: sha256:9d695d9ecf86a5131e60cd13963618e0bbe6fa61a94250c4e95f7f377273947f -generated: "2021-11-16T22:23:03.992730692Z" diff --git a/stable/logitech-media-server/2.0.14/CHANGELOG.md b/stable/logitech-media-server/2.0.15/CHANGELOG.md similarity index 85% rename from stable/logitech-media-server/2.0.14/CHANGELOG.md rename to stable/logitech-media-server/2.0.15/CHANGELOG.md index 0bae57536eb..33265840353 100644 --- a/stable/logitech-media-server/2.0.14/CHANGELOG.md +++ b/stable/logitech-media-server/2.0.15/CHANGELOG.md @@ -1,6 +1,19 @@ # Changelog
+ +### [logitech-media-server-2.0.15](https://github.com/truecharts/apps/compare/logitech-media-server-2.0.14...logitech-media-server-2.0.15) (2021-11-22) + +#### Chore + +* update non-major ([#1380](https://github.com/truecharts/apps/issues/1380)) + +#### Fix + +* Default enable all services ([#1361](https://github.com/truecharts/apps/issues/1361)) + + + ### [logitech-media-server-2.0.14](https://github.com/truecharts/apps/compare/logitech-media-server-2.0.13...logitech-media-server-2.0.14) (2021-11-16) @@ -84,16 +97,3 @@ - -### [logitech-media-server-2.0.6](https://github.com/truecharts/apps/compare/logitech-media-server-2.0.5...logitech-media-server-2.0.6) (2021-11-02) - -#### Chore - -* update non-major deps helm releases ([#1267](https://github.com/truecharts/apps/issues/1267)) - - - - -### [logitech-media-server-2.0.5](https://github.com/truecharts/apps/compare/logitech-media-server-2.0.4...logitech-media-server-2.0.5) (2021-11-02) - -#### Chore diff --git a/stable/minio-console/1.0.11/CONFIG.md b/stable/logitech-media-server/2.0.15/CONFIG.md similarity index 100% rename from stable/minio-console/1.0.11/CONFIG.md rename to stable/logitech-media-server/2.0.15/CONFIG.md diff --git a/stable/logitech-media-server/2.0.15/Chart.lock b/stable/logitech-media-server/2.0.15/Chart.lock new file mode 100644 index 00000000000..98f940031c7 --- /dev/null +++ b/stable/logitech-media-server/2.0.15/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org + version: 8.6.3 +digest: sha256:9d695d9ecf86a5131e60cd13963618e0bbe6fa61a94250c4e95f7f377273947f +generated: "2021-11-22T21:05:34.084047767Z" diff --git a/stable/logitech-media-server/2.0.14/Chart.yaml b/stable/logitech-media-server/2.0.15/Chart.yaml similarity index 98% rename from stable/logitech-media-server/2.0.14/Chart.yaml rename to stable/logitech-media-server/2.0.15/Chart.yaml index 7fa5a59a484..0f76f1ad99c 100644 --- a/stable/logitech-media-server/2.0.14/Chart.yaml +++ b/stable/logitech-media-server/2.0.15/Chart.yaml @@ -23,7 +23,7 @@ sources: - https://github.com/Logitech/slimserver - https://hub.docker.com/r/lmscommunity/logitechmediaserver type: application -version: 2.0.14 +version: 2.0.15 annotations: truecharts.org/catagories: | - media diff --git a/stable/logitech-media-server/2.0.14/README.md b/stable/logitech-media-server/2.0.15/README.md similarity index 100% rename from stable/logitech-media-server/2.0.14/README.md rename to stable/logitech-media-server/2.0.15/README.md diff --git a/stable/logitech-media-server/2.0.14/app-readme.md b/stable/logitech-media-server/2.0.15/app-readme.md similarity index 100% rename from stable/logitech-media-server/2.0.14/app-readme.md rename to stable/logitech-media-server/2.0.15/app-readme.md diff --git a/stable/jackett/9.0.20/charts/common-8.6.3.tgz b/stable/logitech-media-server/2.0.15/charts/common-8.6.3.tgz similarity index 100% rename from stable/jackett/9.0.20/charts/common-8.6.3.tgz rename to stable/logitech-media-server/2.0.15/charts/common-8.6.3.tgz diff --git a/stable/logitech-media-server/2.0.14/helm-values.md b/stable/logitech-media-server/2.0.15/helm-values.md similarity index 80% rename from stable/logitech-media-server/2.0.14/helm-values.md rename to stable/logitech-media-server/2.0.15/helm-values.md index cb8c0b11780..44abce11920 100644 --- a/stable/logitech-media-server/2.0.14/helm-values.md +++ b/stable/logitech-media-server/2.0.15/helm-values.md @@ -15,19 +15,25 @@ You will, however, be able to use all values referenced in the common chart here | envTpl.HTTP_PORT | string | `"{{ .Values.service.main.ports.main.port }}"` | | | image.pullPolicy | string | `"IfNotPresent"` | | | image.repository | string | `"lmscommunity/logitechmediaserver"` | | -| image.tag | string | `"8.3.0@sha256:2b3ff7a240749af53ef266f91c1003d862e7b6d1a1ab810d44d57be0369515aa"` | | +| image.tag | string | `"8.3.0@sha256:02959970afb6a89a8a264d6adcdcca8e7468740776fda7a74d59e61b1f49da2c"` | | | persistence.config.enabled | bool | `true` | | | persistence.config.mountPath | string | `"/config"` | | | podSecurityContext.runAsGroup | int | `0` | | | podSecurityContext.runAsUser | int | `0` | | | securityContext.readOnlyRootFilesystem | bool | `false` | | | securityContext.runAsNonRoot | bool | `false` | | +| service.cli.enabled | bool | `true` | | +| service.cli.ports.cli.enabled | bool | `true` | | | service.cli.ports.cli.port | int | `9090` | | | service.cli.ports.cli.targetPort | int | `9090` | | | service.main.ports.main.port | int | `7000` | | | service.main.ports.main.targetPort | int | `7000` | | +| service.playertcp.enabled | bool | `true` | | +| service.playertcp.ports.slimprototcp.enabled | bool | `true` | | | service.playertcp.ports.slimprototcp.port | int | `3483` | | | service.playertcp.ports.slimprototcp.targetPort | int | `3483` | | +| service.playerudp.enabled | bool | `true` | | +| service.playerudp.ports.slimprotoudp.enabled | bool | `true` | | | service.playerudp.ports.slimprotoudp.port | int | `3483` | | | service.playerudp.ports.slimprotoudp.targetPort | int | `3483` | | diff --git a/stable/logitech-media-server/2.0.14/ix_values.yaml b/stable/logitech-media-server/2.0.15/ix_values.yaml similarity index 88% rename from stable/logitech-media-server/2.0.14/ix_values.yaml rename to stable/logitech-media-server/2.0.15/ix_values.yaml index 9929741bc6b..5cf487c1c20 100644 --- a/stable/logitech-media-server/2.0.14/ix_values.yaml +++ b/stable/logitech-media-server/2.0.15/ix_values.yaml @@ -3,7 +3,7 @@ image: repository: lmscommunity/logitechmediaserver pullPolicy: IfNotPresent - tag: 8.3.0@sha256:2b3ff7a240749af53ef266f91c1003d862e7b6d1a1ab810d44d57be0369515aa + tag: 8.3.0@sha256:02959970afb6a89a8a264d6adcdcca8e7468740776fda7a74d59e61b1f49da2c env: # Permissions Settings PUID: 568 @@ -33,18 +33,24 @@ service: targetPort: 7000 port: 7000 cli: + enabled: true ports: cli: + enabled: true targetPort: 9090 port: 9090 playertcp: + enabled: true ports: slimprototcp: + enabled: true targetPort: 3483 port: 3483 playerudp: + enabled: true ports: slimprotoudp: + enabled: true targetPort: 3483 port: 3483 diff --git a/stable/logitech-media-server/2.0.14/questions.yaml b/stable/logitech-media-server/2.0.15/questions.yaml similarity index 100% rename from stable/logitech-media-server/2.0.14/questions.yaml rename to stable/logitech-media-server/2.0.15/questions.yaml diff --git a/stable/minio-console/1.0.11/templates/common.yaml b/stable/logitech-media-server/2.0.15/templates/common.yaml similarity index 100% rename from stable/minio-console/1.0.11/templates/common.yaml rename to stable/logitech-media-server/2.0.15/templates/common.yaml diff --git a/stable/minio-console/1.0.11/values.yaml b/stable/logitech-media-server/2.0.15/values.yaml similarity index 100% rename from stable/minio-console/1.0.11/values.yaml rename to stable/logitech-media-server/2.0.15/values.yaml diff --git a/stable/medusa/1.0.11/Chart.lock b/stable/medusa/1.0.11/Chart.lock deleted file mode 100644 index 971b1aa0f98..00000000000 --- a/stable/medusa/1.0.11/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org - version: 8.6.3 -digest: sha256:9d695d9ecf86a5131e60cd13963618e0bbe6fa61a94250c4e95f7f377273947f -generated: "2021-11-16T22:24:22.729392265Z" diff --git a/stable/medusa/1.0.11/CHANGELOG.md b/stable/medusa/1.0.12/CHANGELOG.md similarity index 92% rename from stable/medusa/1.0.11/CHANGELOG.md rename to stable/medusa/1.0.12/CHANGELOG.md index 969fdcba138..7be29a234db 100644 --- a/stable/medusa/1.0.11/CHANGELOG.md +++ b/stable/medusa/1.0.12/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [medusa-1.0.12](https://github.com/truecharts/apps/compare/medusa-1.0.11...medusa-1.0.12) (2021-11-22) + +#### Chore + +* update non-major ([#1380](https://github.com/truecharts/apps/issues/1380)) + + + ### [medusa-1.0.11](https://github.com/truecharts/apps/compare/medusa-1.0.10...medusa-1.0.11) (2021-11-16) @@ -88,12 +97,3 @@ * update non-major deps helm releases ([#1267](https://github.com/truecharts/apps/issues/1267)) - - - -### [medusa-1.0.3](https://github.com/truecharts/apps/compare/medusa-1.0.2...medusa-1.0.3) (2021-11-01) - -#### Chore - -* update non-major deps helm releases ([#1264](https://github.com/truecharts/apps/issues/1264)) - diff --git a/stable/navidrome/9.0.10/CONFIG.md b/stable/medusa/1.0.12/CONFIG.md similarity index 100% rename from stable/navidrome/9.0.10/CONFIG.md rename to stable/medusa/1.0.12/CONFIG.md diff --git a/dependency/mariadb/1.0.6/Chart.lock b/stable/medusa/1.0.12/Chart.lock similarity index 79% rename from dependency/mariadb/1.0.6/Chart.lock rename to stable/medusa/1.0.12/Chart.lock index d86ecb4d0d3..525826e8f55 100644 --- a/dependency/mariadb/1.0.6/Chart.lock +++ b/stable/medusa/1.0.12/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org version: 8.6.3 digest: sha256:9d695d9ecf86a5131e60cd13963618e0bbe6fa61a94250c4e95f7f377273947f -generated: "2021-11-21T15:24:11.23638873Z" +generated: "2021-11-22T21:06:02.48471709Z" diff --git a/stable/medusa/1.0.11/Chart.yaml b/stable/medusa/1.0.12/Chart.yaml similarity index 97% rename from stable/medusa/1.0.11/Chart.yaml rename to stable/medusa/1.0.12/Chart.yaml index 8722d81de3b..c7ddbbe0fa7 100644 --- a/stable/medusa/1.0.11/Chart.yaml +++ b/stable/medusa/1.0.12/Chart.yaml @@ -24,7 +24,7 @@ sources: - https://github.com/linuxserver/docker-medusa - https://pymedusa.com/ type: application -version: 1.0.11 +version: 1.0.12 annotations: truecharts.org/catagories: | - media diff --git a/stable/medusa/1.0.11/README.md b/stable/medusa/1.0.12/README.md similarity index 100% rename from stable/medusa/1.0.11/README.md rename to stable/medusa/1.0.12/README.md diff --git a/stable/medusa/1.0.11/app-readme.md b/stable/medusa/1.0.12/app-readme.md similarity index 100% rename from stable/medusa/1.0.11/app-readme.md rename to stable/medusa/1.0.12/app-readme.md diff --git a/stable/komga/4.0.12/charts/common-8.6.3.tgz b/stable/medusa/1.0.12/charts/common-8.6.3.tgz similarity index 100% rename from stable/komga/4.0.12/charts/common-8.6.3.tgz rename to stable/medusa/1.0.12/charts/common-8.6.3.tgz diff --git a/stable/medusa/1.0.11/helm-values.md b/stable/medusa/1.0.12/helm-values.md similarity index 92% rename from stable/medusa/1.0.11/helm-values.md rename to stable/medusa/1.0.12/helm-values.md index 430a961b966..14f6279c3dd 100644 --- a/stable/medusa/1.0.11/helm-values.md +++ b/stable/medusa/1.0.12/helm-values.md @@ -14,7 +14,7 @@ You will, however, be able to use all values referenced in the common chart here | env.PUID | int | `568` | | | image.pullPolicy | string | `"IfNotPresent"` | | | image.repository | string | `"ghcr.io/linuxserver/medusa"` | | -| image.tag | string | `"0.5.20@sha256:4b8296a04eff2320a466406d37a6115a0a26623d4163b6449c3d47fec6b95309"` | | +| image.tag | string | `"0.5.20@sha256:24f43e0e6a46872b49f4713f0a8bf98f6b64bfa2a7ced1cb33d54adea26ed4e5"` | | | persistence.config.enabled | bool | `true` | | | persistence.config.mountPath | string | `"/config"` | | | persistence.varrun.enabled | bool | `true` | | diff --git a/stable/medusa/1.0.11/ix_values.yaml b/stable/medusa/1.0.12/ix_values.yaml similarity index 82% rename from stable/medusa/1.0.11/ix_values.yaml rename to stable/medusa/1.0.12/ix_values.yaml index 6bd7d5ee0d8..5fc6edf3441 100644 --- a/stable/medusa/1.0.11/ix_values.yaml +++ b/stable/medusa/1.0.12/ix_values.yaml @@ -1,7 +1,7 @@ image: repository: ghcr.io/linuxserver/medusa pullPolicy: IfNotPresent - tag: 0.5.20@sha256:4b8296a04eff2320a466406d37a6115a0a26623d4163b6449c3d47fec6b95309 + tag: 0.5.20@sha256:24f43e0e6a46872b49f4713f0a8bf98f6b64bfa2a7ced1cb33d54adea26ed4e5 env: PUID: 568 diff --git a/stable/medusa/1.0.11/questions.yaml b/stable/medusa/1.0.12/questions.yaml similarity index 100% rename from stable/medusa/1.0.11/questions.yaml rename to stable/medusa/1.0.12/questions.yaml diff --git a/stable/medusa/1.0.11/templates/common.yaml b/stable/medusa/1.0.12/templates/common.yaml similarity index 100% rename from stable/medusa/1.0.11/templates/common.yaml rename to stable/medusa/1.0.12/templates/common.yaml diff --git a/stable/navidrome/9.0.10/values.yaml b/stable/medusa/1.0.12/values.yaml similarity index 100% rename from stable/navidrome/9.0.10/values.yaml rename to stable/medusa/1.0.12/values.yaml diff --git a/stable/minio-console/1.0.11/Chart.lock b/stable/minio-console/1.0.11/Chart.lock deleted file mode 100644 index 28c88bdaa06..00000000000 --- a/stable/minio-console/1.0.11/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org - version: 8.6.3 -digest: sha256:9d695d9ecf86a5131e60cd13963618e0bbe6fa61a94250c4e95f7f377273947f -generated: "2021-11-16T22:25:25.539010026Z" diff --git a/stable/minio-console/1.0.11/CHANGELOG.md b/stable/minio-console/1.0.12/CHANGELOG.md similarity index 92% rename from stable/minio-console/1.0.11/CHANGELOG.md rename to stable/minio-console/1.0.12/CHANGELOG.md index 2c2979748cc..867fdfd00e1 100644 --- a/stable/minio-console/1.0.11/CHANGELOG.md +++ b/stable/minio-console/1.0.12/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [minio-console-1.0.12](https://github.com/truecharts/apps/compare/minio-console-1.0.11...minio-console-1.0.12) (2021-11-22) + +#### Chore + +* update non-major ([#1380](https://github.com/truecharts/apps/issues/1380)) + + + ### [minio-console-1.0.11](https://github.com/truecharts/apps/compare/minio-console-1.0.10...minio-console-1.0.11) (2021-11-16) @@ -88,12 +97,3 @@ #### Chore -* update non-major deps helm releases ([#1267](https://github.com/truecharts/apps/issues/1267)) - - - - -### [minio-console-1.0.3](https://github.com/truecharts/apps/compare/minio-console-1.0.2...minio-console-1.0.3) (2021-11-01) - -#### Chore - diff --git a/stable/photoshow/1.0.11/CONFIG.md b/stable/minio-console/1.0.12/CONFIG.md similarity index 100% rename from stable/photoshow/1.0.11/CONFIG.md rename to stable/minio-console/1.0.12/CONFIG.md diff --git a/stable/minio-console/1.0.12/Chart.lock b/stable/minio-console/1.0.12/Chart.lock new file mode 100644 index 00000000000..b882c970cd5 --- /dev/null +++ b/stable/minio-console/1.0.12/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org + version: 8.6.3 +digest: sha256:9d695d9ecf86a5131e60cd13963618e0bbe6fa61a94250c4e95f7f377273947f +generated: "2021-11-22T21:06:30.551370558Z" diff --git a/stable/minio-console/1.0.11/Chart.yaml b/stable/minio-console/1.0.12/Chart.yaml similarity index 94% rename from stable/minio-console/1.0.11/Chart.yaml rename to stable/minio-console/1.0.12/Chart.yaml index 532f26abc54..e08d8b828cc 100644 --- a/stable/minio-console/1.0.11/Chart.yaml +++ b/stable/minio-console/1.0.12/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: "0.12.3" +appVersion: "0.12.4" dependencies: - name: common repository: https://truecharts.org @@ -19,7 +19,7 @@ maintainers: name: minio-console sources: - https://github.com/minio/console -version: 1.0.11 +version: 1.0.12 annotations: truecharts.org/catagories: | - media diff --git a/stable/minio-console/1.0.11/README.md b/stable/minio-console/1.0.12/README.md similarity index 100% rename from stable/minio-console/1.0.11/README.md rename to stable/minio-console/1.0.12/README.md diff --git a/stable/minio-console/1.0.11/app-readme.md b/stable/minio-console/1.0.12/app-readme.md similarity index 100% rename from stable/minio-console/1.0.11/app-readme.md rename to stable/minio-console/1.0.12/app-readme.md diff --git a/stable/littlelink/4.0.14/charts/common-8.6.3.tgz b/stable/minio-console/1.0.12/charts/common-8.6.3.tgz similarity index 100% rename from stable/littlelink/4.0.14/charts/common-8.6.3.tgz rename to stable/minio-console/1.0.12/charts/common-8.6.3.tgz diff --git a/stable/minio-console/1.0.11/helm-values.md b/stable/minio-console/1.0.12/helm-values.md similarity index 93% rename from stable/minio-console/1.0.11/helm-values.md rename to stable/minio-console/1.0.12/helm-values.md index ad841bb6f90..41754e4e82d 100644 --- a/stable/minio-console/1.0.11/helm-values.md +++ b/stable/minio-console/1.0.12/helm-values.md @@ -17,7 +17,7 @@ You will, however, be able to use all values referenced in the common chart here | env.TZ | string | `"UTC"` | Set the container timezone | | image.pullPolicy | string | `"IfNotPresent"` | image pull policy | | image.repository | string | `"minio/console"` | image repository | -| image.tag | string | `"v0.12.3@sha256:e24dfdf61dd144ef8a9d32bc7a7924d5e18d268121424e8a7479504f07f0c97a"` | image tag | +| image.tag | string | `"v0.12.4@sha256:d14878133c2de31fad0b590eb6f7cb6420abf8f1f4ebb1d4e9b804363ea3e658"` | image tag | | persistence.config.enabled | bool | `true` | | | persistence.config.mountPath | string | `"/config"` | | | persistence.varrun.enabled | bool | `true` | | diff --git a/stable/minio-console/1.0.11/ix_values.yaml b/stable/minio-console/1.0.12/ix_values.yaml similarity index 92% rename from stable/minio-console/1.0.11/ix_values.yaml rename to stable/minio-console/1.0.12/ix_values.yaml index 048b064f7b7..a9ee98cc352 100644 --- a/stable/minio-console/1.0.11/ix_values.yaml +++ b/stable/minio-console/1.0.12/ix_values.yaml @@ -2,7 +2,7 @@ image: # -- image repository repository: minio/console # -- image tag - tag: v0.12.3@sha256:e24dfdf61dd144ef8a9d32bc7a7924d5e18d268121424e8a7479504f07f0c97a + tag: v0.12.4@sha256:d14878133c2de31fad0b590eb6f7cb6420abf8f1f4ebb1d4e9b804363ea3e658 # -- image pull policy pullPolicy: IfNotPresent diff --git a/stable/minio-console/1.0.11/questions.yaml b/stable/minio-console/1.0.12/questions.yaml similarity index 100% rename from stable/minio-console/1.0.11/questions.yaml rename to stable/minio-console/1.0.12/questions.yaml diff --git a/stable/navidrome/9.0.10/templates/common.yaml b/stable/minio-console/1.0.12/templates/common.yaml similarity index 100% rename from stable/navidrome/9.0.10/templates/common.yaml rename to stable/minio-console/1.0.12/templates/common.yaml diff --git a/stable/photoshow/1.0.11/values.yaml b/stable/minio-console/1.0.12/values.yaml similarity index 100% rename from stable/photoshow/1.0.11/values.yaml rename to stable/minio-console/1.0.12/values.yaml diff --git a/stable/navidrome/9.0.10/Chart.lock b/stable/navidrome/9.0.10/Chart.lock deleted file mode 100644 index 706c89daaad..00000000000 --- a/stable/navidrome/9.0.10/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org - version: 8.6.3 -digest: sha256:9d695d9ecf86a5131e60cd13963618e0bbe6fa61a94250c4e95f7f377273947f -generated: "2021-11-16T22:27:39.227108727Z" diff --git a/stable/navidrome/9.0.10/CHANGELOG.md b/stable/navidrome/9.0.11/CHANGELOG.md similarity index 92% rename from stable/navidrome/9.0.10/CHANGELOG.md rename to stable/navidrome/9.0.11/CHANGELOG.md index 048da955b26..1372b7dcb38 100644 --- a/stable/navidrome/9.0.10/CHANGELOG.md +++ b/stable/navidrome/9.0.11/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [navidrome-9.0.11](https://github.com/truecharts/apps/compare/navidrome-9.0.10...navidrome-9.0.11) (2021-11-22) + +#### Chore + +* update non-major ([#1380](https://github.com/truecharts/apps/issues/1380)) + + + ### [navidrome-9.0.10](https://github.com/truecharts/apps/compare/navidrome-9.0.9...navidrome-9.0.10) (2021-11-16) @@ -88,12 +97,3 @@ * update non-major deps helm releases ([#1264](https://github.com/truecharts/apps/issues/1264)) - - - -### [navidrome-9.0.2](https://github.com/truecharts/apps/compare/navidrome-9.0.1...navidrome-9.0.2) (2021-10-26) - -#### Chore - -* update non-major deps helm releases ([#1245](https://github.com/truecharts/apps/issues/1245)) - diff --git a/stable/prowlarr/4.0.14/CONFIG.md b/stable/navidrome/9.0.11/CONFIG.md similarity index 100% rename from stable/prowlarr/4.0.14/CONFIG.md rename to stable/navidrome/9.0.11/CONFIG.md diff --git a/stable/navidrome/9.0.11/Chart.lock b/stable/navidrome/9.0.11/Chart.lock new file mode 100644 index 00000000000..1426647c010 --- /dev/null +++ b/stable/navidrome/9.0.11/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org + version: 8.6.3 +digest: sha256:9d695d9ecf86a5131e60cd13963618e0bbe6fa61a94250c4e95f7f377273947f +generated: "2021-11-22T21:06:58.468131869Z" diff --git a/stable/navidrome/9.0.10/Chart.yaml b/stable/navidrome/9.0.11/Chart.yaml similarity index 95% rename from stable/navidrome/9.0.10/Chart.yaml rename to stable/navidrome/9.0.11/Chart.yaml index 4082a2d3ae4..8b6c83893a5 100644 --- a/stable/navidrome/9.0.10/Chart.yaml +++ b/stable/navidrome/9.0.11/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: "0.46.0" +appVersion: "0.47.0" dependencies: - name: common repository: https://truecharts.org @@ -22,7 +22,7 @@ sources: - https://github.com/deluan/navidrome - https://hub.docker.com/r/deluan/navidrome type: application -version: 9.0.10 +version: 9.0.11 annotations: truecharts.org/catagories: | - media diff --git a/stable/navidrome/9.0.10/README.md b/stable/navidrome/9.0.11/README.md similarity index 100% rename from stable/navidrome/9.0.10/README.md rename to stable/navidrome/9.0.11/README.md diff --git a/stable/navidrome/9.0.10/app-readme.md b/stable/navidrome/9.0.11/app-readme.md similarity index 100% rename from stable/navidrome/9.0.10/app-readme.md rename to stable/navidrome/9.0.11/app-readme.md diff --git a/stable/logitech-media-server/2.0.14/charts/common-8.6.3.tgz b/stable/navidrome/9.0.11/charts/common-8.6.3.tgz similarity index 100% rename from stable/logitech-media-server/2.0.14/charts/common-8.6.3.tgz rename to stable/navidrome/9.0.11/charts/common-8.6.3.tgz diff --git a/stable/navidrome/9.0.10/helm-values.md b/stable/navidrome/9.0.11/helm-values.md similarity index 92% rename from stable/navidrome/9.0.10/helm-values.md rename to stable/navidrome/9.0.11/helm-values.md index a846a6a7597..790860ad682 100644 --- a/stable/navidrome/9.0.10/helm-values.md +++ b/stable/navidrome/9.0.11/helm-values.md @@ -18,7 +18,7 @@ You will, however, be able to use all values referenced in the common chart here | env.ND_SESSIONTIMEOUT | string | `"24h"` | | | image.pullPolicy | string | `"IfNotPresent"` | | | image.repository | string | `"ghcr.io/truecharts/navidrome"` | | -| image.tag | string | `"v0.46.0@sha256:2921f9891cc9c1f78f78456814d3c9a5b205f23a34ac7cc9fb1ff496ce90f07b"` | | +| image.tag | string | `"v0.47.0@sha256:0ca8781ecf33f961d9e1157b8f0aa0ad8d69cde3dac99e8084bd34aa73094128"` | | | persistence.data.enabled | bool | `true` | | | persistence.data.mountPath | string | `"/data"` | | | service.main.ports.main.port | int | `4533` | | diff --git a/stable/navidrome/9.0.10/ix_values.yaml b/stable/navidrome/9.0.11/ix_values.yaml similarity index 82% rename from stable/navidrome/9.0.10/ix_values.yaml rename to stable/navidrome/9.0.11/ix_values.yaml index d0f5a25426f..27de5982bfb 100644 --- a/stable/navidrome/9.0.10/ix_values.yaml +++ b/stable/navidrome/9.0.11/ix_values.yaml @@ -3,7 +3,7 @@ image: repository: ghcr.io/truecharts/navidrome pullPolicy: IfNotPresent - tag: v0.46.0@sha256:2921f9891cc9c1f78f78456814d3c9a5b205f23a34ac7cc9fb1ff496ce90f07b + tag: v0.47.0@sha256:0ca8781ecf33f961d9e1157b8f0aa0ad8d69cde3dac99e8084bd34aa73094128 service: main: diff --git a/stable/navidrome/9.0.10/questions.yaml b/stable/navidrome/9.0.11/questions.yaml similarity index 100% rename from stable/navidrome/9.0.10/questions.yaml rename to stable/navidrome/9.0.11/questions.yaml diff --git a/stable/prowlarr/4.0.14/templates/common.yaml b/stable/navidrome/9.0.11/templates/common.yaml similarity index 100% rename from stable/prowlarr/4.0.14/templates/common.yaml rename to stable/navidrome/9.0.11/templates/common.yaml diff --git a/stable/prowlarr/4.0.14/values.yaml b/stable/navidrome/9.0.11/values.yaml similarity index 100% rename from stable/prowlarr/4.0.14/values.yaml rename to stable/navidrome/9.0.11/values.yaml diff --git a/stable/nextcloud/10.0.5/CHANGELOG.md b/stable/nextcloud/10.0.5/CHANGELOG.md new file mode 100644 index 00000000000..b23933cefcb --- /dev/null +++ b/stable/nextcloud/10.0.5/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog
+ + + +### [nextcloud-10.0.5](https://github.com/truecharts/apps/compare/nextcloud-10.0.4...nextcloud-10.0.5) (2021-11-22) + +#### Chore + +* update non-major ([#1380](https://github.com/truecharts/apps/issues/1380)) + + + + +### [nextcloud-10.0.4](https://github.com/truecharts/apps/compare/nextcloud-10.0.3...nextcloud-10.0.4) (2021-11-21) + +#### Fix + +* Default enable all services ([#1361](https://github.com/truecharts/apps/issues/1361)) +* remove specific times for nextcloud startup probes + + + + +### [nextcloud-10.0.3](https://github.com/truecharts/apps/compare/nextcloud-10.0.2...nextcloud-10.0.3) (2021-11-18) + +#### Chore + +* update non-major ([#1350](https://github.com/truecharts/apps/issues/1350)) + + + + +### [nextcloud-10.0.2](https://github.com/truecharts/apps/compare/nextcloud-10.0.1...nextcloud-10.0.2) (2021-11-16) + +#### Chore + +* update non-major deps helm releases ([#1345](https://github.com/truecharts/apps/issues/1345)) + + + + +### [nextcloud-10.0.1](https://github.com/truecharts/apps/compare/nextcloud-10.0.0...nextcloud-10.0.1) (2021-11-16) + +#### Chore + +* bump postgresql again + + + + +### [nextcloud-10.0.0](https://github.com/truecharts/apps/compare/nextcloud-9.0.12...nextcloud-10.0.0) (2021-11-16) + +#### Chore + +* bump postgresql on some Apps + + + + +### [nextcloud-9.0.12](https://github.com/truecharts/apps/compare/nextcloud-9.0.11...nextcloud-9.0.12) (2021-11-15) + +#### Chore + +* update non-major docker tags ([#1339](https://github.com/truecharts/apps/issues/1339)) + + + + +### [nextcloud-9.0.11](https://github.com/truecharts/apps/compare/nextcloud-9.0.10...nextcloud-9.0.11) (2021-11-15) + +#### Chore + +* persistence cleanup and small bugfixes ([#1329](https://github.com/truecharts/apps/issues/1329)) +* update non-major deps helm releases ([#1338](https://github.com/truecharts/apps/issues/1338)) + + + + +### [nextcloud-9.0.10](https://github.com/truecharts/apps/compare/nextcloud-9.0.9...nextcloud-9.0.10) (2021-11-14) + +#### Chore + +* fixes around the GUI refactor ([#1316](https://github.com/truecharts/apps/issues/1316)) +* move port above advanced in GUI ([#1326](https://github.com/truecharts/apps/issues/1326)) +* clean up Chart.yaml ([#1322](https://github.com/truecharts/apps/issues/1322)) +* update non-major deps helm releases ([#1328](https://github.com/truecharts/apps/issues/1328)) +* update non-major ([#1327](https://github.com/truecharts/apps/issues/1327)) + +#### Feat + +* use our own redis chart ([#1312](https://github.com/truecharts/apps/issues/1312)) +* use our own redis chart ([#1310](https://github.com/truecharts/apps/issues/1310)) + +#### Fix + +* Allow spaces in paths ([#1306](https://github.com/truecharts/apps/issues/1306)) +* revert nextcloud container update due to upstream performance issues + + diff --git a/stable/readarr/9.0.15/CONFIG.md b/stable/nextcloud/10.0.5/CONFIG.md similarity index 100% rename from stable/readarr/9.0.15/CONFIG.md rename to stable/nextcloud/10.0.5/CONFIG.md diff --git a/stable/nextcloud/10.0.5/Chart.lock b/stable/nextcloud/10.0.5/Chart.lock new file mode 100644 index 00000000000..7f721704e51 --- /dev/null +++ b/stable/nextcloud/10.0.5/Chart.lock @@ -0,0 +1,12 @@ +dependencies: +- name: common + repository: https://truecharts.org + version: 8.6.3 +- name: postgresql + repository: https://truecharts.org/ + version: 6.0.3 +- name: redis + repository: https://truecharts.org + version: 1.0.7 +digest: sha256:6dd2ef59b02cb69b7277088f962daaf42193c9002860da739842d4a68b6e49f1 +generated: "2021-11-22T21:07:29.147248907Z" diff --git a/stable/nextcloud/10.0.5/Chart.yaml b/stable/nextcloud/10.0.5/Chart.yaml new file mode 100644 index 00000000000..7dfdab02a2d --- /dev/null +++ b/stable/nextcloud/10.0.5/Chart.yaml @@ -0,0 +1,41 @@ +apiVersion: v2 +appVersion: "22.2.3" +dependencies: +- name: common + repository: https://truecharts.org + version: 8.6.3 +- condition: postgresql.enabled + name: postgresql + repository: https://truecharts.org/ + version: 6.0.3 +- condition: redis.enabled + name: redis + repository: https://truecharts.org + version: 1.0.7 +deprecated: false +description: A private cloud server that puts the control and security of your own + data back into your hands. +home: https://nextcloud.com/ +icon: https://upload.wikimedia.org/wikipedia/commons/thumb/6/60/Nextcloud_Logo.svg/1280px-Nextcloud_Logo.svg.png +keywords: +- nextcloud +- storage +- http +- web +- php +kubeVersion: '>=1.16.0-0' +maintainers: +- email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: nextcloud +sources: +- https://github.com/nextcloud/docker +- https://github.com/nextcloud/helm +type: application +version: 10.0.5 +annotations: + truecharts.org/catagories: | + - cloud + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/nextcloud/10.0.5/README.md b/stable/nextcloud/10.0.5/README.md new file mode 100644 index 00000000000..d0a6e0ecb8a --- /dev/null +++ b/stable/nextcloud/10.0.5/README.md @@ -0,0 +1,40 @@ +# Introduction + +A private cloud server that puts the control and security of your own data back into your hands. + +TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation. +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)** + +## Source Code + +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://truecharts.org/ | postgresql | 6.0.3 | +| https://truecharts.org | common | 8.6.3 | +| https://truecharts.org | redis | 1.0.7 | + +## Installing the Chart + +To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/03-Installing-an-App/). + +## Uninstalling the Chart + +To remove this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/07-Deleting-an-App/). + +## Support + +- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Open-Apps/) first. +- See the [Wiki](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) +--- +All Rights Reserved - The TrueCharts Project diff --git a/stable/nextcloud/10.0.5/app-readme.md b/stable/nextcloud/10.0.5/app-readme.md new file mode 100644 index 00000000000..28094fc642d --- /dev/null +++ b/stable/nextcloud/10.0.5/app-readme.md @@ -0,0 +1,3 @@ +A private cloud server that puts the control and security of your own data back into your hands. + +This App is supplied by TrueCharts, for more information please visit https://truecharts.org diff --git a/stable/medusa/1.0.11/charts/common-8.6.3.tgz b/stable/nextcloud/10.0.5/charts/common-8.6.3.tgz similarity index 100% rename from stable/medusa/1.0.11/charts/common-8.6.3.tgz rename to stable/nextcloud/10.0.5/charts/common-8.6.3.tgz diff --git a/stable/nextcloud/10.0.5/charts/postgresql-6.0.3.tgz b/stable/nextcloud/10.0.5/charts/postgresql-6.0.3.tgz new file mode 100644 index 00000000000..ed5f455e79b Binary files /dev/null and b/stable/nextcloud/10.0.5/charts/postgresql-6.0.3.tgz differ diff --git a/stable/nextcloud/10.0.5/charts/redis-1.0.7.tgz b/stable/nextcloud/10.0.5/charts/redis-1.0.7.tgz new file mode 100644 index 00000000000..9a8c4558354 Binary files /dev/null and b/stable/nextcloud/10.0.5/charts/redis-1.0.7.tgz differ diff --git a/stable/nextcloud/10.0.5/helm-values.md b/stable/nextcloud/10.0.5/helm-values.md new file mode 100644 index 00000000000..8c0b04d916b --- /dev/null +++ b/stable/nextcloud/10.0.5/helm-values.md @@ -0,0 +1,62 @@ +# Default Helm-Values + +TrueCharts is primarily build to supply TrueNAS SCALE Apps. +However, we also supply all Apps as standard Helm-Charts. In this document we aim to document the default values in our values.yaml file. + +Most of our Apps also consume our "common" Helm Chart. +If this is the case, this means that all values.yaml values are set to the common chart values.yaml by default. This values.yaml file will only contain values that deviate from the common chart. +You will, however, be able to use all values referenced in the common chart here, besides the values listed in this document. + +## Values + +| Key | Type | Default | Description | +|-----|------|---------|-------------| +| cronjob.annotations | object | `{}` | | +| cronjob.failedJobsHistoryLimit | int | `5` | | +| cronjob.schedule | string | `"*/5 * * * *"` | | +| cronjob.successfulJobsHistoryLimit | int | `2` | | +| env.NEXTCLOUD_ADMIN_PASSWORD | string | `"adminpass"` | | +| env.NEXTCLOUD_ADMIN_USER | string | `"admin"` | | +| env.TRUSTED_PROXIES | string | `"172.16.0.0/16"` | | +| envFrom[0].configMapRef.name | string | `"nextcloudconfig"` | | +| envTpl.POSTGRES_DB | string | `"{{ .Values.postgresql.postgresqlDatabase }}"` | | +| envTpl.POSTGRES_USER | string | `"{{ .Values.postgresql.postgresqlUsername }}"` | | +| envValueFrom.POSTGRES_HOST.secretKeyRef.key | string | `"plainporthost"` | | +| envValueFrom.POSTGRES_HOST.secretKeyRef.name | string | `"dbcreds"` | | +| envValueFrom.POSTGRES_PASSWORD.secretKeyRef.key | string | `"postgresql-password"` | | +| envValueFrom.POSTGRES_PASSWORD.secretKeyRef.name | string | `"dbcreds"` | | +| envValueFrom.REDIS_HOST.secretKeyRef.key | string | `"plainhost"` | | +| envValueFrom.REDIS_HOST.secretKeyRef.name | string | `"rediscreds"` | | +| envValueFrom.REDIS_HOST_PASSWORD.secretKeyRef.key | string | `"redis-password"` | | +| envValueFrom.REDIS_HOST_PASSWORD.secretKeyRef.name | string | `"rediscreds"` | | +| image.pullPolicy | string | `"IfNotPresent"` | | +| image.repository | string | `"docker.io/nextcloud"` | | +| image.tag | string | `"22.2.3@sha256:5512b02fca6533626ed0a1799b2090255357de9b269d0a04d8f7a6d582438ccc"` | | +| persistence.data.enabled | bool | `true` | | +| persistence.data.mountPath | string | `"/var/www/html"` | | +| podSecurityContext.fsGroup | int | `33` | | +| podSecurityContext.runAsGroup | int | `0` | | +| podSecurityContext.runAsUser | int | `0` | | +| postgresql.enabled | bool | `true` | | +| postgresql.existingSecret | string | `"dbcreds"` | | +| postgresql.postgresqlDatabase | string | `"nextcloud"` | | +| postgresql.postgresqlUsername | string | `"nextcloud"` | | +| probes | object | See below | Probe configuration -- [[ref]](https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/) | +| probes.liveness | object | See below | Liveness probe configuration | +| probes.liveness.spec | object | "/" | If a HTTP probe is used (default for HTTP/HTTPS services) this path is used | +| probes.readiness | object | See below | Redainess probe configuration | +| probes.readiness.spec | object | "/" | If a HTTP probe is used (default for HTTP/HTTPS services) this path is used | +| probes.startup | object | See below | Startup probe configuration | +| probes.startup.spec | object | "/" | If a HTTP probe is used (default for HTTP/HTTPS services) this path is used | +| redis.enabled | bool | `true` | | +| redis.existingSecret | string | `"rediscreds"` | | +| securityContext.readOnlyRootFilesystem | bool | `false` | | +| securityContext.runAsNonRoot | bool | `false` | | +| service.hpb.enabled | bool | `true` | | +| service.hpb.ports.hpb.enabled | bool | `true` | | +| service.hpb.ports.hpb.port | int | `7867` | | +| service.hpb.ports.hpb.targetPort | int | `7867` | | +| service.main.ports.main.port | int | `80` | | +| service.main.ports.main.targetPort | int | `80` | | + +All Rights Reserved - The TrueCharts Project diff --git a/stable/nextcloud/10.0.5/ix_values.yaml b/stable/nextcloud/10.0.5/ix_values.yaml new file mode 100644 index 00000000000..795d1cf91d4 --- /dev/null +++ b/stable/nextcloud/10.0.5/ix_values.yaml @@ -0,0 +1,135 @@ +# Default values for Bitwarden. + +image: + repository: docker.io/nextcloud + pullPolicy: IfNotPresent + tag: 22.2.3@sha256:5512b02fca6533626ed0a1799b2090255357de9b269d0a04d8f7a6d582438ccc + +securityContext: + readOnlyRootFilesystem: false + runAsNonRoot: false + +podSecurityContext: + runAsUser: 0 + runAsGroup: 0 + fsGroup: 33 + +service: + main: + ports: + main: + port: 80 + targetPort: 80 + hpb: + enabled: true + ports: + hpb: + enabled: true + port: 7867 + targetPort: 7867 + +env: + NEXTCLOUD_ADMIN_USER: "admin" + NEXTCLOUD_ADMIN_PASSWORD: "adminpass" + TRUSTED_PROXIES: "172.16.0.0/16" + +envTpl: + POSTGRES_DB: "{{ .Values.postgresql.postgresqlDatabase }}" + POSTGRES_USER: "{{ .Values.postgresql.postgresqlUsername }}" + +envFrom: + - configMapRef: + name: nextcloudconfig + +envValueFrom: + POSTGRES_PASSWORD: + secretKeyRef: + name: dbcreds + key: postgresql-password + POSTGRES_HOST: + secretKeyRef: + name: dbcreds + key: plainporthost + REDIS_HOST: + secretKeyRef: + name: rediscreds + key: plainhost + REDIS_HOST_PASSWORD: + secretKeyRef: + name: rediscreds + key: redis-password + +persistence: + data: + enabled: true + mountPath: "/var/www/html" +# -- Probe configuration +# -- [[ref]](https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/) +# @default -- See below +probes: + # -- Liveness probe configuration + # @default -- See below + liveness: + custom: true + # -- If a HTTP probe is used (default for HTTP/HTTPS services) this path is used + # @default -- "/" + spec: + httpGet: + path: /status.php + port: 80 + httpHeaders: + - name: Host + value: "test.fakedomain.dns" + + # -- Redainess probe configuration + # @default -- See below + readiness: + custom: true + # -- If a HTTP probe is used (default for HTTP/HTTPS services) this path is used + # @default -- "/" + spec: + httpGet: + path: /status.php + port: 80 + httpHeaders: + - name: Host + value: "test.fakedomain.dns" + + # -- Startup probe configuration + # @default -- See below + startup: + custom: true + # -- If a HTTP probe is used (default for HTTP/HTTPS services) this path is used + # @default -- "/" + spec: + httpGet: + path: /status.php + port: 80 + httpHeaders: + - name: Host + value: "test.fakedomain.dns" + +## Cronjob to execute Nextcloud background tasks +## ref: https://docs.nextcloud.com/server/latest/admin_manual/configuration_server/background_jobs_configuration.html#webcron +## +cronjob: + # Every 5 minutes + # Note: Setting this to any any other value than 5 minutes might + # cause issues with how nextcloud background jobs are executed + schedule: "*/5 * * * *" + annotations: {} + failedJobsHistoryLimit: 5 + successfulJobsHistoryLimit: 2 + +# Enabled postgres +postgresql: + enabled: true + existingSecret: "dbcreds" + postgresqlUsername: nextcloud + postgresqlDatabase: nextcloud + +# Enabled redis +# ... for more options see https://github.com/bitnami/charts/tree/master/bitnami/redis +redis: + enabled: true + existingSecret: "rediscreds" diff --git a/stable/nextcloud/10.0.5/questions.yaml b/stable/nextcloud/10.0.5/questions.yaml new file mode 100644 index 00000000000..404cd4ab5cc --- /dev/null +++ b/stable/nextcloud/10.0.5/questions.yaml @@ -0,0 +1,1869 @@ +groups: + - name: "Container Image" + description: "Image to be used for container" + - name: "Controller" + description: "Configure workload deployment" + - name: "Container Configuration" + description: "additional container configuration" + - 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: "Addons" + description: "Addon Configuration" + - name: "Advanced" + description: "Advanced Configuration" +portals: + web_portal: + protocols: + - "$kubernetes-resource_configmap_portal_protocol" + host: + - "$kubernetes-resource_configmap_portal_host" + ports: + - "$kubernetes-resource_configmap_portal_port" +questions: + - variable: portal + group: "Container Image" + label: "Configure Portal Button" + schema: + type: dict + hidden: true + attrs: + - variable: enabled + label: "Enable" + description: "enable the portal button" + schema: + hidden: true + editable: false + type: boolean + default: true + - variable: global + label: "global settings" + group: "Controller" + schema: + type: dict + hidden: true + attrs: + - variable: isSCALE + label: "flag this is SCALE" + schema: + type: boolean + default: true + hidden: true + - variable: controller + group: "Controller" + label: "" + schema: + type: dict + attrs: + - variable: advanced + label: "Show Advanced Controller Settings" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: type + description: "Please specify type of workload to deploy" + label: "(Advanced) Controller Type" + schema: + type: string + default: "deployment" + required: true + enum: + - value: "deployment" + description: "Deployment" + - value: "statefulset" + description: "Statefulset" + - value: "daemonset" + description: "Daemonset" + - variable: replicas + description: "Number of desired pod replicas" + label: "Desired Replicas" + schema: + type: int + default: 1 + required: true + - variable: strategy + description: "Please specify type of workload to deploy" + label: "(Advanced) Update Strategy" + schema: + type: string + default: "Recreate" + required: true + enum: + - value: "Recreate" + description: "Recreate: Kill existing pods before creating new ones" + - value: "RollingUpdate" + description: "RollingUpdate: Create new pods and then kill old ones" + - value: "OnDelete" + description: "(Legacy) OnDelete: ignore .spec.template changes" + - variable: expert + label: "Show Expert Configuration Options" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: extraArgs + label: "Extra Args" + schema: + type: list + default: [] + items: + - variable: argItem + label: "Arg" + schema: + type: dict + attrs: + - variable: name + label: "Name" + schema: + type: string + - variable: value + label: "Value" + schema: + type: string + - variable: labelsList + label: "Controller Labels" + schema: + type: list + default: [] + items: + - variable: labelItem + label: "Label" + schema: + type: dict + attrs: + - variable: name + label: "Name" + schema: + type: string + - variable: value + label: "Value" + schema: + type: string + - variable: annotationsList + label: " Controller Annotations" + schema: + type: list + default: [] + items: + - variable: annotationItem + label: "Label" + schema: + type: dict + attrs: + - variable: name + label: "Name" + schema: + type: string + - variable: value + label: "Value" + schema: + type: string + + - variable: env + group: "Container Configuration" + label: "Image Environment" + schema: + type: dict + attrs: + - variable: TZ + label: "Timezone" + schema: + type: string + default: "Etc/UTC" + $ref: + - "definitions/timezone" + - variable: UMASK + label: "UMASK" + description: "Sets the UMASK env var for LinuxServer.io (compatible) containers" + schema: + type: string + default: "002" + + - variable: NEXTCLOUD_ADMIN_USER + label: "NEXTCLOUD_ADMIN_USER (First Install Only)" + description: "Sets the initial nextcloud's admin username, changing this variable after first launch will NOT change admin's username" + schema: + type: string + required: true + default: "" + - variable: NEXTCLOUD_ADMIN_PASSWORD + label: "NEXTCLOUD_ADMIN_PASSWORD (First Install Only)" + description: "Sets the initial nextcloud's admin password, changing this variable after first launch will NOT change admin's password" + schema: + type: string + private: true + required: true + default: "" + - variable: TRUSTED_PROXIES + label: "Trusted Proxies (Advanced)" + description: "Sets nextcloud Trusted Proxies" + schema: + type: string + default: "172.16.0.0/16" + - variable: NODE_IP + label: "NODE_IP" + description: "Sets nextcloud nodeip for nodeport connections (Ensure this is correct at first install!)" + schema: + type: string + $ref: + - "definitions/nodeIP" + + - variable: envList + label: "Image environment" + group: "Container Configuration" + schema: + type: list + default: [] + items: + - variable: envItem + label: "Environment Variable" + schema: + type: dict + attrs: + - variable: name + label: "Name" + schema: + type: string + - variable: value + label: "Value" + schema: + type: string + + - variable: expertpodconf + group: "Container Configuration" + label: "Show Expert Config" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: termination + group: "Container Configuration" + label: "Termination settings" + schema: + type: dict + attrs: + - variable: gracePeriodSeconds + label: "Grace Period Seconds" + schema: + type: int + default: 10 + - variable: podLabelsList + group: "Container Configuration" + label: "Pod Labels" + schema: + type: list + default: [] + items: + - variable: podLabelItem + label: "Label" + schema: + type: dict + attrs: + - variable: name + label: "Name" + schema: + type: string + - variable: value + label: "Value" + schema: + type: string + + - variable: podAnnotationsList + group: "Container Configuration" + label: "Pod Annotations" + schema: + type: list + default: [] + items: + - variable: podAnnotationItem + label: "Label" + schema: + type: dict + attrs: + - variable: name + label: "Name" + schema: + type: string + - variable: value + label: "Value" + schema: + type: string + + - variable: service + group: "Networking and Services" + label: "Configure Service(s)" + schema: + type: dict + attrs: + - variable: main + label: "Main Service" + description: "The Primary service on which the healthcheck runs, often the webUI" + schema: + 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, nodePorts expose the container to the host node System, Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: "Simple" + enum: + - value: "Simple" + description: "Simple" + - value: "ClusterIP" + description: "ClusterIP" + - value: "NodePort" + description: "NodePort (Advanced)" + - value: "LoadBalancer" + description: "LoadBalancer (Advanced)" + - variable: loadBalancerIP + label: "LoadBalancer IP" + description: "LoadBalancerIP" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: externalIPs + label: "External IP's" + description: "External IP's" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: list + default: [] + items: + - variable: externalIP + label: "External IP" + schema: + type: string + - variable: ports + label: "Service's Port(s) Configuration" + schema: + type: dict + attrs: + - variable: main + label: "Main Service Port Configuration" + schema: + type: dict + attrs: + - variable: port + label: "Port" + description: "This port exposes the container port on the service" + schema: + type: int + default: 80 + editable: true + required: true + - variable: advanced + label: "Show Advanced settings" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: protocol + label: "Port Type" + schema: + type: string + default: "HTTP" + enum: + - value: HTTP + description: "HTTP" + - value: "HTTPS" + description: "HTTPS" + - value: TCP + description: "TCP" + - value: "UDP" + description: "UDP" + - variable: nodePort + label: "Node Port (Optional)" + description: "This port gets exposed to the node. Only considered when service type is NodePort, Simple or LoadBalancer" + schema: + type: int + min: 9000 + max: 65535 + - variable: targetPort + label: "Target Port" + description: "The internal(!) port on the container the Application runs on" + schema: + type: int + default: 80 + + - variable: serviceexpert + group: "Networking and Services" + label: "Show Expert Config" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hostNetwork + group: "Networking and Services" + label: "Host-Networking (Complicated)" + schema: + type: boolean + default: false + + - variable: dnsPolicy + group: "Networking and Services" + label: "dnsPolicy" + schema: + type: string + default: "" + enum: + - value: "" + description: "Default" + - value: "ClusterFirst" + description: "ClusterFirst" + - value: "ClusterFirstWithHostNet" + description: "ClusterFirstWithHostNet" + - value: "None" + description: "None" + + - variable: dnsConfig + label: "DNS Configuration" + group: "Networking and Services" + description: "Specify custom DNS configuration which will be applied to the pod" + schema: + type: dict + attrs: + - variable: nameservers + label: "Nameservers" + schema: + default: [] + type: list + items: + - variable: nameserver + label: "Nameserver" + schema: + type: string + - variable: options + label: "options" + schema: + default: [] + type: list + items: + - variable: option + label: "Option Entry" + schema: + type: dict + attrs: + - variable: name + label: "Name" + schema: + type: string + - variable: value + label: "Value" + schema: + type: string + - variable: searches + label: "Searches" + schema: + default: [] + type: list + items: + - variable: search + label: "Search Entry" + schema: + type: string + + - variable: serviceList + label: "Add Manual Custom Services" + group: "Networking and Services" + schema: + type: list + default: [] + items: + - variable: serviceListEntry + label: "Custom Service" + schema: + 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, nodePorts expose the container to the host node System, Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: "Simple" + enum: + - value: "Simple" + description: "Simple" + - value: "NodePort" + description: "NodePort" + - value: "ClusterIP" + description: "ClusterIP" + - value: "LoadBalancer" + description: "LoadBalancer" + - variable: loadBalancerIP + label: "LoadBalancer IP" + description: "LoadBalancerIP" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: externalIPs + label: "External IP's" + description: "External IP's" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: list + default: [] + items: + - variable: externalIP + label: "External IP" + schema: + type: string + - variable: portsList + label: "Additional Service Ports" + schema: + type: list + default: [] + items: + - variable: portsListEntry + label: "Custom ports" + schema: + 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: nodePort + label: "Node Port (Optional)" + description: "This port gets exposed to the node. Only considered when service type is NodePort" + schema: + type: int + min: 9000 + max: 65535 + + - variable: persistence + label: "Integrated Persistent Storage" + description: "Integrated Persistent Storage" + group: "Storage and Persistence" + schema: + type: dict + attrs: + - variable: data + label: "App Data Storage" + description: "Stores the Application Data." + schema: + 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: "simplePVC" + enum: + - value: "simplePVC" + description: "PVC (simple)" + - value: "simpleHP" + description: "HostPath (simple)" + - value: "emptyDir" + description: "emptyDir" + - value: "pvc" + description: "pvc" + - value: "hostPath" + description: "hostPath" + - variable: setPermissionsSimple + label: "Automatic Permissions" + description: "Automatically set permissions on install" + schema: + show_if: [["type", "=", "simpleHP"]] + type: boolean + default: true + - variable: setPermissions + label: "Automatic Permissions" + description: "Automatically set permissions on install" + schema: + show_if: [["type", "=", "hostPath"]] + type: boolean + default: true + - variable: readOnly + label: "readOnly" + schema: + type: boolean + default: false + - variable: hostPathSimple + label: "hostPath" + description: "Path inside the container the storage is mounted" + schema: + show_if: [["type", "=", "simpleHP"]] + type: hostpath + - variable: hostPath + label: "hostPath" + description: "Path inside the container the storage is mounted" + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - variable: mountPath + label: "mountPath" + description: "Path inside the container the storage is mounted" + schema: + type: string + default: "/var/www/html" + hidden: 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: "999Gi" + - variable: hostPathType + label: "(Advanced) hostPath Type" + schema: + show_if: [["type", "=", "hostPath"]] + type: string + default: "" + enum: + - value: "" + description: "Default" + - value: "DirectoryOrCreate" + description: "DirectoryOrCreate" + - value: "Directory" + description: "Directory" + - value: "FileOrCreate" + description: "FileOrCreate" + - value: "File" + description: "File" + - value: "Socket" + description: "Socket" + - value: "CharDevice" + description: "CharDevice" + - value: "BlockDevice" + description: "BlockDevice" + - variable: storageClass + label: "(Advanced) storageClass" + description: "Warning: Anything other than SCALE-ZFS or empty will break rollback!" + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "SCALE-ZFS" + - variable: accessMode + label: "(Advanced) Access Mode" + description: "Allow or disallow multiple PVC's writhing to the same PV" + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "ReadWriteOnce" + enum: + - value: "ReadWriteOnce" + description: "ReadWriteOnce" + - value: "ReadOnlyMany" + description: "ReadOnlyMany" + - value: "ReadWriteMany" + description: "ReadWriteMany" + - variable: advanced + label: "Show Advanced Options" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: labelsList + label: "Labels" + schema: + type: list + default: [] + items: + - variable: labelItem + label: "Label" + schema: + type: dict + attrs: + - variable: name + label: "Name" + schema: + type: string + - variable: value + label: "Value" + schema: + type: string + - variable: annotationsList + label: "Annotations" + schema: + type: list + default: [] + items: + - variable: annotationItem + label: "Label" + schema: + type: dict + attrs: + - variable: name + label: "Name" + schema: + type: string + - variable: value + label: "Value" + schema: + type: string + + - variable: persistenceList + label: "Additional app storage" + group: "Storage and Persistence" + schema: + type: list + default: [] + items: + - variable: persistenceListEntry + label: "Custom Storage" + schema: + type: dict + attrs: + - variable: enabled + label: "Enable the storage" + schema: + type: boolean + default: true + hidden: true + - variable: name + label: "Name (optional)" + description: "Not required, please set to config when mounting /config or temp when mounting /tmp" + schema: + type: string + - variable: type + label: "Type of Storage" + description: "Sets the persistence type, Anything other than PVC could break rollback!" + schema: + type: string + default: "simpleHP" + enum: + - value: "simplePVC" + description: "PVC (simple)" + - value: "simpleHP" + description: "HostPath (simple)" + - value: "emptyDir" + description: "emptyDir" + - value: "pvc" + description: "pvc" + - value: "hostPath" + description: "hostPath" + - variable: setPermissionsSimple + label: "Automatic Permissions" + description: "Automatically set permissions on install" + schema: + show_if: [["type", "=", "simpleHP"]] + type: boolean + default: true + - variable: setPermissions + label: "Automatic Permissions" + description: "Automatically set permissions on install" + schema: + show_if: [["type", "=", "hostPath"]] + type: boolean + default: true + - variable: readOnly + label: "readOnly" + schema: + type: boolean + default: false + - variable: hostPathSimple + label: "hostPath" + description: "Path inside the container the storage is mounted" + schema: + show_if: [["type", "=", "simpleHP"]] + type: hostpath + - variable: hostPath + label: "hostPath" + description: "Path inside the container the storage is mounted" + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - variable: mountPath + label: "mountPath" + 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: "999Gi" + - variable: hostPathType + label: "(Advanced) hostPath Type" + schema: + show_if: [["type", "=", "hostPath"]] + type: string + default: "" + enum: + - value: "" + description: "Default" + - value: "DirectoryOrCreate" + description: "DirectoryOrCreate" + - value: "Directory" + description: "Directory" + - value: "FileOrCreate" + description: "FileOrCreate" + - value: "File" + description: "File" + - value: "Socket" + description: "Socket" + - value: "CharDevice" + description: "CharDevice" + - value: "BlockDevice" + description: "BlockDevice" + - variable: storageClass + label: "(Advanced) storageClass" + description: "Warning: Anything other than SCALE-ZFS or empty will break rollback!" + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "SCALE-ZFS" + - variable: accessMode + label: "(Advanced) Access Mode" + description: "Allow or disallow multiple PVC's writhing to the same PV" + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "ReadWriteOnce" + enum: + - value: "ReadWriteOnce" + description: "ReadWriteOnce" + - value: "ReadOnlyMany" + description: "ReadOnlyMany" + - value: "ReadWriteMany" + description: "ReadWriteMany" + - variable: advanced + label: "Show Advanced Options" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: labelsList + label: "Labels" + schema: + type: list + default: [] + items: + - variable: labelItem + label: "Label" + schema: + type: dict + attrs: + - variable: name + label: "Name" + schema: + type: string + - variable: value + label: "Value" + schema: + type: string + - variable: annotationsList + label: "Annotations" + schema: + type: list + default: [] + items: + - variable: annotationItem + label: "Label" + schema: + type: dict + attrs: + - variable: name + label: "Name" + schema: + type: string + - variable: value + label: "Value" + schema: + type: string + + - variable: ingress + label: "" + group: "Ingress" + schema: + type: dict + attrs: + - variable: main + label: "Main Ingress" + schema: + 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: + 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: + type: dict + attrs: + - variable: path + label: "path" + schema: + type: string + required: true + default: "/" + - variable: pathType + label: "pathType" + schema: + type: string + required: true + default: "Prefix" + + - variable: tls + label: "TLS-Settings" + schema: + type: list + default: [] + items: + - variable: tlsEntry + label: "Host" + schema: + type: dict + attrs: + - variable: hosts + label: "Certificate Hosts" + schema: + type: list + default: [] + items: + - variable: host + label: "Host" + schema: + type: string + default: "" + required: true + - variable: scaleCert + label: "Select TrueNAS SCALE Certificate" + schema: + type: int + $ref: + - "definitions/certificate" + + - variable: entrypoint + label: "(Advanced) 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: expert + label: "Show Expert Configuration Options" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: enableFixedMiddlewares + description: "These middlewares enforce a number of best practices." + label: "Enable Default Middlewares" + schema: + type: boolean + default: true + - variable: ingressClassName + label: "IngressClass Name" + schema: + type: string + default: "" + - variable: labelsList + label: "Labels" + schema: + type: list + default: [] + items: + - variable: labelItem + label: "Label" + schema: + type: dict + attrs: + - variable: name + label: "Name" + schema: + type: string + - variable: value + label: "Value" + schema: + type: string + - variable: annotationsList + label: "Annotations" + schema: + type: list + default: [] + items: + - variable: annotationItem + label: "Label" + schema: + type: dict + attrs: + - variable: name + label: "Name" + schema: + type: string + - variable: value + label: "Value" + schema: + type: string + + - variable: ingressList + label: "Add Manual Custom Ingresses" + group: "Ingress" + schema: + type: list + default: [] + items: + - variable: ingressListEntry + label: "Custom Ingress" + schema: + 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: labelsList + label: "Labels" + schema: + type: list + default: [] + items: + - variable: labelItem + label: "Label" + schema: + type: dict + attrs: + - variable: name + label: "Name" + schema: + type: string + - variable: value + label: "Value" + schema: + type: string + - variable: annotationsList + label: "Annotations" + schema: + type: list + default: [] + items: + - variable: annotationItem + label: "Label" + schema: + type: dict + attrs: + - variable: name + label: "Name" + schema: + type: string + - variable: value + label: "Value" + schema: + type: string + - variable: hosts + label: "Hosts" + schema: + type: list + default: [] + items: + - variable: hostEntry + label: "Host" + schema: + 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: + type: dict + attrs: + - variable: path + label: "path" + schema: + type: string + required: true + default: "/" + - variable: pathType + label: "pathType" + schema: + type: string + required: true + default: "Prefix" + - variable: service + label: "Linked Service" + schema: + type: dict + attrs: + - variable: name + label: "Service Name" + schema: + type: string + default: "" + - variable: port + label: "Service Port" + schema: + type: int + - variable: tls + label: "TLS-Settings" + schema: + type: list + default: [] + items: + - variable: tlsEntry + label: "Host" + schema: + type: dict + attrs: + - variable: hosts + label: "Certificate Hosts" + schema: + type: list + default: [] + items: + - variable: host + label: "Host" + schema: + type: string + default: "" + required: true + - variable: scaleCert + label: "Select TrueNAS SCALE Certificate" + schema: + type: int + $ref: + - "definitions/certificate" + - 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: advancedSecurity + label: "Show Advanced Security Settings" + group: "Security and Permissions" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: securityContext + label: "Security Context" + schema: + type: dict + attrs: + - variable: privileged + label: "Privileged mode" + schema: + type: boolean + default: false + - variable: readOnlyRootFilesystem + label: "ReadOnly Root Filesystem" + schema: + type: boolean + default: false + - variable: allowPrivilegeEscalation + label: "Allow Privilege Escalation" + schema: + type: boolean + default: false + - variable: runAsNonRoot + label: "runAsNonRoot" + schema: + type: boolean + default: false + + - variable: podSecurityContext + group: "Security and Permissions" + label: "Pod Security Context" + schema: + type: dict + attrs: + - 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 this App of the user running the application" + schema: + type: int + default: 0 + - variable: fsGroup + label: "fsGroup" + description: "The group that should own ALL storage." + schema: + type: int + default: 33 + - variable: supplementalGroups + label: "supplemental Groups" + schema: + type: list + default: [] + items: + - variable: supplementalGroupsEntry + label: "supplemental Group" + schema: + type: int + - variable: fsGroupChangePolicy + label: "When should we take ownership?" + schema: + type: string + default: "OnRootMismatch" + enum: + - value: "OnRootMismatch" + description: "OnRootMismatch" + - value: "Always" + description: "Always" + + + - variable: advancedresources + label: "Set Custom Resource Limits/Requests (Advanced)" + group: "Resources and Devices" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: resources + label: "" + schema: + type: dict + attrs: + - variable: limits + label: "Advanced Limit Resource Consumption" + schema: + type: dict + attrs: + - variable: cpu + label: "CPU" + schema: + type: string + default: "4000m" + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: "Memory RAM" + schema: + type: string + default: "8Gi" + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' + - variable: requests + label: "Advanced Request minimum resources required" + schema: + type: dict + attrs: + - variable: cpu + label: "CPU" + schema: + type: string + default: "10m" + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: "Memory RAM" + schema: + type: string + default: "50Mi" + 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: + 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: "hostPath" + 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" + + # Specify GPU configuration + - variable: scaleGPU + label: "GPU Configuration" + group: "Resources and Devices" + schema: + type: dict + $ref: + - "definitions/gpuConfiguration" + attrs: [] + + - variable: autoscaling + group: "Advanced" + label: "(Advanced) Horizontal Pod Autoscaler" + schema: + type: dict + attrs: + - 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: addons + group: "Addons" + label: "" + schema: + type: dict + attrs: + - variable: vpn + label: "VPN" + schema: + type: dict + attrs: + - variable: type + label: "Type" + schema: + type: string + default: "disabled" + enum: + - value: "disabled" + description: "disabled" + - value: "openvpn" + description: "OpenVPN" + - value: "wireguard" + description: "Wireguard" + - variable: openvpn + label: "OpenVPN Settings" + schema: + type: dict + show_if: [["type", "=", "openvpn"]] + attrs: + - variable: username + label: "authentication username" + description: "authentication username, optional" + schema: + type: string + default: "" + - variable: password + label: "authentication password" + description: "authentication credentials" + schema: + type: string + default: "" + required: true + - 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 ipv4 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: dict + show_if: [["type", "!=", "disabled"]] + attrs: + - variable: enabled + label: "enabled" + schema: + type: boolean + default: true + hidden: true + - variable: type + label: "type" + schema: + type: string + default: "hostPath" + hidden: true + - variable: hostPathType + label: "hostPathType" + schema: + type: string + default: "File" + hidden: true + - variable: noMount + label: "noMount" + schema: + type: boolean + default: true + hidden: true + - variable: hostPath + label: "Full path to file" + description: "path to your local VPN config file for example: /mnt/tank/vpn.conf or /mnt/tank/vpn.ovpn" + schema: + type: string + default: "" + required: true + - variable: envList + label: "VPN environment Variables" + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: "Environment Variable" + schema: + type: dict + attrs: + - variable: name + label: "Name" + schema: + type: string + required: true + - variable: value + label: "Value" + schema: + type: string + required: true + + - variable: codeserver + label: "Codeserver" + schema: + type: dict + attrs: + - variable: enabled + label: "enabled" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: git + label: "Git Settings" + schema: + type: dict + attrs: + - variable: deployKey + description: "Raw SSH private key" + label: "deployKey" + schema: + type: string + - variable: deployKeyBase64 + description: "Base64-encoded SSH private key. When both variables are set, the raw SSH key takes precedence" + label: "deployKeyBase64" + schema: + type: string + - variable: service + label: "" + schema: + type: dict + attrs: + - variable: type + label: "Service Type" + description: "ClusterIP's are only internally available, nodePorts expose the container to the host node System, Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: "NodePort" + enum: + - value: "NodePort" + description: "NodePort" + - value: "ClusterIP" + description: "ClusterIP" + - value: "LoadBalancer" + description: "LoadBalancer" + - variable: loadBalancerIP + label: "LoadBalancer IP" + description: "LoadBalancerIP" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: externalIPs + label: "External IP's" + description: "External IP's" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: list + default: [] + items: + - variable: externalIP + label: "External IP" + schema: + type: string + - variable: ports + label: "" + schema: + type: dict + attrs: + - variable: codeserver + label: "" + schema: + type: dict + attrs: + - variable: nodePort + description: "leave empty to disable" + label: "nodePort" + schema: + type: int + default: 36107 + - variable: envList + label: "Codeserver environment Variables" + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: "Environment Variable" + schema: + type: dict + attrs: + - variable: name + label: "Name" + schema: + type: string + required: true + - variable: value + label: "Value" + schema: + type: string + required: true + + + - variable: promtail + label: "Promtail" + schema: + type: dict + attrs: + - variable: enabled + label: "enabled" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: loki + label: "Loki URL" + schema: + type: string + required: true + - variable: logs + label: "Log Paths" + schema: + type: dict + attrs: + - variable: name + label: "Name" + schema: + type: string + required: true + - variable: path + label: "Path" + schema: + type: string + required: true + - variable: args + label: "Promtail ecommand line arguments" + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: arg + label: "Arg" + schema: + type: string + required: true + - variable: envList + label: "Promtail environment Variables" + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: "Environment Variable" + schema: + 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: + 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: + type: dict + attrs: + - variable: name + label: "Name" + schema: + type: string + required: true + - variable: value + label: "Value" + schema: + type: string + required: true diff --git a/stable/nextcloud/10.0.5/templates/_configmap.tpl b/stable/nextcloud/10.0.5/templates/_configmap.tpl new file mode 100644 index 00000000000..3bb5a51325b --- /dev/null +++ b/stable/nextcloud/10.0.5/templates/_configmap.tpl @@ -0,0 +1,35 @@ +{{/* Define the configmap */}} +{{- define "nextcloud.configmap" -}} + +{{- $hosts := "" }} +{{- if .Values.ingress.main.enabled }} +{{- range .Values.ingress }} +{{- range $index, $host := .hosts }} + {{- if $index }} + {{ $hosts = ( printf "%v %v" $hosts $host.host ) }} + {{- else }} + {{ $hosts = ( printf "%s" $host.host ) }} + {{- end }} +{{- end }} +{{- end }} +{{- end }} +--- +apiVersion: v1 +kind: ConfigMap +metadata: + name: nextcloudconfig +data: + NEXTCLOUD_TRUSTED_DOMAINS: {{ ( printf "%v %v %v %v %v" "test.fakedomain.dns" ( .Values.env.NODE_IP | default "localhost" ) ( printf "%v-%v" .Release.Name "nextcloud" ) ( printf "%v-%v" .Release.Name "nextcloud-hpb" ) $hosts ) | quote }} + {{- if .Values.ingress.main.enabled }} + APACHE_DISABLE_REWRITE_IP: "1" + {{- end }} + +--- +apiVersion: v1 +kind: ConfigMap +metadata: + name: hpbconfig +data: + NEXTCLOUD_URL: {{ ( printf "%v-%v" .Release.Name "nextcloud" ) | quote }} + +{{- end -}} diff --git a/stable/nextcloud/10.0.5/templates/_cronjob.tpl b/stable/nextcloud/10.0.5/templates/_cronjob.tpl new file mode 100644 index 00000000000..96a0b6145c6 --- /dev/null +++ b/stable/nextcloud/10.0.5/templates/_cronjob.tpl @@ -0,0 +1,51 @@ +{{/* Define the cronjob */}} +{{- define "nextcloud.cronjob" -}} +{{- $jobName := include "common.names.fullname" . }} + +--- +apiVersion: batch/v1beta1 +kind: CronJob +metadata: + name: {{ printf "%s-cronjob" $jobName }} + labels: + {{- include "common.labels" . | nindent 4 }} +spec: + schedule: "{{ .Values.cronjob.schedule }}" + concurrencyPolicy: Forbid + {{- with .Values.cronjob.failedJobsHistoryLimit }} + failedJobsHistoryLimit: {{ . }} + {{- end }} + {{- with .Values.cronjob.successfulJobsHistoryLimit }} + successfulJobsHistoryLimit: {{ . }} + {{- end }} + jobTemplate: + metadata: + spec: + template: + metadata: + spec: + restartPolicy: Never + {{- with (include "common.controller.volumes" . | trim) }} + volumes: + {{- nindent 12 . }} + {{- end }} + containers: + - name: {{ .Chart.Name }} + image: "{{ .Values.image.repository }}:{{ default .Values.image.tag }}" + imagePullPolicy: {{ default .Values.image.pullPolicy }} + command: [ "php" ] + args: + - "-f" + - "/var/www/html/cron.php" + # Will mount configuration files as www-data (id: 33) by default for nextcloud + {{- with (include "common.controller.volumeMounts" . | trim) }} + volumeMounts: + {{ nindent 16 . }} + {{- end }} + securityContext: + runAsUser: 33 + runAsGroup: 33 + resources: +{{ toYaml .Values.resources | indent 16 }} + +{{- end -}} diff --git a/stable/nextcloud/10.0.5/templates/common.yaml b/stable/nextcloud/10.0.5/templates/common.yaml new file mode 100644 index 00000000000..801767a012a --- /dev/null +++ b/stable/nextcloud/10.0.5/templates/common.yaml @@ -0,0 +1,14 @@ +{{/* Make sure all variables are set properly */}} +{{- include "common.setup" . }} + +{{/* Render configmap for nextcloud */}} +{{- include "nextcloud.configmap" . }} + +{{- $newMiddlewares := append .Values.ingress.main.fixedMiddlewares "tc-nextcloud-chain" }} +{{- $_ := set .Values.ingress.main "fixedMiddlewares" $newMiddlewares -}} + +{{/* Render cronjob for nextcloud */}} +{{- include "nextcloud.cronjob" . }} + +{{/* Render the templates */}} +{{ include "common.postSetup" . }} diff --git a/stable/readarr/9.0.15/values.yaml b/stable/nextcloud/10.0.5/values.yaml similarity index 100% rename from stable/readarr/9.0.15/values.yaml rename to stable/nextcloud/10.0.5/values.yaml diff --git a/stable/photoshow/1.0.11/Chart.lock b/stable/photoshow/1.0.11/Chart.lock deleted file mode 100644 index b649e298da7..00000000000 --- a/stable/photoshow/1.0.11/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org - version: 8.6.3 -digest: sha256:9d695d9ecf86a5131e60cd13963618e0bbe6fa61a94250c4e95f7f377273947f -generated: "2021-11-16T22:37:08.793113723Z" diff --git a/stable/photoshow/1.0.11/CHANGELOG.md b/stable/photoshow/1.0.12/CHANGELOG.md similarity index 92% rename from stable/photoshow/1.0.11/CHANGELOG.md rename to stable/photoshow/1.0.12/CHANGELOG.md index 08e48931d55..3efa6714dd0 100644 --- a/stable/photoshow/1.0.11/CHANGELOG.md +++ b/stable/photoshow/1.0.12/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [photoshow-1.0.12](https://github.com/truecharts/apps/compare/photoshow-1.0.11...photoshow-1.0.12) (2021-11-22) + +#### Chore + +* update non-major ([#1380](https://github.com/truecharts/apps/issues/1380)) + + + ### [photoshow-1.0.11](https://github.com/truecharts/apps/compare/photoshow-1.0.10...photoshow-1.0.11) (2021-11-16) @@ -88,12 +97,3 @@ * update non-major deps helm releases ([#1264](https://github.com/truecharts/apps/issues/1264)) - - - -### [photoshow-1.0.3](https://github.com/truecharts/apps/compare/photoshow-1.0.2...photoshow-1.0.3) (2021-11-01) - -#### Chore - -* update non-major ([#1263](https://github.com/truecharts/apps/issues/1263)) - diff --git a/stable/remmina/1.0.11/CONFIG.md b/stable/photoshow/1.0.12/CONFIG.md similarity index 100% rename from stable/remmina/1.0.11/CONFIG.md rename to stable/photoshow/1.0.12/CONFIG.md diff --git a/stable/photoshow/1.0.12/Chart.lock b/stable/photoshow/1.0.12/Chart.lock new file mode 100644 index 00000000000..a3a3f33c43b --- /dev/null +++ b/stable/photoshow/1.0.12/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org + version: 8.6.3 +digest: sha256:9d695d9ecf86a5131e60cd13963618e0bbe6fa61a94250c4e95f7f377273947f +generated: "2021-11-22T21:08:13.550288933Z" diff --git a/stable/photoshow/1.0.11/Chart.yaml b/stable/photoshow/1.0.12/Chart.yaml similarity index 98% rename from stable/photoshow/1.0.11/Chart.yaml rename to stable/photoshow/1.0.12/Chart.yaml index ca518973d8b..68195b8d415 100644 --- a/stable/photoshow/1.0.11/Chart.yaml +++ b/stable/photoshow/1.0.12/Chart.yaml @@ -23,7 +23,7 @@ sources: - https://github.com/thibaud-rohmer/PhotoShow - https://github.com/linuxserver/docker-photoshow type: application -version: 1.0.11 +version: 1.0.12 annotations: truecharts.org/catagories: | - media diff --git a/stable/photoshow/1.0.11/README.md b/stable/photoshow/1.0.12/README.md similarity index 100% rename from stable/photoshow/1.0.11/README.md rename to stable/photoshow/1.0.12/README.md diff --git a/stable/photoshow/1.0.11/app-readme.md b/stable/photoshow/1.0.12/app-readme.md similarity index 100% rename from stable/photoshow/1.0.11/app-readme.md rename to stable/photoshow/1.0.12/app-readme.md diff --git a/stable/minio-console/1.0.11/charts/common-8.6.3.tgz b/stable/photoshow/1.0.12/charts/common-8.6.3.tgz similarity index 100% rename from stable/minio-console/1.0.11/charts/common-8.6.3.tgz rename to stable/photoshow/1.0.12/charts/common-8.6.3.tgz diff --git a/stable/photoshow/1.0.11/helm-values.md b/stable/photoshow/1.0.12/helm-values.md similarity index 91% rename from stable/photoshow/1.0.11/helm-values.md rename to stable/photoshow/1.0.12/helm-values.md index 2a4360da85b..019547b598b 100644 --- a/stable/photoshow/1.0.11/helm-values.md +++ b/stable/photoshow/1.0.12/helm-values.md @@ -14,7 +14,7 @@ You will, however, be able to use all values referenced in the common chart here | env.PUID | int | `568` | | | image.pullPolicy | string | `"IfNotPresent"` | | | image.repository | string | `"ghcr.io/linuxserver/photoshow"` | | -| image.tag | string | `"version-48aabb98@sha256:dc926bce9cdfb75462bd1c86c7c27be8287ec125725a6de46502184298668e88"` | | +| image.tag | string | `"version-48aabb98@sha256:c6f3575f271615c367edcf27c3c1b6b8d89c95a2ff333d44c5a982b7d7b251bb"` | | | persistence.config.enabled | bool | `true` | | | persistence.config.mountPath | string | `"/config"` | | | persistence.varrun.enabled | bool | `true` | | diff --git a/stable/photoshow/1.0.11/ix_values.yaml b/stable/photoshow/1.0.12/ix_values.yaml similarity index 80% rename from stable/photoshow/1.0.11/ix_values.yaml rename to stable/photoshow/1.0.12/ix_values.yaml index 3898dfd26ca..1a47f55e839 100644 --- a/stable/photoshow/1.0.11/ix_values.yaml +++ b/stable/photoshow/1.0.12/ix_values.yaml @@ -1,7 +1,7 @@ image: repository: ghcr.io/linuxserver/photoshow pullPolicy: IfNotPresent - tag: version-48aabb98@sha256:dc926bce9cdfb75462bd1c86c7c27be8287ec125725a6de46502184298668e88 + tag: version-48aabb98@sha256:c6f3575f271615c367edcf27c3c1b6b8d89c95a2ff333d44c5a982b7d7b251bb env: PUID: 568 diff --git a/stable/photoshow/1.0.11/questions.yaml b/stable/photoshow/1.0.12/questions.yaml similarity index 100% rename from stable/photoshow/1.0.11/questions.yaml rename to stable/photoshow/1.0.12/questions.yaml diff --git a/stable/photoshow/1.0.11/templates/common.yaml b/stable/photoshow/1.0.12/templates/common.yaml similarity index 100% rename from stable/photoshow/1.0.11/templates/common.yaml rename to stable/photoshow/1.0.12/templates/common.yaml diff --git a/stable/remmina/1.0.11/values.yaml b/stable/photoshow/1.0.12/values.yaml similarity index 100% rename from stable/remmina/1.0.11/values.yaml rename to stable/photoshow/1.0.12/values.yaml diff --git a/stable/prowlarr/4.0.14/Chart.lock b/stable/prowlarr/4.0.14/Chart.lock deleted file mode 100644 index 38ad7e5a4d2..00000000000 --- a/stable/prowlarr/4.0.14/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org - version: 8.6.3 -digest: sha256:9d695d9ecf86a5131e60cd13963618e0bbe6fa61a94250c4e95f7f377273947f -generated: "2021-11-18T22:08:01.981567088Z" diff --git a/stable/prowlarr/4.0.14/CHANGELOG.md b/stable/prowlarr/4.0.15/CHANGELOG.md similarity index 89% rename from stable/prowlarr/4.0.14/CHANGELOG.md rename to stable/prowlarr/4.0.15/CHANGELOG.md index 622b3bdc0ed..2e00f7b28a6 100644 --- a/stable/prowlarr/4.0.14/CHANGELOG.md +++ b/stable/prowlarr/4.0.15/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [prowlarr-4.0.15](https://github.com/truecharts/apps/compare/prowlarr-4.0.14...prowlarr-4.0.15) (2021-11-22) + +#### Chore + +* update non-major ([#1380](https://github.com/truecharts/apps/issues/1380)) + + + ### [prowlarr-4.0.14](https://github.com/truecharts/apps/compare/prowlarr-4.0.13...prowlarr-4.0.14) (2021-11-18) @@ -88,12 +97,3 @@ #### Chore -* update non-major deps helm releases ([#1291](https://github.com/truecharts/apps/issues/1291)) - -#### Chore - -* Simplify GUI for deployment, persistence and securityContext ([#1289](https://github.com/truecharts/apps/issues/1289)) - -#### Feat - -* Simplify the Services GUI ([#1290](https://github.com/truecharts/apps/issues/1290)) diff --git a/stable/smokeping/1.0.11/CONFIG.md b/stable/prowlarr/4.0.15/CONFIG.md similarity index 100% rename from stable/smokeping/1.0.11/CONFIG.md rename to stable/prowlarr/4.0.15/CONFIG.md diff --git a/stable/prowlarr/4.0.15/Chart.lock b/stable/prowlarr/4.0.15/Chart.lock new file mode 100644 index 00000000000..35191d93c0d --- /dev/null +++ b/stable/prowlarr/4.0.15/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org + version: 8.6.3 +digest: sha256:9d695d9ecf86a5131e60cd13963618e0bbe6fa61a94250c4e95f7f377273947f +generated: "2021-11-22T21:08:40.643004213Z" diff --git a/stable/prowlarr/4.0.14/Chart.yaml b/stable/prowlarr/4.0.15/Chart.yaml similarity index 94% rename from stable/prowlarr/4.0.14/Chart.yaml rename to stable/prowlarr/4.0.15/Chart.yaml index 0e489b69507..174c7b8bad0 100644 --- a/stable/prowlarr/4.0.14/Chart.yaml +++ b/stable/prowlarr/4.0.15/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: "0.1.3.1104" +appVersion: "0.1.4.1127" dependencies: - name: common repository: https://truecharts.org @@ -21,7 +21,7 @@ name: prowlarr sources: - https://github.com/Prowlarr/Prowlarr - https://github.com/k8s-at-home/container-images -version: 4.0.14 +version: 4.0.15 annotations: truecharts.org/catagories: | - media diff --git a/stable/prowlarr/4.0.14/README.md b/stable/prowlarr/4.0.15/README.md similarity index 100% rename from stable/prowlarr/4.0.14/README.md rename to stable/prowlarr/4.0.15/README.md diff --git a/stable/prowlarr/4.0.14/app-readme.md b/stable/prowlarr/4.0.15/app-readme.md similarity index 100% rename from stable/prowlarr/4.0.14/app-readme.md rename to stable/prowlarr/4.0.15/app-readme.md diff --git a/stable/navidrome/9.0.10/charts/common-8.6.3.tgz b/stable/prowlarr/4.0.15/charts/common-8.6.3.tgz similarity index 100% rename from stable/navidrome/9.0.10/charts/common-8.6.3.tgz rename to stable/prowlarr/4.0.15/charts/common-8.6.3.tgz diff --git a/stable/prowlarr/4.0.14/helm-values.md b/stable/prowlarr/4.0.15/helm-values.md similarity index 91% rename from stable/prowlarr/4.0.14/helm-values.md rename to stable/prowlarr/4.0.15/helm-values.md index 31f04ad82fa..b277041cd46 100644 --- a/stable/prowlarr/4.0.14/helm-values.md +++ b/stable/prowlarr/4.0.15/helm-values.md @@ -15,7 +15,7 @@ You will, however, be able to use all values referenced in the common chart here | env.TZ | string | `"UTC"` | Set the container timezone | | image.pullPolicy | string | `"IfNotPresent"` | image pull policy | | image.repository | string | `"ghcr.io/k8s-at-home/prowlarr"` | image repository | -| image.tag | string | `"v0.1.3.1104@sha256:0e05fea2ec9fb8456ed4440b1a604e51ce81df553090af358d93816cc8858f9d"` | image tag | +| image.tag | string | `"v0.1.4.1127@sha256:439951eb91940032c77c8774a8a24c672cb2a1743b4b2a33f4cdacdbd17ab42f"` | image tag | | ingress.main | object | See values.yaml | Enable and configure ingress settings for the chart under this key. | | persistence | object | See values.yaml | Configure persistence settings for the chart under this key. | | securityContext.readOnlyRootFilesystem | bool | `false` | | diff --git a/stable/prowlarr/4.0.14/ix_values.yaml b/stable/prowlarr/4.0.15/ix_values.yaml similarity index 91% rename from stable/prowlarr/4.0.14/ix_values.yaml rename to stable/prowlarr/4.0.15/ix_values.yaml index 1c38a9a6c14..ec0e728cfc5 100644 --- a/stable/prowlarr/4.0.14/ix_values.yaml +++ b/stable/prowlarr/4.0.15/ix_values.yaml @@ -9,7 +9,7 @@ image: # -- image repository repository: ghcr.io/k8s-at-home/prowlarr # -- image tag - tag: v0.1.3.1104@sha256:0e05fea2ec9fb8456ed4440b1a604e51ce81df553090af358d93816cc8858f9d + tag: v0.1.4.1127@sha256:439951eb91940032c77c8774a8a24c672cb2a1743b4b2a33f4cdacdbd17ab42f # -- image pull policy pullPolicy: IfNotPresent diff --git a/stable/prowlarr/4.0.14/questions.yaml b/stable/prowlarr/4.0.15/questions.yaml similarity index 100% rename from stable/prowlarr/4.0.14/questions.yaml rename to stable/prowlarr/4.0.15/questions.yaml diff --git a/stable/readarr/9.0.15/templates/common.yaml b/stable/prowlarr/4.0.15/templates/common.yaml similarity index 100% rename from stable/readarr/9.0.15/templates/common.yaml rename to stable/prowlarr/4.0.15/templates/common.yaml diff --git a/stable/smokeping/1.0.11/values.yaml b/stable/prowlarr/4.0.15/values.yaml similarity index 100% rename from stable/smokeping/1.0.11/values.yaml rename to stable/prowlarr/4.0.15/values.yaml diff --git a/stable/readarr/9.0.15/Chart.lock b/stable/readarr/9.0.15/Chart.lock deleted file mode 100644 index e8f1b17ab99..00000000000 --- a/stable/readarr/9.0.15/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org - version: 8.6.3 -digest: sha256:9d695d9ecf86a5131e60cd13963618e0bbe6fa61a94250c4e95f7f377273947f -generated: "2021-11-18T22:08:31.015898083Z" diff --git a/stable/readarr/9.0.15/CHANGELOG.md b/stable/readarr/9.0.16/CHANGELOG.md similarity index 89% rename from stable/readarr/9.0.15/CHANGELOG.md rename to stable/readarr/9.0.16/CHANGELOG.md index b0d986c1280..40494e7a8e8 100644 --- a/stable/readarr/9.0.15/CHANGELOG.md +++ b/stable/readarr/9.0.16/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [readarr-9.0.16](https://github.com/truecharts/apps/compare/readarr-9.0.15...readarr-9.0.16) (2021-11-22) + +#### Chore + +* update non-major ([#1380](https://github.com/truecharts/apps/issues/1380)) + + + ### [readarr-9.0.15](https://github.com/truecharts/apps/compare/readarr-9.0.14...readarr-9.0.15) (2021-11-18) @@ -88,12 +97,3 @@ #### Chore -* update non-major deps helm releases ([#1291](https://github.com/truecharts/apps/issues/1291)) - -#### Chore - -* Simplify GUI for deployment, persistence and securityContext ([#1289](https://github.com/truecharts/apps/issues/1289)) - -#### Feat - -* Simplify the Services GUI ([#1290](https://github.com/truecharts/apps/issues/1290)) diff --git a/stable/tt-rss/4.0.2/CONFIG.md b/stable/readarr/9.0.16/CONFIG.md similarity index 100% rename from stable/tt-rss/4.0.2/CONFIG.md rename to stable/readarr/9.0.16/CONFIG.md diff --git a/stable/readarr/9.0.16/Chart.lock b/stable/readarr/9.0.16/Chart.lock new file mode 100644 index 00000000000..dc9003df497 --- /dev/null +++ b/stable/readarr/9.0.16/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org + version: 8.6.3 +digest: sha256:9d695d9ecf86a5131e60cd13963618e0bbe6fa61a94250c4e95f7f377273947f +generated: "2021-11-22T21:09:07.305966981Z" diff --git a/stable/readarr/9.0.15/Chart.yaml b/stable/readarr/9.0.16/Chart.yaml similarity index 94% rename from stable/readarr/9.0.15/Chart.yaml rename to stable/readarr/9.0.16/Chart.yaml index 8f744879291..d2cdb217620 100644 --- a/stable/readarr/9.0.15/Chart.yaml +++ b/stable/readarr/9.0.16/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: "0.1.0.1041" +appVersion: "0.1.0.1053" dependencies: - name: common repository: https://truecharts.org @@ -24,7 +24,7 @@ sources: - https://github.com/Readarr/Readarr - https://readarr.com type: application -version: 9.0.15 +version: 9.0.16 annotations: truecharts.org/catagories: | - media diff --git a/stable/readarr/9.0.15/README.md b/stable/readarr/9.0.16/README.md similarity index 100% rename from stable/readarr/9.0.15/README.md rename to stable/readarr/9.0.16/README.md diff --git a/stable/readarr/9.0.15/app-readme.md b/stable/readarr/9.0.16/app-readme.md similarity index 100% rename from stable/readarr/9.0.15/app-readme.md rename to stable/readarr/9.0.16/app-readme.md diff --git a/stable/photoshow/1.0.11/charts/common-8.6.3.tgz b/stable/readarr/9.0.16/charts/common-8.6.3.tgz similarity index 100% rename from stable/photoshow/1.0.11/charts/common-8.6.3.tgz rename to stable/readarr/9.0.16/charts/common-8.6.3.tgz diff --git a/stable/readarr/9.0.15/helm-values.md b/stable/readarr/9.0.16/helm-values.md similarity index 94% rename from stable/readarr/9.0.15/helm-values.md rename to stable/readarr/9.0.16/helm-values.md index da1cd692dc1..bb55920ace8 100644 --- a/stable/readarr/9.0.15/helm-values.md +++ b/stable/readarr/9.0.16/helm-values.md @@ -14,7 +14,7 @@ You will, however, be able to use all values referenced in the common chart here | env | object | `{}` | | | image.pullPolicy | string | `"IfNotPresent"` | | | image.repository | string | `"ghcr.io/k8s-at-home/readarr"` | | -| image.tag | string | `"v0.1.0.1041@sha256:7fdce908fa5f17c7fc311d9c90b7a53f3cea2db5278dfeba5336ceac9c5aa9e6"` | | +| image.tag | string | `"v0.1.0.1053@sha256:2fe90df84cf7007ca4e7fb6699f4aa383b72346240dd7570acbcd0c331d990f7"` | | | persistence.config.enabled | bool | `true` | | | persistence.config.mountPath | string | `"/config"` | | | probes.liveness.custom | bool | `true` | | diff --git a/stable/readarr/9.0.15/ix_values.yaml b/stable/readarr/9.0.16/ix_values.yaml similarity index 91% rename from stable/readarr/9.0.15/ix_values.yaml rename to stable/readarr/9.0.16/ix_values.yaml index e284ba7b9ae..67203a04abf 100644 --- a/stable/readarr/9.0.15/ix_values.yaml +++ b/stable/readarr/9.0.16/ix_values.yaml @@ -3,7 +3,7 @@ image: repository: ghcr.io/k8s-at-home/readarr pullPolicy: IfNotPresent - tag: v0.1.0.1041@sha256:7fdce908fa5f17c7fc311d9c90b7a53f3cea2db5278dfeba5336ceac9c5aa9e6 + tag: v0.1.0.1053@sha256:2fe90df84cf7007ca4e7fb6699f4aa383b72346240dd7570acbcd0c331d990f7 securityContext: readOnlyRootFilesystem: false diff --git a/stable/readarr/9.0.15/questions.yaml b/stable/readarr/9.0.16/questions.yaml similarity index 100% rename from stable/readarr/9.0.15/questions.yaml rename to stable/readarr/9.0.16/questions.yaml diff --git a/stable/unifi/9.0.10/templates/common.yaml b/stable/readarr/9.0.16/templates/common.yaml similarity index 100% rename from stable/unifi/9.0.10/templates/common.yaml rename to stable/readarr/9.0.16/templates/common.yaml diff --git a/stable/tt-rss/4.0.2/values.yaml b/stable/readarr/9.0.16/values.yaml similarity index 100% rename from stable/tt-rss/4.0.2/values.yaml rename to stable/readarr/9.0.16/values.yaml diff --git a/stable/remmina/1.0.11/Chart.lock b/stable/remmina/1.0.11/Chart.lock deleted file mode 100644 index 507c6b799ab..00000000000 --- a/stable/remmina/1.0.11/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org - version: 8.6.3 -digest: sha256:9d695d9ecf86a5131e60cd13963618e0bbe6fa61a94250c4e95f7f377273947f -generated: "2021-11-16T22:44:19.693567458Z" diff --git a/stable/remmina/1.0.11/CHANGELOG.md b/stable/remmina/1.0.12/CHANGELOG.md similarity index 92% rename from stable/remmina/1.0.11/CHANGELOG.md rename to stable/remmina/1.0.12/CHANGELOG.md index 147243de696..340a0b57864 100644 --- a/stable/remmina/1.0.11/CHANGELOG.md +++ b/stable/remmina/1.0.12/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [remmina-1.0.12](https://github.com/truecharts/apps/compare/remmina-1.0.11...remmina-1.0.12) (2021-11-22) + +#### Chore + +* update non-major ([#1380](https://github.com/truecharts/apps/issues/1380)) + + + ### [remmina-1.0.11](https://github.com/truecharts/apps/compare/remmina-1.0.10...remmina-1.0.11) (2021-11-16) @@ -88,12 +97,3 @@ #### Chore * update non-major ([#1265](https://github.com/truecharts/apps/issues/1265)) - - - - -### [remmina-1.0.3](https://github.com/truecharts/apps/compare/remmina-1.0.2...remmina-1.0.3) (2021-11-01) - -#### Chore - -* update non-major deps helm releases ([#1264](https://github.com/truecharts/apps/issues/1264)) diff --git a/stable/unifi/9.0.10/CONFIG.md b/stable/remmina/1.0.12/CONFIG.md similarity index 100% rename from stable/unifi/9.0.10/CONFIG.md rename to stable/remmina/1.0.12/CONFIG.md diff --git a/stable/remmina/1.0.12/Chart.lock b/stable/remmina/1.0.12/Chart.lock new file mode 100644 index 00000000000..0b944ab86f2 --- /dev/null +++ b/stable/remmina/1.0.12/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org + version: 8.6.3 +digest: sha256:9d695d9ecf86a5131e60cd13963618e0bbe6fa61a94250c4e95f7f377273947f +generated: "2021-11-22T21:09:34.854049561Z" diff --git a/stable/remmina/1.0.11/Chart.yaml b/stable/remmina/1.0.12/Chart.yaml similarity index 97% rename from stable/remmina/1.0.11/Chart.yaml rename to stable/remmina/1.0.12/Chart.yaml index 856fdde91a1..f77bfc2674a 100644 --- a/stable/remmina/1.0.11/Chart.yaml +++ b/stable/remmina/1.0.12/Chart.yaml @@ -22,7 +22,7 @@ sources: - https://github.com/linuxserver/docker-remmina - https://remmina.org/ type: application -version: 1.0.11 +version: 1.0.12 annotations: truecharts.org/catagories: | - media diff --git a/stable/remmina/1.0.11/README.md b/stable/remmina/1.0.12/README.md similarity index 100% rename from stable/remmina/1.0.11/README.md rename to stable/remmina/1.0.12/README.md diff --git a/stable/remmina/1.0.11/app-readme.md b/stable/remmina/1.0.12/app-readme.md similarity index 100% rename from stable/remmina/1.0.11/app-readme.md rename to stable/remmina/1.0.12/app-readme.md diff --git a/stable/prowlarr/4.0.14/charts/common-8.6.3.tgz b/stable/remmina/1.0.12/charts/common-8.6.3.tgz similarity index 100% rename from stable/prowlarr/4.0.14/charts/common-8.6.3.tgz rename to stable/remmina/1.0.12/charts/common-8.6.3.tgz diff --git a/stable/remmina/1.0.11/helm-values.md b/stable/remmina/1.0.12/helm-values.md similarity index 94% rename from stable/remmina/1.0.11/helm-values.md rename to stable/remmina/1.0.12/helm-values.md index 7d48671c00a..57fa0f96a4d 100644 --- a/stable/remmina/1.0.11/helm-values.md +++ b/stable/remmina/1.0.12/helm-values.md @@ -14,7 +14,7 @@ You will, however, be able to use all values referenced in the common chart here | env.PUID | int | `568` | | | image.pullPolicy | string | `"IfNotPresent"` | | | image.repository | string | `"ghcr.io/linuxserver/remmina"` | | -| image.tag | string | `"version-1.2.0-rcgit.29dfsg-1ubuntu1@sha256:01fca6acb61d794d5eeab91110c61a2b0afce8f50b459ecb70d5d6b523b162d6"` | | +| image.tag | string | `"version-1.2.0-rcgit.29dfsg-1ubuntu1@sha256:d45c3ba938709a161dc6d0e9d72db82db71142684dcf6738dcb15d06f130e02b"` | | | persistence.config.enabled | bool | `true` | | | persistence.config.mountPath | string | `"/config"` | | | persistence.varrun.enabled | bool | `true` | | diff --git a/stable/remmina/1.0.11/ix_values.yaml b/stable/remmina/1.0.12/ix_values.yaml similarity index 77% rename from stable/remmina/1.0.11/ix_values.yaml rename to stable/remmina/1.0.12/ix_values.yaml index 246226261c5..fb987f30199 100644 --- a/stable/remmina/1.0.11/ix_values.yaml +++ b/stable/remmina/1.0.12/ix_values.yaml @@ -1,7 +1,7 @@ image: repository: ghcr.io/linuxserver/remmina pullPolicy: IfNotPresent - tag: version-1.2.0-rcgit.29dfsg-1ubuntu1@sha256:01fca6acb61d794d5eeab91110c61a2b0afce8f50b459ecb70d5d6b523b162d6 + tag: version-1.2.0-rcgit.29dfsg-1ubuntu1@sha256:d45c3ba938709a161dc6d0e9d72db82db71142684dcf6738dcb15d06f130e02b env: PUID: 568 diff --git a/stable/remmina/1.0.11/questions.yaml b/stable/remmina/1.0.12/questions.yaml similarity index 100% rename from stable/remmina/1.0.11/questions.yaml rename to stable/remmina/1.0.12/questions.yaml diff --git a/stable/remmina/1.0.11/templates/common.yaml b/stable/remmina/1.0.12/templates/common.yaml similarity index 100% rename from stable/remmina/1.0.11/templates/common.yaml rename to stable/remmina/1.0.12/templates/common.yaml diff --git a/stable/unifi/9.0.10/values.yaml b/stable/remmina/1.0.12/values.yaml similarity index 100% rename from stable/unifi/9.0.10/values.yaml rename to stable/remmina/1.0.12/values.yaml diff --git a/stable/smokeping/1.0.11/Chart.lock b/stable/smokeping/1.0.11/Chart.lock deleted file mode 100644 index 3c27301b189..00000000000 --- a/stable/smokeping/1.0.11/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org - version: 8.6.3 -digest: sha256:9d695d9ecf86a5131e60cd13963618e0bbe6fa61a94250c4e95f7f377273947f -generated: "2021-11-16T22:48:00.529433385Z" diff --git a/stable/smokeping/1.0.11/CHANGELOG.md b/stable/smokeping/1.0.12/CHANGELOG.md similarity index 92% rename from stable/smokeping/1.0.11/CHANGELOG.md rename to stable/smokeping/1.0.12/CHANGELOG.md index 1387840aa6a..84034d1922f 100644 --- a/stable/smokeping/1.0.11/CHANGELOG.md +++ b/stable/smokeping/1.0.12/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [smokeping-1.0.12](https://github.com/truecharts/apps/compare/smokeping-1.0.11...smokeping-1.0.12) (2021-11-22) + +#### Chore + +* update non-major ([#1380](https://github.com/truecharts/apps/issues/1380)) + + + ### [smokeping-1.0.11](https://github.com/truecharts/apps/compare/smokeping-1.0.10...smokeping-1.0.11) (2021-11-16) @@ -88,12 +97,3 @@ * update non-major deps helm releases ([#1264](https://github.com/truecharts/apps/issues/1264)) - - - -### [smokeping-1.0.3](https://github.com/truecharts/apps/compare/smokeping-1.0.2...smokeping-1.0.3) (2021-11-01) - -#### Chore - -* update non-major ([#1263](https://github.com/truecharts/apps/issues/1263)) - diff --git a/stable/smokeping/1.0.12/CONFIG.md b/stable/smokeping/1.0.12/CONFIG.md new file mode 100644 index 00000000000..fc9b2fa2d5f --- /dev/null +++ b/stable/smokeping/1.0.12/CONFIG.md @@ -0,0 +1,8 @@ +# Configuration Options + +##### Connecting to other apps +If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our "Linking Apps Internally" quick-start guide: +https://truecharts.org/manual/Quick-Start%20Guides/14-linking-apps/ + +##### Available config options +In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/dependency/postgresql/6.0.4/Chart.lock b/stable/smokeping/1.0.12/Chart.lock similarity index 79% rename from dependency/postgresql/6.0.4/Chart.lock rename to stable/smokeping/1.0.12/Chart.lock index 86d5dc97f85..e189bdd8531 100644 --- a/dependency/postgresql/6.0.4/Chart.lock +++ b/stable/smokeping/1.0.12/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org version: 8.6.3 digest: sha256:9d695d9ecf86a5131e60cd13963618e0bbe6fa61a94250c4e95f7f377273947f -generated: "2021-11-18T22:01:52.94948669Z" +generated: "2021-11-22T21:10:02.36699247Z" diff --git a/stable/smokeping/1.0.11/Chart.yaml b/stable/smokeping/1.0.12/Chart.yaml similarity index 97% rename from stable/smokeping/1.0.11/Chart.yaml rename to stable/smokeping/1.0.12/Chart.yaml index 0c01ac5ce7c..05987e99f49 100644 --- a/stable/smokeping/1.0.11/Chart.yaml +++ b/stable/smokeping/1.0.12/Chart.yaml @@ -21,7 +21,7 @@ sources: - https://oss.oetiker.ch/smokeping/ - https://hub.docker.com/r/linuxserver/smokeping type: application -version: 1.0.11 +version: 1.0.12 annotations: truecharts.org/catagories: | - media diff --git a/stable/smokeping/1.0.11/README.md b/stable/smokeping/1.0.12/README.md similarity index 100% rename from stable/smokeping/1.0.11/README.md rename to stable/smokeping/1.0.12/README.md diff --git a/stable/smokeping/1.0.11/app-readme.md b/stable/smokeping/1.0.12/app-readme.md similarity index 100% rename from stable/smokeping/1.0.11/app-readme.md rename to stable/smokeping/1.0.12/app-readme.md diff --git a/stable/readarr/9.0.15/charts/common-8.6.3.tgz b/stable/smokeping/1.0.12/charts/common-8.6.3.tgz similarity index 100% rename from stable/readarr/9.0.15/charts/common-8.6.3.tgz rename to stable/smokeping/1.0.12/charts/common-8.6.3.tgz diff --git a/stable/smokeping/1.0.11/helm-values.md b/stable/smokeping/1.0.12/helm-values.md similarity index 92% rename from stable/smokeping/1.0.11/helm-values.md rename to stable/smokeping/1.0.12/helm-values.md index 2e98776a27d..999b47687f3 100644 --- a/stable/smokeping/1.0.11/helm-values.md +++ b/stable/smokeping/1.0.12/helm-values.md @@ -14,7 +14,7 @@ You will, however, be able to use all values referenced in the common chart here | env.PUID | int | `568` | | | image.pullPolicy | string | `"IfNotPresent"` | | | image.repository | string | `"ghcr.io/linuxserver/smokeping"` | | -| image.tag | string | `"version-2.7.3-r5@sha256:bfe802a34094656354637bab04e8de8eb11374357da25ae03f44afaa91f4fa32"` | | +| image.tag | string | `"version-2.7.3-r5@sha256:a10ca4e48e053a1969e5256269e6d6aadcfb719f7b6cee444424028c74a6a008"` | | | persistence.config.enabled | bool | `true` | | | persistence.config.mountPath | string | `"/config"` | | | persistence.data.enabled | bool | `true` | | diff --git a/stable/smokeping/1.0.11/ix_values.yaml b/stable/smokeping/1.0.12/ix_values.yaml similarity index 82% rename from stable/smokeping/1.0.11/ix_values.yaml rename to stable/smokeping/1.0.12/ix_values.yaml index 13988f31e3d..bdeed97eb7f 100644 --- a/stable/smokeping/1.0.11/ix_values.yaml +++ b/stable/smokeping/1.0.12/ix_values.yaml @@ -1,7 +1,7 @@ image: repository: ghcr.io/linuxserver/smokeping pullPolicy: IfNotPresent - tag: version-2.7.3-r5@sha256:bfe802a34094656354637bab04e8de8eb11374357da25ae03f44afaa91f4fa32 + tag: version-2.7.3-r5@sha256:a10ca4e48e053a1969e5256269e6d6aadcfb719f7b6cee444424028c74a6a008 env: PUID: 568 diff --git a/stable/smokeping/1.0.11/questions.yaml b/stable/smokeping/1.0.12/questions.yaml similarity index 100% rename from stable/smokeping/1.0.11/questions.yaml rename to stable/smokeping/1.0.12/questions.yaml diff --git a/stable/smokeping/1.0.11/templates/common.yaml b/stable/smokeping/1.0.12/templates/common.yaml similarity index 100% rename from stable/smokeping/1.0.11/templates/common.yaml rename to stable/smokeping/1.0.12/templates/common.yaml diff --git a/stable/smokeping/1.0.12/values.yaml b/stable/smokeping/1.0.12/values.yaml new file mode 100644 index 00000000000..e69de29bb2d diff --git a/stable/tt-rss/4.0.2/charts/common-8.6.3.tgz b/stable/tt-rss/4.0.2/charts/common-8.6.3.tgz deleted file mode 100644 index f74ee5fa0cc..00000000000 Binary files a/stable/tt-rss/4.0.2/charts/common-8.6.3.tgz and /dev/null differ diff --git a/stable/tt-rss/4.0.2/CHANGELOG.md b/stable/tt-rss/4.0.3/CHANGELOG.md similarity index 88% rename from stable/tt-rss/4.0.2/CHANGELOG.md rename to stable/tt-rss/4.0.3/CHANGELOG.md index b96b6dea5a2..40c98dc1abc 100644 --- a/stable/tt-rss/4.0.2/CHANGELOG.md +++ b/stable/tt-rss/4.0.3/CHANGELOG.md @@ -1,6 +1,19 @@ # Changelog
+ +### [tt-rss-4.0.3](https://github.com/truecharts/apps/compare/tt-rss-4.0.2...tt-rss-4.0.3) (2021-11-22) + +#### Chore + +* update non-major ([#1380](https://github.com/truecharts/apps/issues/1380)) + +#### Fix + +* Default enable all services ([#1361](https://github.com/truecharts/apps/issues/1361)) + + + ### [tt-rss-4.0.2](https://github.com/truecharts/apps/compare/tt-rss-4.0.1...tt-rss-4.0.2) (2021-11-18) @@ -84,16 +97,3 @@ ### [tt-rss-3.0.10](https://github.com/truecharts/apps/compare/tt-rss-3.0.9...tt-rss-3.0.10) (2021-11-07) - -#### Chore - -* update non-major deps helm releases ([#1295](https://github.com/truecharts/apps/issues/1295)) - - - - -### [tt-rss-3.0.9](https://github.com/truecharts/apps/compare/tt-rss-3.0.8...tt-rss-3.0.9) (2021-11-07) - -#### Chore - -* update non-major deps helm releases ([#1291](https://github.com/truecharts/apps/issues/1291)) diff --git a/stable/tt-rss/4.0.3/CONFIG.md b/stable/tt-rss/4.0.3/CONFIG.md new file mode 100644 index 00000000000..fc9b2fa2d5f --- /dev/null +++ b/stable/tt-rss/4.0.3/CONFIG.md @@ -0,0 +1,8 @@ +# Configuration Options + +##### Connecting to other apps +If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our "Linking Apps Internally" quick-start guide: +https://truecharts.org/manual/Quick-Start%20Guides/14-linking-apps/ + +##### Available config options +In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/stable/tt-rss/4.0.3/Chart.lock b/stable/tt-rss/4.0.3/Chart.lock new file mode 100644 index 00000000000..0df14b2320f --- /dev/null +++ b/stable/tt-rss/4.0.3/Chart.lock @@ -0,0 +1,9 @@ +dependencies: +- name: common + repository: https://truecharts.org + version: 8.6.3 +- name: postgresql + repository: https://truecharts.org/ + version: 6.0.3 +digest: sha256:17837b38e937c9844a7343c7f77ef22df6ab3d6c35fa1694350d6679d652a948 +generated: "2021-11-22T21:10:32.025040556Z" diff --git a/stable/tt-rss/4.0.2/Chart.yaml b/stable/tt-rss/4.0.3/Chart.yaml similarity index 95% rename from stable/tt-rss/4.0.2/Chart.yaml rename to stable/tt-rss/4.0.3/Chart.yaml index f76ee30a1cb..cb3bde4cbaa 100644 --- a/stable/tt-rss/4.0.2/Chart.yaml +++ b/stable/tt-rss/4.0.3/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v2 -appVersion: "1.9053.0" +appVersion: "1.9060.0" description: Tiny Tiny RSS is a free and open source web-based news feed (RSS/Atom) reader and aggregator name: tt-rss -version: 4.0.2 +version: 4.0.3 kubeVersion: ">=1.16.0-0" keywords: - tt-rss diff --git a/stable/tt-rss/4.0.2/README.md b/stable/tt-rss/4.0.3/README.md similarity index 100% rename from stable/tt-rss/4.0.2/README.md rename to stable/tt-rss/4.0.3/README.md diff --git a/stable/tt-rss/4.0.2/app-readme.md b/stable/tt-rss/4.0.3/app-readme.md similarity index 100% rename from stable/tt-rss/4.0.2/app-readme.md rename to stable/tt-rss/4.0.3/app-readme.md diff --git a/stable/remmina/1.0.11/charts/common-8.6.3.tgz b/stable/tt-rss/4.0.3/charts/common-8.6.3.tgz similarity index 100% rename from stable/remmina/1.0.11/charts/common-8.6.3.tgz rename to stable/tt-rss/4.0.3/charts/common-8.6.3.tgz diff --git a/stable/tt-rss/4.0.3/charts/postgresql-6.0.3.tgz b/stable/tt-rss/4.0.3/charts/postgresql-6.0.3.tgz new file mode 100644 index 00000000000..ed5f455e79b Binary files /dev/null and b/stable/tt-rss/4.0.3/charts/postgresql-6.0.3.tgz differ diff --git a/stable/tt-rss/4.0.2/helm-values.md b/stable/tt-rss/4.0.3/helm-values.md similarity index 95% rename from stable/tt-rss/4.0.2/helm-values.md rename to stable/tt-rss/4.0.3/helm-values.md index 4dc5680cd5f..eed968a6ab6 100644 --- a/stable/tt-rss/4.0.2/helm-values.md +++ b/stable/tt-rss/4.0.3/helm-values.md @@ -22,7 +22,7 @@ You will, however, be able to use all values referenced in the common chart here | envValueFrom.TTRSS_DB_PASS.secretKeyRef.name | string | `"dbcreds"` | | | image.pullPolicy | string | `"IfNotPresent"` | image pull policy | | image.repository | string | `"ghcr.io/k8s-at-home/tt-rss"` | image repository | -| image.tag | string | `"v1.9053.0@sha256:bbcbd7d1aca94892d118ed14fd59f8e6f67b4827c6cff5b1d8a2dbe2685e261b"` | image tag | +| image.tag | string | `"v1.9060.0@sha256:a4a5932909a954b3c72b032f558adced51515934e6e391e7983bce1e7bab4a4d"` | image tag | | persistence.config.enabled | bool | `true` | | | persistence.config.mountPath | string | `"/config"` | | | podSecurityContext.runAsGroup | int | `0` | | diff --git a/stable/tt-rss/4.0.2/ix_values.yaml b/stable/tt-rss/4.0.3/ix_values.yaml similarity index 93% rename from stable/tt-rss/4.0.2/ix_values.yaml rename to stable/tt-rss/4.0.3/ix_values.yaml index 989ee6a73ba..23dc7c424f6 100644 --- a/stable/tt-rss/4.0.2/ix_values.yaml +++ b/stable/tt-rss/4.0.3/ix_values.yaml @@ -4,7 +4,7 @@ image: # -- image pull policy pullPolicy: IfNotPresent # -- image tag - tag: v1.9053.0@sha256:bbcbd7d1aca94892d118ed14fd59f8e6f67b4827c6cff5b1d8a2dbe2685e261b + tag: v1.9060.0@sha256:a4a5932909a954b3c72b032f558adced51515934e6e391e7983bce1e7bab4a4d securityContext: readOnlyRootFilesystem: false diff --git a/stable/tt-rss/4.0.2/questions.yaml b/stable/tt-rss/4.0.3/questions.yaml similarity index 99% rename from stable/tt-rss/4.0.2/questions.yaml rename to stable/tt-rss/4.0.3/questions.yaml index a81606c4e94..711dc952d03 100644 --- a/stable/tt-rss/4.0.2/questions.yaml +++ b/stable/tt-rss/4.0.3/questions.yaml @@ -442,7 +442,16 @@ questions: - variable: option label: "Option Entry" schema: - type: string + type: dict + attrs: + - variable: name + label: "Name" + schema: + type: string + - variable: value + label: "Value" + schema: + type: string - variable: searches label: "Searches" schema: diff --git a/stable/tt-rss/4.0.2/templates/common.yaml b/stable/tt-rss/4.0.3/templates/common.yaml similarity index 100% rename from stable/tt-rss/4.0.2/templates/common.yaml rename to stable/tt-rss/4.0.3/templates/common.yaml diff --git a/stable/tt-rss/4.0.3/values.yaml b/stable/tt-rss/4.0.3/values.yaml new file mode 100644 index 00000000000..e69de29bb2d diff --git a/stable/unifi/9.0.10/Chart.lock b/stable/unifi/9.0.10/Chart.lock deleted file mode 100644 index d12642f5f3c..00000000000 --- a/stable/unifi/9.0.10/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org - version: 8.6.3 -digest: sha256:9d695d9ecf86a5131e60cd13963618e0bbe6fa61a94250c4e95f7f377273947f -generated: "2021-11-16T22:56:13.438102309Z" diff --git a/stable/unifi/9.0.10/charts/common-8.6.3.tgz b/stable/unifi/9.0.10/charts/common-8.6.3.tgz deleted file mode 100644 index f74ee5fa0cc..00000000000 Binary files a/stable/unifi/9.0.10/charts/common-8.6.3.tgz and /dev/null differ diff --git a/stable/unifi/9.0.10/CHANGELOG.md b/stable/unifi/9.0.11/CHANGELOG.md similarity index 88% rename from stable/unifi/9.0.10/CHANGELOG.md rename to stable/unifi/9.0.11/CHANGELOG.md index 207335b96dd..76133531668 100644 --- a/stable/unifi/9.0.10/CHANGELOG.md +++ b/stable/unifi/9.0.11/CHANGELOG.md @@ -1,6 +1,19 @@ # Changelog
+ +### [unifi-9.0.11](https://github.com/truecharts/apps/compare/unifi-9.0.10...unifi-9.0.11) (2021-11-22) + +#### Chore + +* update non-major ([#1380](https://github.com/truecharts/apps/issues/1380)) + +#### Fix + +* Default enable all services ([#1361](https://github.com/truecharts/apps/issues/1361)) + + + ### [unifi-9.0.10](https://github.com/truecharts/apps/compare/unifi-9.0.9...unifi-9.0.10) (2021-11-16) @@ -84,16 +97,3 @@ ### [unifi-9.0.3](https://github.com/truecharts/apps/compare/unifi-9.0.2...unifi-9.0.3) (2021-11-01) #### Chore - -* update non-major deps helm releases ([#1264](https://github.com/truecharts/apps/issues/1264)) - - - - -### [unifi-9.0.2](https://github.com/truecharts/apps/compare/unifi-9.0.1...unifi-9.0.2) (2021-10-26) - -#### Chore - -* update non-major deps helm releases ([#1245](https://github.com/truecharts/apps/issues/1245)) - - diff --git a/stable/unifi/9.0.11/CONFIG.md b/stable/unifi/9.0.11/CONFIG.md new file mode 100644 index 00000000000..fc9b2fa2d5f --- /dev/null +++ b/stable/unifi/9.0.11/CONFIG.md @@ -0,0 +1,8 @@ +# Configuration Options + +##### Connecting to other apps +If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our "Linking Apps Internally" quick-start guide: +https://truecharts.org/manual/Quick-Start%20Guides/14-linking-apps/ + +##### Available config options +In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/stable/unifi/9.0.11/Chart.lock b/stable/unifi/9.0.11/Chart.lock new file mode 100644 index 00000000000..86f340e058c --- /dev/null +++ b/stable/unifi/9.0.11/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org + version: 8.6.3 +digest: sha256:9d695d9ecf86a5131e60cd13963618e0bbe6fa61a94250c4e95f7f377273947f +generated: "2021-11-22T21:11:08.227387613Z" diff --git a/stable/unifi/9.0.10/Chart.yaml b/stable/unifi/9.0.11/Chart.yaml similarity index 94% rename from stable/unifi/9.0.10/Chart.yaml rename to stable/unifi/9.0.11/Chart.yaml index a3514cb2577..937169f6a3d 100644 --- a/stable/unifi/9.0.10/Chart.yaml +++ b/stable/unifi/9.0.11/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: "6.4.54" +appVersion: "6.5.53" dependencies: - name: common repository: https://truecharts.org @@ -21,7 +21,7 @@ sources: - https://github.com/jacobalberty/unifi-docker - https://unifi-network.ui.com type: application -version: 9.0.10 +version: 9.0.11 annotations: truecharts.org/catagories: | - Networking diff --git a/stable/unifi/9.0.10/README.md b/stable/unifi/9.0.11/README.md similarity index 100% rename from stable/unifi/9.0.10/README.md rename to stable/unifi/9.0.11/README.md diff --git a/stable/unifi/9.0.10/app-readme.md b/stable/unifi/9.0.11/app-readme.md similarity index 100% rename from stable/unifi/9.0.10/app-readme.md rename to stable/unifi/9.0.11/app-readme.md diff --git a/stable/smokeping/1.0.11/charts/common-8.6.3.tgz b/stable/unifi/9.0.11/charts/common-8.6.3.tgz similarity index 100% rename from stable/smokeping/1.0.11/charts/common-8.6.3.tgz rename to stable/unifi/9.0.11/charts/common-8.6.3.tgz diff --git a/stable/unifi/9.0.10/helm-values.md b/stable/unifi/9.0.11/helm-values.md similarity index 88% rename from stable/unifi/9.0.10/helm-values.md rename to stable/unifi/9.0.11/helm-values.md index 1e1d731addc..16067412136 100644 --- a/stable/unifi/9.0.10/helm-values.md +++ b/stable/unifi/9.0.11/helm-values.md @@ -16,7 +16,7 @@ You will, however, be able to use all values referenced in the common chart here | envTpl.UNIFI_UID | string | `"{{ .Values.podSecurityContext.fsGroup }}"` | | | image.pullPolicy | string | `"IfNotPresent"` | | | image.repository | string | `"ghcr.io/truecharts/unifi"` | | -| image.tag | string | `"v6.4.54@sha256:2504771015b659dac1cf690317193f6e7fb94cf24efd89a3599d99b7bab9705e"` | | +| image.tag | string | `"v6.5.53@sha256:c6cf26dcd8e73e95503a9a8fb5ab36458c05c724b33add8dc1a6152648f33d3d"` | | | persistence.config.enabled | bool | `true` | | | persistence.config.mountPath | string | `"/unifi"` | | | podSecurityContext.runAsGroup | int | `0` | | @@ -26,9 +26,8 @@ You will, however, be able to use all values referenced in the common chart here | service.comm.enabled | bool | `true` | | | service.comm.ports.comm.enabled | bool | `true` | | | service.comm.ports.comm.port | int | `8080` | | -| service.comm.ports.comm.protocol | string | `"TCP"` | | | service.comm.ports.comm.targetPort | int | `8080` | | -| service.guestportal.enabled | bool | `false` | | +| service.guestportal.enabled | bool | `true` | | | service.guestportal.ports.web.enabled | bool | `true` | | | service.guestportal.ports.web.port | int | `8880` | | | service.guestportal.ports.web.protocol | string | `"HTTP"` | | @@ -40,10 +39,9 @@ You will, however, be able to use all values referenced in the common chart here | service.main.ports.main.port | int | `8443` | | | service.main.ports.main.protocol | string | `"HTTPS"` | | | service.main.ports.main.targetPort | int | `8443` | | -| service.speedtest.enabled | bool | `false` | | +| service.speedtest.enabled | bool | `true` | | | service.speedtest.ports.speedtest.enabled | bool | `true` | | | service.speedtest.ports.speedtest.port | int | `6789` | | -| service.speedtest.ports.speedtest.protocol | string | `"TCP"` | | | service.speedtest.ports.speedtest.targetPort | int | `6789` | | | service.stun.enabled | bool | `true` | | | service.stun.ports.stun.enabled | bool | `true` | | diff --git a/stable/unifi/9.0.10/ix_values.yaml b/stable/unifi/9.0.11/ix_values.yaml similarity index 87% rename from stable/unifi/9.0.10/ix_values.yaml rename to stable/unifi/9.0.11/ix_values.yaml index 46b71916e26..04c46c063b9 100644 --- a/stable/unifi/9.0.10/ix_values.yaml +++ b/stable/unifi/9.0.11/ix_values.yaml @@ -2,7 +2,7 @@ image: repository: ghcr.io/truecharts/unifi - tag: v6.4.54@sha256:2504771015b659dac1cf690317193f6e7fb94cf24efd89a3599d99b7bab9705e + tag: v6.5.53@sha256:c6cf26dcd8e73e95503a9a8fb5ab36458c05c724b33add8dc1a6152648f33d3d pullPolicy: IfNotPresent envTpl: @@ -24,7 +24,6 @@ service: enabled: true port: 8080 targetPort: 8080 - protocol: TCP stun: enabled: true ports: @@ -34,15 +33,14 @@ service: targetPort: 3478 protocol: UDP speedtest: - enabled: false + enabled: true ports: speedtest: enabled: true port: 6789 targetPort: 6789 - protocol: TCP guestportal: - enabled: false + enabled: true ports: web: enabled: true diff --git a/stable/unifi/9.0.10/questions.yaml b/stable/unifi/9.0.11/questions.yaml similarity index 98% rename from stable/unifi/9.0.10/questions.yaml rename to stable/unifi/9.0.11/questions.yaml index 56de79c8a6b..55800c167b4 100644 --- a/stable/unifi/9.0.10/questions.yaml +++ b/stable/unifi/9.0.11/questions.yaml @@ -443,6 +443,12 @@ questions: schema: type: dict attrs: + - variable: enabled + label: "Enable the port" + schema: + type: boolean + default: true + hidden: true - variable: port label: "Port" description: "This port exposes the container port on the service" @@ -542,6 +548,12 @@ questions: schema: type: dict attrs: + - variable: enabled + label: "Enable the port" + schema: + type: boolean + default: true + hidden: true - variable: port label: "Port" description: "This port exposes the container port on the service" @@ -641,6 +653,12 @@ questions: schema: type: dict attrs: + - variable: enabled + label: "Enable the port" + schema: + type: boolean + default: true + hidden: true - variable: port label: "Port" description: "This port exposes the container port on the service" @@ -740,6 +758,12 @@ questions: schema: type: dict attrs: + - variable: enabled + label: "Enable the port" + schema: + type: boolean + default: true + hidden: true - variable: port label: "Port" description: "This port exposes the container port on the service" @@ -788,6 +812,12 @@ questions: schema: type: dict attrs: + - variable: enabled + label: "Enable the port" + schema: + type: boolean + default: true + hidden: true - variable: port label: "Port" description: "This port exposes the container port on the service" diff --git a/stable/unifi/9.0.11/templates/common.yaml b/stable/unifi/9.0.11/templates/common.yaml new file mode 100644 index 00000000000..a6613c2ce21 --- /dev/null +++ b/stable/unifi/9.0.11/templates/common.yaml @@ -0,0 +1 @@ +{{ include "common.all" . }} diff --git a/stable/unifi/9.0.11/values.yaml b/stable/unifi/9.0.11/values.yaml new file mode 100644 index 00000000000..e69de29bb2d